home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / screen / screenv.arj / BBS.BAT next >
Encoding:
DOS Batch File  |  1991-06-09  |  256 b   |  10 lines

  1. @echo off
  2. REM Example of SCREEN.EXE by Tom Snively.
  3. REM This example prints a reminder to me to insert a disk into a floppy
  4. REM drive before running his BBS program.
  5.  
  6. SCREEN W /B /P Make sure the GIF disk is in Drive B:
  7. C:
  8. CD \modem\telegard
  9. BBS
  10.