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.
Compilina VB programs using a DOS batch file
Name: Monica Castro Date: December 28, 2000 at 08:58:04 Pacific
Comment:
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 can I do to solve this problem? can I make DOS to compile one program at a time?
Name: Michael Date: December 28, 2000 at 10:54:00 Pacific
Reply:
Monica,
You asked this already once and I answered it before. Check your previous posting in this forum for the answer.
-Michael
0
Response Number 2
Name: KMCS Date: January 1, 2001 at 17:39:32 Pacific
Reply:
Go to www.kmcsonline.com and go to the freeware section. Download AUTODOS 2000 which comes with a bunch of DOS utilities. The one of interest to you at this time is called KMPAUSE.exe. Now, assuming that you have installed Autodos to C:\AUTODOS, you would put a line such as "C:\AUTODOS\KMPAUSE.exe 10" to create a ten second pause. You can set this timing until it is optimal to prevent memory saturation and to space out the compilations.
I am planning to write an inexpensive program which would run multiple programs in a sequence with timeouts between them, does anybody have a use for such a program? later
Summary: how would i check a file's size (I know the file name too), and if it is more than 2kb and less than 4kb, then delete it? (I am trying to make a network.vbs worm remover. although i could just delete ...
Summary: Is there a way to shut one program down, then launch a second program immediately upon exitng the former program using a DOS batch file ? In case it will benefit other users, I am trying to solve the ...
Summary: hi i am wanting to know how do i make a DOS batch file, so that it types out, when it has been run, the following: Welcome to Brannan Thermometers i want it so you can start up a PC and it boots into ...