home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / biz / demo / excelsiordemo / system / s / lzh.scp < prev    next >
Encoding:
Text File  |  1993-12-21  |  497 b   |  22 lines

  1. ;EXCELSIOR! Archive Converter
  2. ;
  3. ;If low memory, change "RAM:" to a hard-drive partition with room!
  4. ;
  5. ;Edit lz command line if you prefer a different archive, this is an example
  6. ;for "lz (.lha)" format
  7. ;
  8. ;Change "s:yourbbsadhere" to the path and filename of a text file for your bbs
  9.  
  10.  
  11. .KEY NEWFILE,NEWDIR,OLDFILE
  12. .BRA «
  13. .KET »
  14.  
  15. cd ram:
  16. makedir «NEWDIR»
  17. cd «NEWDIR»
  18. lha >nil: <nil: x "«OLDFILE»"
  19. lha >nil: <nil: -2 -a -m -r -X -x  a "«NEWFILE»" #? s:yourbbsadhere
  20. cd /
  21. delete ram:«NEWDIR» ALL QUIET
  22.