http://www.perlmonks.org?node_id=991318


in reply to Re^3: Calling an executable and entering login credentials
in thread Calling an executable and entering login credentials

Yeah.. There are some java programs doing that.. Is there anyway, that I can call the batch files from the script and then input the credentials using some modules ?
  • Comment on Re^4: Calling an executable and entering login credentials

Replies are listed 'Best First'.
Re^5: Calling an executable and entering login credentials
by aitap (Curate) on Sep 02, 2012 at 20:14 UTC
    You can try Win32::GuiTest, it seems it's able to send clocks and keystrokes to windows. Also you can use AutoHotKey or AutoIt to write a credentials-entering program, but this is not Perl.
    Sorry if my advice was wrong.