Run command help!!!!
Wed, 27 Feb 2008 22:25:12 -0800 (PST)
This is the proper syntax to run this program:
"C:\Program Files\Eraser\Eraserl.exe" -file "C:\Program Files\PBC
\pbc.mdb" -method "Gutmann"
I would like to run it in a wsh script like this:
Set ws = WScript.CreateObject("WScript.Shell")
ws.Run "C:\Program Files\Eraser\Eraserl.exe" -file "C:\Program File ...
|
PS and WinRM on 1000+ machines
Sun, 24 Feb 2008 11:42:25 +0000
Hi,
One of the big strengths of scripting WSH / COM was that you could
guarantee it would work on ANY Windows box without having to manage
component versions across hundreds/thousands of machines. This could be
useful for things like Logon Scripts, and essential for certain types of
remote management that ...
|
Net Start return codes
Fri, 22 Feb 2008 23:01:00 -0800
Good morning,
I'm writing a VBS script for Windows XP and Server 2003. The script uses the
Run method to call a "Net Start" command, to start a service. This command
returns an integer error code, but I can't find anywhere to tell me what
these return codes mean.
I know that 0 indicates success, and I su ...
|
Problemas With W2K3+SP2 with WMI
Thu, 21 Feb 2008 12:48:42 -0300
I having problems to connect a server 2003+SP2 with WMI. I'm an
administrator.
But work fine with servers 2003+SP1.
Anybody know something??????
Nelson Rodriguez
neroig@adinet.com.uy
...
|
The Best ADSI Editor????
Tue, 19 Feb 2008 21:19:52 -0200
Please I want to know which is the best ADSI editor in Windows environment.
Thanks.
Nelson Rodriguez
neroig@adinet.com.uy
Salto - Uruguay
...
|
I need a change to a Script
Tue, 19 Feb 2008 03:59:00 -0800
Some time ago, I got a script in this discussion group that works all right
for my needs: it takes a .txt document (named "lines.txt"), prompts for a
line number, and puts the corresponding line in the clipboard, so that I can
put it any where I want (any Web page, any text document, as the new name of
a fol ...
|
Help with using goto wdGoToBookmark
Mon, 18 Feb 2008 22:26:19 -0600
I am having one heck of a time trying to use the wdGoToBookmark method.
In summary I have hundreds of change documents (in MS Word) to create.
With few exceptions, they are all identical. Each will have a unique
filename based on the computer name it is in reference to. I have a
VBScript nearly fully func ...
|
|
|
How to Edit dBase (.dbf) with wsh and ado?
Sun, 17 Feb 2008 20:40:01 -0800
How would I write a wsh script to open a dbf file, add a field, calculate the
new field equal to some other existing field, then close the dbf? I'm
guessing I would have to use ADO to connect to the dbf database.
Thanks,
NoSpam.JefferyJJensen@NoSpam.gmail.com ...
|
Syntax problem
Fri, 15 Feb 2008 02:09:12 -0800 (PST)
I'm working with the following code, as part of a script i want it to
locate the machine in AD and output it's location to the txt file it's
writing to.
As i have several forests for this to run on modified the script to
first determine the domain the machine was part of, and then separate
the domain name int ...
|
search for active users with mail
Thu, 14 Feb 2008 00:54:04 -0000
Hi
I need to do a search that should only return the following fields:
1. GiveNname
2. Sn
3. Mail
CSVDE -f List.csv -d "dc=idt,dc=pt" -s scladirectory -r "(mail=*)"
-m -p subtree -l "givenname,sn,mail" -j logfile.txt
The script works but it returns all fields.
Can someone help/tell me what i'm doing wr ...
|