When running an external program via command line (using a process provided in this great forum!)....some type of error window pops up behind the apps' window.
It contains, evidently, a type of dos-like error message. It says something like:
'[shows the path of the current main FoxPro app]'
CMD.EXE was run with the above path as the directory.
UNC paths are not allowed. Defaulting to Windows directory.
dbMark suggested that it may be due to the use of a UNC path rather than a drive letter...and he's probably right.
That external app itself is actually stored on the computer's C:\...and a drive letter is used in the FoxPro command which runs it. The UNC must be in that exteral app's coding (which I cannot alter).
I'm thinnking that this error window is not Windows' based...because it does NOT show when running the app just from a command line (not calling it from within Foxpro)...and that the error is prob., therefore, FoxPro based.
If so...is there some sort of "Off-Error" command which will suppress all error reporting? Since the program runs fine with it ...is there any type of Foxpro command that simply turns-off Foxpro's reporting of errors?
Thanks very much
It contains, evidently, a type of dos-like error message. It says something like:
'[shows the path of the current main FoxPro app]'
CMD.EXE was run with the above path as the directory.
UNC paths are not allowed. Defaulting to Windows directory.
dbMark suggested that it may be due to the use of a UNC path rather than a drive letter...and he's probably right.
That external app itself is actually stored on the computer's C:\...and a drive letter is used in the FoxPro command which runs it. The UNC must be in that exteral app's coding (which I cannot alter).
I'm thinnking that this error window is not Windows' based...because it does NOT show when running the app just from a command line (not calling it from within Foxpro)...and that the error is prob., therefore, FoxPro based.
If so...is there some sort of "Off-Error" command which will suppress all error reporting? Since the program runs fine with it ...is there any type of Foxpro command that simply turns-off Foxpro's reporting of errors?
Thanks very much