Davide
Fri Dec 03 16:52:16 CST 2004
Miroslaw,
> after Start\run myBAT.BAT prog2.exe starts before prog1.exe ends.
try:
START /WAIT Prog1.exe
START /WAIT Prog2.exe
Kind regards
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.guolo.com/printfil
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
--------------------------------------------------------------
" <MStepien@discussions.microsoft.com> ha scritto nel messaggio
news:096A3196-8D9F-49CC-8DDD-8CEA5D312176@microsoft.com...
> J have a myBAT.BAT file like this:
> prog1.exe
> prog2.exe
> prog3.exe
>
> Prog1.exe, prog2.exe, prog3.exe are written and compiled by FoxPro 3.0 or
> 6.0.
> Problem:
> after Start\run myBAT.BAT prog2.exe starts before prog1.exe ends.
> Prog2.exe have to wait until prog1 ends.
> How can I achieve this?
>
> Sorry for my poor English
>
> Miroslaw
>