cmd - using XCOPY copy a file over to Program Files(x86) folder with permission -


xcopy "c:\rs\automation - reporting service\cw\bella_%date:~4,2%-%date:~7,2%-%date:~10,4%.sls" "c:\program files (x86)\common files\countwise\retail_reporting\data" /e /y /h  xcopy "c:\rs\automation - reporting service\cw\bella_%date:~4,2%-%date:~7,2%-%date:~10,4%.hrs" "c:\rs\automation - reporting service\cw\bevello_%date:~4,2%-%date:~7,2%-%date:~10,4%.hrs" /e /y /h 

i keep getting error saying system file path cannot found. occurs when script run scheduled task.

the directory exist , seems problem user permission.

can help?

thanks!


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -