Board index » Visual Studio » Need help finding scripts

Need help finding scripts

Visual Studio94
Hi every one,



I need to create a script that will be able to do the following:



copy c:\document and setting\profile name\desktop f:\desktop

copy c:\document and setting\profile name\my documents f:\documents

copy c:\document and setting\profile name\favorites f:\favorites



Any one can help me find one?



Thank you very much

Amir :)


-
 

Re:Need help finding scripts

LOL... have you looked under your bed? maybe one is hiding there!!!

first, you dont need a "script" for this. its a simple 3 line batch file.

second, what have you tried so far?



heres a hint: open a command prompt and type xcopy /?







"???? ????" <@discussions.microsoft.com>wrote in message

Quote
Hi every one,



I need to create a script that will be able to do the following:



copy c:\document and setting\profile name\desktop f:\desktop

copy c:\document and setting\profile name\my documents f:\documents

copy c:\document and setting\profile name\favorites f:\favorites



Any one can help me find one?



Thank you very much

Amir :)









-