home *** CD-ROM | disk | FTP | other *** search
- /* getlist.txed */
-
- arg dirname duwindow
- OPTIONS results
-
- if duwindow = "FROM" then do
- address command "list >VD0:DUFROMTEMPLISTING sort nodates "dirname
- LOAD "VD0:DUFROMTEMPLISTING"
- 'filelist/cleanlast'
- x = setenv("dufromdir", dirname)
- end
- else do
- address command "list >VD0:DUTOTEMPLISTING sort nodates "dirname
- LOAD "VD0:DUTOTEMPLISTING"
- 'filelist/cleanlast'
- x = setenv("dutodir", dirname)
- end
-
- MSG dirname
- exit
-