Thanks guys, sorry like I said im a total novice with these;
I have tried running the code you sent below GrimR but am getting an error. Line 3, char 5, error: object required: 'objShell'
Dim WshShell:Set WshShell = WScript.CreateObject("WScript.Shell")
Dim filesys:Set...
I have managed to get the following working;
its pretty basic but at the moment the destination doesnt work; %userprofile%\desktop\destfolder
I get a 'path not found error'
dim filesys
set filesys=CreateObject("Scripting.FileSystemObject")
If filesys.FolderExists("\\server\folder") Then...
Hi Guys.
This is probably a fairly simple one for but I am quite a novice with scripts.
Bascialy I want a script to be able to copy a directory in a share from a server to all user desktops when they login, so far I have the following;
If possible can it be set so that it only copies the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.