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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by trevstonbury

  1. trevstonbury

    Login Script to copy shared folder to user desktops

    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...
  2. trevstonbury

    Login Script to copy shared folder to user desktops

    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...
  3. trevstonbury

    Login Script to copy shared folder to user desktops

    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...

Part and Inventory Search

Back
Top