home *** CD-ROM | disk | FTP | other *** search
- @if "%1" == "" goto wrong
-
- @echo Put an empty formated 5¼" 360kByte diskette in the drive
-
- @pause Press a key ....
-
- dsk2file d %1 watchdog.dsk
- goto end
-
- :wrong
-
- @echo To start this BAT-file type in:
- @echo RUN 'drive'
-
- @echo 'drive' is your 5¼" 360kByte floppy disk drive [ A: or B: ......]
- @echo You need also an empty formated floppy diskette
- @echo If you have less space to copy command.com onto this diskette
- @echo then copy watchdog.doc to an other disk(ette) and delete it
- @echo from this diskette.
- @echo Please start again
- :end