| 1. |
Solve : How to create a 20 minute looping batch file prog.? |
|
Answer» Please give me an example on how to create a batch files using internal and external command such as if and for and other batch FILE command that will for 20 minutes.I saw this done once using a ramdisk. Not very elegant. There is no SLEEP mechanism in DOS batch. You can download DOS utilities that can help you out. Also check out REXX, a scripting language for DOS. REXX WOULD have been a better choice for a MS-DOS SCRIPT langauage, but it's an IBM product. |
|