I am currently trying to write a script to move personal user data from one pc to another over the network. Please help. It is a pain doing it manually.
I think I am close just need a little more help.
Something like this:
@Echo off
set "source=C:\Users\username\documents
set "destination=C:\Users\documents
*Need to copy files from source to destination and replace files at the destination.
I think I am close just need a little more help.
Something like this:
@Echo off
set "source=C:\Users\username\documents
set "destination=C:\Users\documents
*Need to copy files from source to destination and replace files at the destination.