home *** CD-ROM | disk | FTP | other *** search
- .key comment,path,fn0,fn1,fn2,fn3,fn4,fn5,fn6,fn7,fn8,fn9
- if not exists gmc-bbs:Temp
- makedir gmc-bbs:Temp
- endif
- if not exists ram:PF.LHA
- if exists gmc-bbs:temp/PF3.LHA
- delete gmc-bbs:temp/PF3.LHA
- endif
- if exists gmc-bbs:temp/PF2.LHA
- rename gmc-bbs:temp/PF2.LHA to gmc-bbs:temp/PF3.LHA
- endif
- if exists gmc-bbs:temp/PF1.LHA
- rename gmc-bbs:temp/PF1.LHA to gmc-bbs:temp/PF2.LHA
- endif
- Failat 21
- lha -P-5 -r -wRAM: -x a ram:PF.LHA <path> <fn0> <fn1> <fn2> <fn3> <fn4> <fn5> <fn6> <fn7> <fn8> <fn9>
- lha a ram:PF.LHA gmc-bbs:bulletins_menu/sys-info.displayme gmc-bbs:bulletins_menu/dl-gmc.displayme
- FileNote ram:PF.LHA "<comment>"
- copy ram:PF.LHA to gmc-bbs:temp/PF1.LHA clone
- delete ram:PF.LHA
- endif
-