home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 4 / bbd04new.zip / PC-WRITE.BAT < prev    next >
DOS Batch File  |  1986-12-02  |  349b  |  20 lines

  1.    echo off
  2. :Loop1
  3.    cls
  4.    if exist ed.exe goto runit
  5.    echo Please insert disk 2 of BIG BLUE DISK #4 now.
  6.    pause
  7.    goto Loop1
  8. :runit
  9.    type pc-write.ttl
  10.    pause
  11.    ed intro.doc
  12. :Loop2
  13.    cls
  14.    if exist present.chn goto return
  15.    echo Please insert disk 1 of BIG BLUE DISK #4 now.
  16.    pause
  17.    goto Loop2
  18. :return
  19.    go %1
  20.