Hi,
I need to create a script that will do the following using the %USERNAME% variable:
Create a folder called HTML Signatures in a mapped drive (Z
Copy a file from a UNC share to a mapped drive on the local computer (Z
Copy that same file to the root of the C: (the logged on user has no permissions to this)
My thought was to create a VB script that did the following:
Get username
Cache username
Check if folder HTML Signatures exists (Z:\HTML Signatures)
Create folder if not, skip if it does
Copy file from UNC (\\servename\share\%USERNAME\file) to Z:
Copy file from UNC to C: - run as admin credentials prompted for.
I have no idea how to code this though....Help!
Thanks in advance,
Chris
I need to create a script that will do the following using the %USERNAME% variable:
Create a folder called HTML Signatures in a mapped drive (Z
Copy a file from a UNC share to a mapped drive on the local computer (Z
Copy that same file to the root of the C: (the logged on user has no permissions to this)
My thought was to create a VB script that did the following:
Get username
Cache username
Check if folder HTML Signatures exists (Z:\HTML Signatures)
Create folder if not, skip if it does
Copy file from UNC (\\servename\share\%USERNAME\file) to Z:
Copy file from UNC to C: - run as admin credentials prompted for.
I have no idea how to code this though....Help!
Thanks in advance,
Chris