gd6627
asked on
Creating a Bat File
Need to createn a BAt file or a VB script to copy user dat from local PC to Network drive folder.
I like to grab everything under C:\Documents and Settings \User and copy it to a network share
I like to grab everything under C:\Documents and Settings \User and copy it to a network share
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
FYI, you can also use the Files and Settings Transfer wizard (Accessories > System Tools > Files & Settings transfer wizard). If, that is, you want to transfer a user profile from one place to another.
ASKER
Thanks gentlemen for your assitance :
Moreheroic: your advice would work for a fast solution ..Thank you
mav11rick: your advice is well detailed this will work perfect for me and this situation . what are the different switches for xcopy command and how does it grab the different user profiles if i log in as admin to the local PC
Moreheroic: your advice would work for a fast solution ..Thank you
mav11rick: your advice is well detailed this will work perfect for me and this situation . what are the different switches for xcopy command and how does it grab the different user profiles if i log in as admin to the local PC
for a quick overview of the swithes type "xcopy /?" from the command prompt.
The batch file i gave you is setup to automatically grab the current users folder.
The batch file i gave you is setup to automatically grab the current users folder.
xcopy /e /v /y C:\Documents and Settings \User \\NTSERVER\NTServerC\Backu