home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / modem / ccsp080.zip / CCSPUP.BAT < prev   
DOS Batch File  |  1991-01-21  |  176b  |  11 lines

  1. rem     CCSPUP.BAT
  2. rem     this is the batch file for Wildcat!
  3. rem
  4. D:
  5. CD \WILDCAT\EP
  6. ccsp -p%2 -b%1 -r %3
  7. IF ERRORLEVEL 1 COPY ALL.OK TRANSFER.BAD
  8. COPY %3 %4
  9. DEL %3
  10.  
  11.