This new version of File Mover includes a number of snazzy new features :)
- UNC support
- Multiple source/destination folders
- File wildcarding support (e.g. only move files matching *.log)
The Advanced Settings script can be used to specify multiple source/destination folders as well as wildcarding and custom script execution when a file is successfully moved.
Here’s an example situation; I’d like to move any files that appear in the completed folder into another folder called video. When a file is moved I’d also like some VBscript executed to perform some custom task. In another folder I’d also like any files called some*.log moved into a UNC network fileshare, but don’t want any VBscript executing each time. To achieve this I can use this script in Advanced Settings:
source:c:\temp\completed\*.*
dest:c:\video\
exec:wscript “c:\something\whatever.vbs” “%1”
source:c:\another\folder\some*.log
dest:\\10.1.1.20\some\share
Click on through to the File Mover page for the download.