hmstoo44dd
Programmer
Can anyone interpret this script for me, and maybe give me a resource so I can study this stuff? This is a batch file that runs before calling several vb6 .exe's.
:MAKE1
VB6 /MAKE /OUT C:\project\progress.log "C:\Documents and Settings\mystuff\desktop\myDirectory\myfolder\job.vbp"
IF NOT ERRORLEVEL 1 goto make2
START /WAIT "C:\Program Files\Microsoft Visual\Studio\VB98\vb6.exe" "C:\Documents and Settings\mystuff\desktop\myDirectory\myfolder\job.vbp"
PAUSE
:MAKE2 ................................
Thanks for your help
:MAKE1
VB6 /MAKE /OUT C:\project\progress.log "C:\Documents and Settings\mystuff\desktop\myDirectory\myfolder\job.vbp"
IF NOT ERRORLEVEL 1 goto make2
START /WAIT "C:\Program Files\Microsoft Visual\Studio\VB98\vb6.exe" "C:\Documents and Settings\mystuff\desktop\myDirectory\myfolder\job.vbp"
PAUSE
:MAKE2 ................................
Thanks for your help