home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / bbsx1.zip / DOS.BAT < prev    next >
DOS Batch File  |  1988-12-26  |  292b  |  24 lines

  1. echo off
  2. goto top
  3.  
  4. Rich Levin's BBSXpress (tm)
  5. DOS.BAT
  6. Copyright (c) 1988 Richard B. Levin
  7. All Rights Reserved
  8.  
  9. Revised December 26, 1988
  10.  
  11. :top
  12.    tcd /com1 /on
  13.    ctty com1
  14.    echo Wait...
  15.  
  16.    command
  17.  
  18.    echo Wait...
  19.    ctty con
  20.    tcd /com1 /off
  21.  
  22.    c:
  23.    cd \bbsx
  24.