home *** CD-ROM | disk | FTP | other *** search
- ;$VER: ProcessAllFiles 2.0
- ;This scripfile will process and move all files
- ;in $TmpDownload/ to $Download/
- ;Please change as you like to.
- ;Johan Torin '95
-
- ;FilePath all files in $TmpDownload and move them to $Download
- C:FilePather FILE ${FilePather/TmpDownload} NEXTCOMMAND 'Rename "%f" "${FilePather/Download}"'
-
- ;Other fileprocessors, like AdStrippers etc, can either be added in the
- ;'NextCommand' environment variable, or in this scriptfile IF you remove
- ;the NextCommand keyword from the above execution line. Then you must
- ;uncomment the line below:
- ;Rename ${FilePather/TmpDownload}/#? "${FilePather/Download}"
-
- ;Either use S:Spat to patternmatch all files in $TmpDownload
- ;if the utility doesn't support wildcards, or use the NextCommand
- ;keyword/environment variable.
-
- ;The Rename command are the only reason why the two directorys must be on the
- ;same partion. You can change if you have a Move command.
-