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.
Batch file changes at midnight
Name: bdink1223 Date: October 7, 2003 at 16:41:43 Pacific OS: winxp CPU/Ram: Celeron; 128 MB
Comment:
I need to set up a batch file that runs a program continuously until midnight; then changes to a different program that runs continuously until the next midnight, etc. Can this be done? Can someone tell me how? Thanks for any help.
Name: dualpurpose Date: October 7, 2003 at 17:34:23 Pacific
Reply:
Hi Bdink....
Without more info I would suggest SCHEDULED TASKS in Control Panel? Other area's are the AT command and TASKKILL type AT /? or TASKKILL /? at the prompt for more info.
let me know if this helped?
dual
0
Response Number 2
Name: bdink1223 Date: October 8, 2003 at 15:46:13 Pacific
Reply:
dual - thanks so much. Per your suggestion, i took a closer look at scheduled tasks - looks like it will work fine - and so much easier than I thought it would be.
Summary: Hi, It denends on the version. In DOS 6.x you can use EDIT command for that. Or in any DOS version you can use any text editor you have for that puropse. And then there is one not so convenient way, b...
Summary: Hi, We are creating a CD that will run in any users browser when it is inserted into their CDROM drive. We want them to be able to install some of the software by simply clicking on it in the browser...