Login | |
|
 |
RE: Can I run a command in VBS but don't display Comman... - 8/16/2005 9:21:32 PM
|
|
 |
|
| |
ginolard
Posts: 1051
Score: 21
Joined: 8/10/2005
Status: online
|
Yup, Just change your Run line to objShell.Run ("net user account /delete"),0
|
|
| |
|
|
|
 |
RE: Can I run a command in VBS but don't display Comman... - 8/17/2005 5:47:20 PM
|
|
 |
|
| |
ginolard
Posts: 1051
Score: 21
Joined: 8/10/2005
Status: online
|
I've a couple of CHM containing a list of all VBScript functions, constants, operators etc. If you post an email address, I can send them to you. Alternatively, you can check MSDN on the Microsoft site (though the CHM files are easier to use!)
|
|
| |
|
|
|
 |
RE: Can I run a command in VBS but don't display Comman... - 8/17/2005 11:41:45 PM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
The options in question can be found in the WSH Help Document, this is linked HERE
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
|
|