home *** CD-ROM | disk | FTP | other *** search
/ Cheats, Hacks & Hints / Cheats_Hacks_and_Hints.bin / games / mom / mmom30s.exe / RECEIVE.BAT < prev    next >
DOS Batch File  |  1995-03-21  |  452b  |  31 lines

  1. @echo off
  2.  
  3. REM DELETE FILES TO REPLACE
  4. del %1.s??
  5. del %1.zip
  6.  
  7.  
  8.  
  9. REM Receive Line(s) Go Here--Use %1.zip, or %1."extension", like uue,
  10. REM If receiving the file in a format other than zipped.
  11.  
  12.  
  13. REM BEGIN RECEIVE LINE(S) HERE
  14.  
  15. :LOOP
  16. SZMODEM PORT 1 SPEED 2400 RZ
  17. IF ERRORLEVEL 1 GOTO LOOP
  18.  
  19. REM END RECEIVE LINE(S) HERE
  20.  
  21.  
  22.  
  23.  
  24. REM Unzip File
  25. pkunzip %1.zip
  26. del %1.zip
  27.  
  28.  
  29. REM Uncrunch File (Use only if used for send).
  30. uncrch30 %1
  31.