D
Duncan
Hi,
I have a .BAT file (moved from my Win98 machine) with the
following line in it:
start /WAIT "C:\Program Files\Joho\release\pro.exe"
<"c:\webpro505.inp"
When I double-click the BAT file, the DOS Window shows
the line as:
start /WAIT "C:\Program Files\Joho\release\pro.exe"
0<"c:\webpro505.inp"
When that line gets executed, another DOS window shows up
(titled ....pro.exe), shows the MS copyright notice and
the correct DOS command prompt. But pro.exe never
executes. If I EXIT from this 2nd DOS window, the batch
script continues with the next line.
pro.exe and webpro505.inp both exist in the right folders.
So where is that mysterious "0" coming from?
TIA
Duncan
I have a .BAT file (moved from my Win98 machine) with the
following line in it:
start /WAIT "C:\Program Files\Joho\release\pro.exe"
<"c:\webpro505.inp"
When I double-click the BAT file, the DOS Window shows
the line as:
start /WAIT "C:\Program Files\Joho\release\pro.exe"
0<"c:\webpro505.inp"
When that line gets executed, another DOS window shows up
(titled ....pro.exe), shows the MS copyright notice and
the correct DOS command prompt. But pro.exe never
executes. If I EXIT from this 2nd DOS window, the batch
script continues with the next line.
pro.exe and webpro505.inp both exist in the right folders.
So where is that mysterious "0" coming from?
TIA
Duncan