I have a file that is placed on server01 every night at 11 PM Every morning the file has to be moved so that the users can access it.
I would like to write a batch file that moves the file to a new locaton so that the users can get to it. I will setup a scheduled task so that I do not have to do this.
The file is imported into access after it is moved.
file name mtcdata.csv
location
\\server01\arthur\mtcdata.csv
would like it moved to
\\server03\data\user\mtcdata.csv
I am guessing I need to map drives copy the file then unmap the drives??
a net use command in the .bat file maybe??
a new file is created every night at 11PM
Thanks,
Tina
I would like to write a batch file that moves the file to a new locaton so that the users can get to it. I will setup a scheduled task so that I do not have to do this.
The file is imported into access after it is moved.
file name mtcdata.csv
location
\\server01\arthur\mtcdata.csv
would like it moved to
\\server03\data\user\mtcdata.csv
I am guessing I need to map drives copy the file then unmap the drives??
a net use command in the .bat file maybe??
a new file is created every night at 11PM
Thanks,
Tina