in reply to Re^4: How to handle a browser window that opens up during the execution of some external program commands
in thread How to handle a browser window that opens up during the execution of some external program commands

Prompt the user for credentials and then retrieve the AccessToken obje +ct.

Do you understand Powershell? Did you read what this code is doing? If you want to avoid this in powershell either ask elsewhere (i.e. not a perl forum), or alter the code provided to use an alternate method (if possible). Perl based methods have been suggested earlier, did you try them?

  • Comment on Re^5: How to handle a browser window that opens up during the execution of some external program commands
  • Download Code

Replies are listed 'Best First'.
Re^6: How to handle a browser window that opens up during the execution of some external program commands
by tarunmudgal4u (Sexton) on Apr 04, 2013 at 05:42 UTC

    Hi Marto, Some of the monks in this thread asked me to show the powershell code. I know it's not the powershell forum and I don't understand powershell as well.

    Let me try above modules suggested and then I'll get back with my observations.