home *** CD-ROM | disk | FTP | other *** search
- ;EXCELSIOR! Archive Converter
- ;
- ;If low memory, change "RAM:" to a hard-drive partition with room!
- ;
- ;Edit lz command line if you prefer a different archive, this is an example
- ;for "lz (.lha)" format
- ;
- ;Change "s:yourbbsadhere" to the path and filename of a text file for your bbs
-
-
- .KEY NEWFILE,NEWDIR,OLDFILE
- .BRA «
- .KET »
-
- cd ram:
- makedir «NEWDIR»
- cd «NEWDIR»
- arc >nil: <nil: x "«OLDFILE»"
- lha >nil: <nil: -2 -a -m -r -X -x a "«NEWFILE»" #? s:yourbbsadhere
- cd /
- delete ram:«NEWDIR» ALL QUIET
-