Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: /MAKE switch????  (Read 2121 times)

0 Members and 1 Guest are viewing this topic.

sryoung44

  • Guest
/MAKE switch????
« on: August 31, 2007, 07:24:11 AM »
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

contrex

  • Guest