Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
If I put the /d in, it ignores that line entirely and executes the next line, invoking stereo shell in it's own location.
If I enter cd in the run command window it says it's an unknown command.
No variation of the full pathname works, quoted or otherwise
I agree, the c: jumps to the wrong location but How can I tell it the correct location?
@echo onc: >>log.txtchdir c:\zzz\Precursors >> c:\log.txtstart d:\stereo\sts.exe >>c:\log.txtcd d:\stereo >>c:\log.txtexit
@echo onc: >>c:\log.txt 2>>c:\errorlog.txtchdir c:\zzz\Precursors >>c:\log.txt 2>>c:\errorlog.txtstart d:\stereo\sts.exe >>c:\log.txt 2>>c:\errorlog.txtcd d:\stereo >>c:\log.txt 2>>c:\errorlog.txtexit