home *** CD-ROM | disk | FTP | other *** search
-
- REM
- REM Maintain.bat, a demo batchfile for the HandyMan Event manager
- REM
-
- IF %@EVAL[2+2] == 4 GOTO Use_4DOS
-
- CLS
- ECHO OFF
- ECHO
- ECHO Hmpz.. no 4dos. oh well... in that case we just have to settle for
- ECHO command.com..
- ECHO
- ECHO By the way, here could go you maintainance routine..
- ECHO
-
- PAUSE
- GOTO End_Of_Batch
-
- :USE_4DOS
-
- CLS
- TEXT
- Yeah! That's the spirit! An other 4Dos user.. (Fun ain't?! ;-)
- Anyhow.. This is a demo batchfile to show you how the event
- manager buildin to HandyMan works.
-
- In this batch you could put your own commands to...
-
-
- ENDTEXT
-
- PAUSE
-
- :END_OF_BATCH
-