commands with path

2003-06-12 Thread bbg
The command interpreter does not execute commands with full path e.g. [drive:]\[path]\command ex: c:\app\app[.exe] or \app\app[.exe] if the executable is not located in an directory from the path environment variable. This makes it impossible to launch a command located in another directory from

Re: commands with path

2003-06-12 Thread Bart Oldeman
On Thu, 12 Jun 2003, bbg wrote: The command interpreter does not execute commands with full path e.g. [drive:]\[path]\command ex: c:\app\app[.exe] or that does not work indeed. \app\app[.exe] this works for me. It looks like bin\app.exe is interpreted as bin \app.exe probably as a result