I have a nightly batch file that copies all my development access apps onto the server...I would like to add to the batch file, when it has finished the copy, I would like to write a little file to the folder with the time the file was copied....
something like :
G:
XCOPY C: /Y
echo > SPECIALIST Database copied ... 08:15AM
or something like that...
Thanks
something like :
G:
XCOPY C: /Y
echo > SPECIALIST Database copied ... 08:15AM
or something like that...
Thanks