| |
Goldencat
Posts: 8
Score: 0
Joined: 11/10/2006
Status: offline
|
I want to be able to use FileSystemObject, as well as other things, to copy a file to a computer's dynamic user profile folder. In Batch one could simply write %userprofile%, and the computer would return "C:\Documents and Settings\etc\". I've attempted to use %userprofile% and %systemroot% in VBScript, but it doesn't understand them. Could anyone help me use the VBScript equivalent of %userprofile% and %systemroot%? Thank you.
|
|