Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB script to copy folders
Name: colestorm Date: April 27, 2008 at 21:52:46 Pacific OS: WIN CPU/Ram: duo Product: intel
Comment:
Hi,
Was wondering if i could use Logon Script (VBS) to copy a folder from a server to the users local profile (Document & Settings)???
Name: Razor2.3 Date: April 28, 2008 at 02:34:13 Pacific
Reply:
Yes, I believe you could. Then again, it's been a long time since I dealt with logon scripts.
Or: Careful what you ask; you might just get it answered.
0
Response Number 2
Name: colestorm Date: April 28, 2008 at 02:55:53 Pacific
Reply:
Could someone help me with it... Search around for help, but could not find any...
Sup?
0
Response Number 3
Name: Razor2.3 Date: April 28, 2008 at 03:25:21 Pacific
Reply:
As I said, I haven't worked with logon scripts for a long time, so I'm not sure the script can get the user's directory this way.
With CreateObject("WScript.Shell").Environment("Process") dest = .Item("UserProfile") & "\" End With With CreateObject("Scripting.FileSystemObject") .CopyFolder "whatever", dest End With
Summary: Is there a VB script that can traverse just through a set of folders and subfolders (not files) and rename them from "JAN" to 1JAN", "FEB" to 2FEB", "MAR" to "3MAR" etc etc? Any help would be greatly ...
Summary: I am looking for a vb script to put a time and date stamp on a folder I am moving data to. I want it to create the folder with a time and date stamp and then copy the file to the folder. Or folder and...