home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / RBBS_PC / 173_TXT.ZIP / RBBSZIP.ZIP / CALLZ.BAT next >
Encoding:
DOS Batch File  |  1990-02-04  |  255 b   |  11 lines

  1. REM %1 = prefix/file converting, %2 = node, %3 = extension converting
  2. REM %4 = upload drive/path   %5 %6 - extract command
  3. md %4%2
  4. %5 %6 %4%1 %4%2
  5. pkzip -a -EA4 -EB4 %4%1 %4%2\*.*
  6. IF ERRORLEVEL 1 GOTO EXIT
  7. DEL %4%1.%3
  8. :EXIT
  9. kdy %4%2
  10. SETERROR 0
  11.