This script is used tto copy the file or folder to the given location at any Windows Endpoint.
Please run the script as System User
NOTES:
1. if you want to copy a folder to another location then give the folder path in the COPY_From variable and give the destination path where you want to paste in Paste_To variable. for example:
if you want to copy folder and paste it in another location then just give the value like shown below,
Copy_From = "C:\Users\boss\desktop"
Paste_To = "C:\Users\boss\Documents\backup"
the above will paste all the files and folders in the desktop to the backup folder. if you want to all the files and folders in desktop to be pasted in a specific folder in backup folder then give the value like shown below,
Paste_To = "C:\Users\boss\Documents\backup\desktopbackups"
Comments