home *** CD-ROM | disk | FTP | other *** search
- /*recrunchpp.ttx*/
- /*trace ?r*/
-
- OPTIONS RESULTS
-
- ttxadd=address()
-
-
- envname = 'env:'||ttxadd /*get file's original name and path*/
-
- open('envfile',envname,R)
-
- destpath = readln('envfile')
- destpath = '22'x||destpath||'22'x /*for filenames with spaces*/
-
- getfilepath
-
- filepath = RESULT
- filepath = '22'x||filepath||'22'x /*for filenames with spaces*/
-
- /*just in case we made some changes to
- the temp file, but didn't save them*/
-
- savefileas filepath
-
-
- address command
- 'crunch' filepath destpath 'EFFICIENCY 5'
- exit