Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy Favorite folder

Status
Not open for further replies.

tonyrhf

Technical User
Sep 14, 2006
3
US
I need to globaly copy all users favorite from their local drive to their network home directory. I'm new to Scripting and have done quite a bit research on the net, but could not do it. Would someone help me please?

Thanks,
 
this will put all user's favorites in a text file.
Code:
wshshell.Run("cmd.exe /c dir ""c:\documents and settings\user_id\favorites\*.*"" /b > c:\a_a\favoites_list.txt /b")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top