in reply to Opening a text file in its native application
My guess is that the start command will not accept a path.
START ["title"] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE ¦ /SH +ARED] [/LOW ¦ /NORMAL ¦ /HIGH ¦ /REALTIME] [/WAIT] [/B] [command / pr +ogram] [parameters]
You might try using the /Dpath switch to specify the startup directory, that may work. Can't check here, no windows system available at the moment ;)
Scott
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Opening a text file in its native application
by FM (Acolyte) on Jan 16, 2006 at 06:27 UTC |