MovebyDate-Tool


Searches a given directory for files with a given date.
If the date matches, the file will be moved to the target directory.




Reqires the Program (mbd.exe) and then INI-file (mbd.ini)

Content of the INI-file

[Servers]
Source=\\Tirol		#Means the Sourcepath to be inspected
Target=\\Antoni		#Means the Tragetpath to move the files to
			#be sur to have access to these directories and that they exist


AddDate=1		#add given date to targetfile
Rekurse=1		#Use subdirektories too
DelMov=0		#Delete sourcefile after move
			#Date setting for the files dates have to be compared
Day=24		
Month=4
Year=2002

These settings are stored when program terminates


mdb can be also run with commandline arguments.
These are :
mbd /D<day> /M<month> /Y<year> [auto]
The parameters Day, month, year override the above settings in the INI file.

Parameter 'Auto' means that the program will start immediatelly after calling
(Use in batch)



AUTHOR :
Mario Wallerius