djhawthorn
Technical User
Is there a VBScript equivalent to the DOS command
?
I need to create an authentication pipe to a number of remote servers before running some commands against them... would be nice to do this with VBScript.
The dumber they think you are, the more surprised they'll be when you kill them!
Code:
net use \\servername\ipc$ /user:domain\username *
I need to create an authentication pipe to a number of remote servers before running some commands against them... would be nice to do this with VBScript.
The dumber they think you are, the more surprised they'll be when you kill them!