M
Mangler
I have the DB backed up everynight automatically and am trying to
create a .bat file to automatically copy the directory of the back ups
to a folder on my PC. I am running a test and everything works with
one weird flaw, here is what I have so far:
COPY /y C:\test.txt Y:\serverBakUp
It puts the file on my PC but does not retain the original file name.
After I run that script the test.txt file gets copied to my PC but it
is name serverBakUp ( the name of the directory it goes to ) with no
file extention. What am I missing here?
create a .bat file to automatically copy the directory of the back ups
to a folder on my PC. I am running a test and everything works with
one weird flaw, here is what I have so far:
COPY /y C:\test.txt Y:\serverBakUp
It puts the file on my PC but does not retain the original file name.
After I run that script the test.txt file gets copied to my PC but it
is name serverBakUp ( the name of the directory it goes to ) with no
file extention. What am I missing here?