It does, and I will just use task scheduler... HOWEVER...
I just set it up on my computer and it didn't work... perhaps I did something wrong? Can you help me diagnose?
Here is my "dualsave.bat" file:
Now I made a .txt file and saved it to my desktop. (the dualsave.bat is also on my desktop) I also made a test.doc and saved it into my documents folder.Code:REM The Share folder SET SHAREFOLDER=\\I-dont-know\tga shared\Agent's Folders\Private\ REM Documents copy "%userprofile%\Desktop\*.doc" %SHAREFOLDER% copy "%userprofile%\My Documents\*.doc" %SHAREFOLDER% REM Word 2007 Documents copy "%userprofile%\Desktop\*.doc" %SHAREFOLDER% copy "%userprofile%\My Documents\*.doc" %SHAREFOLDER% REM *.txt Documents copy "%userprofile%\Desktop\*.txt" %SHAREFOLDER% copy "%userprofile%\My Documents\*.txt" %SHAREFOLDER%
I double clicked the dualsave.bat it ran in DOS real fast. I checked the "Private" folder on the shared drive and nothing is in there.
Now the "address" I listed as the %sharefolder% is the address of the "private" folder I got when checking properties... Some how I think this is the problem, but I don't know enough to even start... ideas?



Reply With Quote


Bookmarks