BATCH HELP
hello all-
i have a created this batch to copy a file to a network folder everything is working fine when i run it manually but the minute i set it up to run in task scheduler in windows 2003 nothing is working. what am i doing wrong also do any of you guys have a vbs script thats able to do the same thing
for %%I in (c:\FTP-JOBS\FTP-NOTICES\STORAGE\CERT_MAT_DAILY*) do copy "%%~fI" "\\enet-nas\cushare\DATA\Records\Reports\Matured CD"
for %%I in (c:\FTP-JOBS\FTP-NOTICES\STORAGE\CERT_MAT_WKND*) do copy "%%~fI" "\\enet-nas\cushare\DATA\Records\Reports\Matured CD"
for %%I in (c:\FTP-JOBS\FTP-NOTICES\STORAGE\DATACHANGE_RPT*) do copy "%%~fI" "\\enet-nas\cushare\DATA\Records\Reports\Share Data Change"
thanks
Answers (0)
Be the first to answer this question
...which I'm not going to share with anyone.
BTW, next time you post, please use appropriate tags. Batch commands have nothing whatsoever to do with VBScript!! - anonymous_9363 10 years ago