home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 150 / MODEM5.ZIP / RUN.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-08-10  |  131 b   |  8 lines

  1. @echo off
  2. echo Current DOC: %1
  3. pause
  4. echo Sending now.  Please wait for duration of text...
  5. copy %1.doc com2
  6. cls
  7. echo Done!
  8.