po0jas1x has asked for the wisdom of the Perl Monks concerning the following question:
Hello , Need a help
I am using Win32::GuiTest in my perl script to handle certain actiond (such as close, exit) in our windows applications running in the form of command prompts. My script runs well in our local machine but fails to do so in a remote machine (where my applications are running). I use PStools to connect my remote machine and execute my perl script (actualy converted to an exe).
However, it fails to identify my running applications due to windows session problem. hence i would like to know from the monks if there is way to achieve it by gaining over the windows sessions problem
Please help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::GuiTest to handle windows applications running in a remote server
by marto (Cardinal) on May 21, 2014 at 09:36 UTC |