home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VD050B.ZIP / VALIDATE.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-03-02  |  535 b   |  36 lines

  1. echo off
  2. cls
  3. Echo  Validate.Bat -  by Cabell Clarke
  4. Echo                  Boot Factory BBS - FidoNet 1:264/19
  5. Echo.
  6. Echo                  Last Update: 22 Feb 89
  7. Echo.
  8. rem
  9. rem                   This Batch file runs ValiDOOR from a Type 7 Exit
  10. rem
  11.  
  12.  
  13.    Vd
  14.    if errorlevel 8 goto flags
  15.    if errorlevel 2 goto xit
  16.    if errorlevel 1 goto flags
  17.  
  18.    Dtr OFF
  19.    Dtr ON
  20.    AT Z
  21.    AT H1
  22.    SetFlag D1 OFF EXIT
  23.    goto xit
  24.  
  25.  
  26. :flags
  27.    Dtr OFF
  28.    Dtr ON
  29.    AT Z
  30.    AT H1
  31.    SetFlag D1 ON EXIT
  32.  
  33. :xit
  34.    Exit
  35.  
  36.