I have a script that checks to see if a program is running on a client machine. If the program isn't running, it executes the *.exe . (this is not a vbscript)
Now the program that runs these scripts can at anytime execute another script, say a VBScript.
My question is, the *.exe requires a username / password to be entered in a simple 'pop-up box'. Is there anyway to write a VBScript to input that username / password?
Thanks for your time.
Now the program that runs these scripts can at anytime execute another script, say a VBScript.
My question is, the *.exe requires a username / password to be entered in a simple 'pop-up box'. Is there anyway to write a VBScript to input that username / password?
Thanks for your time.