pradeep,krishna has asked for the wisdom of the Perl Monks concerning the following question:
Hi fellow monks...
I am using the bellow script to execute an .exe file using runas command to run the application as different user
#perl system('runas /netonly /user:myserver.com\My_admin "ApplicationTest.ex +e D:\Pradeep"'); $pass='P@ssword01'; sleep(1); print "$pass\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to provide input to the password prompt in command prompt using script?
by Anonymous Monk on Apr 03, 2014 at 06:19 UTC | |
|
Re: How to provide input to the password prompt in command prompt using script?
by Laurent_R (Canon) on Apr 03, 2014 at 07:13 UTC | |
|
Re: How to provide input to the password prompt in command prompt using script?
by zentara (Cardinal) on Apr 03, 2014 at 10:38 UTC |