Search:

Type: Posts; User: manishkumarM

Search: Search took 0.02 seconds.

  1. Re: Input a password to dialog box after launching app through VB script

    Perfect. It worked ... I checked the time it takes to open the app manually and increased the wait time accordingly . Thank you so much for your help ! You are a star ..
  2. Re: Input a password to dialog box after launching app through VB script

    Thanks for offering assistance . I now changed it as below


    call WshShell.Run (exeName, 1, false)
    WScript.Sleep(25)

    WshShell.AppActivate "TAE"

    'Passing the value password...
  3. Input a password to dialog box after launching app through VB script

    I have written a script that launches an application from my desktop. I have no knowledge in scripting, but was able to google around and have it done. However I am stuck at a point where I am not...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width