home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / FilePather13.lha / FilePather / S / ProcessAllFiles < prev   
Encoding:
Text File  |  1995-04-08  |  916 b   |  22 lines

  1. ;$VER: ProcessAllFiles 2.0
  2. ;This scripfile will process and move all files
  3. ;in $TmpDownload/ to $Download/
  4. ;Please change as you like to.
  5. ;Johan Torin '95
  6.  
  7. ;FilePath all files in $TmpDownload and move them to $Download
  8. C:FilePather FILE ${FilePather/TmpDownload} NEXTCOMMAND 'Rename "%f" "${FilePather/Download}"'
  9.  
  10. ;Other fileprocessors, like AdStrippers etc,  can either be added in the
  11. ;'NextCommand' environment variable, or in this scriptfile IF you remove
  12. ;the NextCommand keyword from the above execution line. Then you must
  13. ;uncomment the line below:
  14. ;Rename ${FilePather/TmpDownload}/#? "${FilePather/Download}"
  15.  
  16. ;Either use S:Spat to patternmatch all files in $TmpDownload
  17. ;if the utility doesn't support wildcards, or use the NextCommand
  18. ;keyword/environment variable.
  19.  
  20. ;The Rename command are the only reason why the two directorys must be on the
  21. ;same partion. You can change if you have a Move command.
  22.