First  |  Prev |  Next  |  Last
Pages: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
copyhere and preventing progress bars and dialogs
hi, I am trying to prevent the progress bar and any windows from popping up when performing: set shl = createobject("Shell.Applicatioin") shl.namespace(dest).copyhere shl.namespace(src).items do until shl.namespace(dest).items.count = shl.namespace(src).items.count wscript.sleep 100 loop according to msd... 9 Dec 2007 22:17
Can' get LDAP to work in WorkGrp
Hi, I tried running the script appended below which runs fine on a machine joined to a domain. How can i get this script to run from a machine which is not joined to the domain(xyz.mc.uk)? I get the following error on the client which is not joined to the domain? Windows Script Host ---------------------... 22 Nov 2007 02:03
Change Desktop Wallpaper
Does anybody know how I can change a users desktop wallpaper using a script or batch file? I would like it to change when they log in. Any suggestions? Thanks, Jasper ... 16 Nov 2007 10:00
Conditional NumberFormat
Hi Jay! Thanks for your ideas on conditional NumberFormatting. I investigated using Conditional Formatting (found under the Format menu), both programatically and via the menu, but that only allows one to alter Border, Font, and Interior (eg. color) properties. Your approach was a one pass (ie fixed formatting) ... 10 Nov 2007 20:56
for..in..do
I'm new to scripting, and trying to figure out a way to automate a task. Background info - school district, 1500+ computers most of which have winxp. Occasionally, I need to modify the user registry to accomodate for software settings, etc. Typically, what I've had to do is load the default user registry, impo... 10 Nov 2007 07:41
event supervise
hello ng I will supervise a event log entry from AxaptaCom with a script. Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery("Select * from Win32_NTLogEvent where LogFile ='AxaptaCOM'") ...... .... when the event occurs then will send a mail t... 15 Nov 2007 16:33
Scheduled Defrag
I've created a script and put it on my Machine OU under Computer Configuration->Windows Settings->Scripts->Startup. I can get it to work, but I'd like to streamline this script a little bit. Right now, I have to shell out to DOS to run objShell.Run "schtasks /create /tn " & chr(34) & "Defrag C" &chr(34) & " ... 10 Nov 2007 15:58
File in Use
I'm using this script to capture files I want to Zip but when the Zip process start I get a File in use by another process message. Need some help on where I need to close my file. Option explicit Dim strPath, strCmd, strFile, strFileStem, strZipFile, strLogFile,strCapFile Dim objFSO, objShell, objLogFile,o... 13 Oct 2007 07:54
Problem looping through OUs using LDAP
The following script pulls the User Name from one OU but I have ten OUs that I want to pull this same information from and I am unable to figure out a way to have the script loop through the other 9 OUs. The OU=City part is what changes. Can anyone suggest a way to do this? On Error Resume Next Const ADS_SCOPE... 19 Jul 2007 12:52
Execute VBS from Notepad++
Hi, Is there a way to execute a VBS from within Notepad++? I know with ConTEXT it could be done and had a button right on the toolbar to run the VBS. -- Regards, Martin X. MCSA: M ... 13 Aug 2007 17:01
First  |  Prev |  Next  |  Last
Pages: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67