re: Batch File Help?
Wednesday, February 25, 2009 at 3:00 pm Windows 98 Annoyances Discussion Forum
Posted by MartinM
(5802 messages posted)
You can get pretty creative with DOS's limited command set.
For instance, on boot run a batch file that deletes a file [nnn] if it exists (use
the IF EXIST command).
Then use the AT command to create file [nnn] at your crossover time.
Finally schedule a batch file to run at say 5 minute intervals and use the IF EXIST
command again to interrogate the existence of the file [nnn] to determine your time-related
course of action.
I hope this makes sense (its perfectly clear to ME !!). I'm sure you can improve
on what I cobbled together, and its instructive to get your own ingenuity going :-)
- Written in response to:
- Batch File Help? (Robert Blanda: Saturday, February 21, 2009 at 9:25 am)
Responses to this message:
|
|
All messages in this thread [show all]
 |  | re: Batch File Help? (MartinM: Wed, Feb 25, 2009, 3:00 pm) |
| |
| |
Return to the Windows 98 Discussion Forum
|
|