Category : Batch File Utilities - mostly for DOS
Archive   : DELAY1.ZIP
Filename : DELAY.TXT

 
Output of file : DELAY.TXT contained in archive : DELAY1.ZIP


DELAY V1.0 - Alex K.H. Soya, Logan Industries, Inc. (407) 984-1627


DELAY is a small utility which does nothing but waste time. Even though
this seems sort of useless, there are a lot of cases when such a utility
may come in handy.


For example in the AUTOEXEC.BAT file, I often start up several processes
(like for example the company BBS system, the CSPOOL spooler, etc) on different
consoles. At times it is important that certain processes start up before
any other processes, by using DELAY in the batch file I can accomplish this.

For example in my AUTOEXEC.BAT I start up the the CALLUS BBS on virtual
console 3 and 4. I want to make sure that console 4 starts first so the
lines:


if "%3"=="3" goto BBS
if "%4"=="4" goto BBS
:
bla bla
bla bla for other consoles... etc

:BBS
if "%3"=="3" delay 5
NETON ; turn on network
LOGON 2:: ; logon node 002 on to this system
SUBST P: C:\CDOS ; do the stuff CALLUS needs and fire it up
P:
CALLUS
EXIT




This utility is placed into the Public Domain, you may use it, copy
it and do whatever you like with it. Note that the author and
Logan Industries, Inc. are not in any way liable for any damage
or use this utility provides. All risks of using this utility are
the users or endusers.


Hope you too find wasting time usefull! -Alex Soya
Logan Industries, Inc.





  3 Responses to “Category : Batch File Utilities - mostly for DOS
Archive   : DELAY1.ZIP
Filename : DELAY.TXT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/