home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / RBTCH220.ZIP / EXAMPLE.ZIP / USEPCZ.ZIP / PUP.BAT < prev   
DOS Batch File  |  1993-03-18  |  572b  |  19 lines

  1. rem - Here is the batch file for PCZ Uploads.
  2. rem -
  3. rem - The set statement should be in the start.bat,
  4. rem - or in the autoexec.bat as I put mine in here
  5. rem - just for testing purposes, and to remind you
  6. rem - that you need the SET statement to use PCZ
  7. rem -
  8. rem - the "f" on the command line is for X00 Fossil use
  9. rem - if you don't use a Fossil, take out the "f" parameter.
  10. d:
  11. cd\new
  12. SET PCZLOG=XFER-%node%.DEF
  13. PCZ.EXE %1 %2 f rz
  14. c:
  15. cd\rbbs
  16. RBATCH RBATCH%node%.CFG %1 %3 %4 %5
  17. rem -
  18. rem - Note the PCZ parameter at the end of the RBatch Command Line
  19.