Can ws.Run call batch files?

typhoon43

2[H]4U
Joined
Apr 5, 2001
Messages
3,930
I have them setup to call secondary vb scripts for logons, but can I use ws.Run to call a batch file as well? For example, is

Code:
ws.Run("nameoffile.bat")

a valid insert? I'm trying to enable RDP Domain wide, since VNC is laggy and pissing me off.
I want to slap it in as a logon script to go along with all of our other vb scripts that run on logon.
 
Back
Top