
dhirajextreme
Novice
Jan 14, 2009, 11:49 PM
Post #10 of 11
(3534 views)
|
Re: [FishMonger] can Net::Telnet be use for connect win to win boxes?
[In reply to]
|
Can't Post
|
|
Thanks, my install.exe cmd takes appox. 5 minute to complete this is completely command base utility so no further inputs are required. I need the timeout for the execution of this "install.exe" for that i tried. $t->cmd(String =>'install.exe', Timeout => 500); # NOT WORKING $t->print(String =>'install.exe', Timeout => 500); $t->waitfor('/>$/'); ##still not working. $t->print('install.exe'); $t->waitfor(String =>'/>$/', Timeout => 500); ##Still not working. Is there any other way to execute some binary or exe file on the telnet? Thanks, Dhiraj.
|