VBScript(SendKeys)
I have created a VBScript that will open a certain application. However, I am unable to figure out how to enter the username and password to login to the application.
Is it possible to use SendKeys in order to enter the username and password?
If so, how can that be done? If not, is there any other options?

