home *** CD-ROM | disk | FTP | other *** search
- /* uncrunchpp.rexx*/
- options results
- trace ?r
-
- tad=address()
- address VALUE tad
-
- getfilepath
- filepath=result
-
-
- open('curfile',filepath,'R')
- ppstring=readch('curfile',4)
-
-
-
-
- if ppstring ~=='PP20' then exit
-
- address command
- 'decrunch' filepath 'ram:'tad'tempfile'
- 'setenv' tad filepath
-
-
- address
- openfile QUIET 'ram:'tad'tempfile'
- exit
-