Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Compiling VB programs using a batch file
Name: Monica Castro Date: December 27, 2000 at 16:15:22 Pacific
Comment:
Hi, I need to compile 18 VB programs one after the other using a .bat file. It looks like DOS does not wait for one compilation to finish before it starts a new one ...and that is causing me problems. How can I instruct DOS to wait for a certain period of time before a new compilation starts? any ideas?
compile.exe source2.vb :test2 if not exist source2.exe goto test2
etc.
Basically what this does is wait for executable to be written to the disk before it continues on to the next portion of the batch file. Of course the specifics are not what you are looking for, but this is just to give you an idea how to write it.
Hope this helps and e-mail me if you need specific assistance. -Michael
0
Response Number 2
Name: KMCS Date: January 8, 2001 at 09:07:23 Pacific
Reply:
My AutoRun utility at www.kmcsonline.com will do exactly what you are looking for, and it will even create an icon for you.
Summary: Hi, I need to compile 18 VB programs daily so I want to do it using a batch file so I don't have to do one by one. It seems like memory gets saturated because DOS wants to do them all at once...what c...
Summary: Hi, Pretty much the subject. I would like to know if it is possible to move my mouse using a batch file. I would ideally like to move it randomly and at random or set intervals. If anyone has a batch ...