home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- Echo Validate.Bat - by Cabell Clarke
- Echo Boot Factory BBS - FidoNet 1:264/19
- Echo.
- Echo Last Update: 22 Feb 89
- Echo.
- rem
- rem This Batch file runs ValiDOOR from a Type 7 Exit
- rem
-
-
- Vd
- if errorlevel 8 goto flags
- if errorlevel 2 goto xit
- if errorlevel 1 goto flags
-
- Dtr OFF
- Dtr ON
- AT Z
- AT H1
- SetFlag D1 OFF EXIT
- goto xit
-
-
- :flags
- Dtr OFF
- Dtr ON
- AT Z
- AT H1
- SetFlag D1 ON EXIT
-
- :xit
- Exit
-
-