Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Plink Output Code Bat file
Name: gamarga Date: July 16, 2009 at 07:09:49 Pacific OS: Windows XP Subcategory: Configurations
from a previous post which works fine however after I have ssh'ed into the device I then wish to telnet to another device to do some commands and get the output.
The problem is I get this output because it closed to fast:
Trying xxx.xxx.xxx.xxx... Connected to xxx.xxx.xxx.xx . Escape character is '^]'. Connection closed by foreign host.
Name: Ed in Texas. Date: July 17, 2009 at 02:36:33 Pacific
Reply:
gamarga, you can add commas (,) to modem command strings to create pauses. Maybe here too? HTH. Ed in Texas.
0
Response Number 2
Name: gamarga Date: July 22, 2009 at 07:28:48 Pacific
Reply:
Hi,
Thanks for the reply. It doesnt seem to work. I think the problem is that its starting a new session within a session so it stops recording the output and puts what its got into the output.txt
Summary: Hi, The following is a part of my bat file c: cd c:\OracleBI\DAC dacCmdLine ETLStatus >>%TMP_FL% echo Checkpoint 4 : YES >>%LG_FL% COPY %LG_FL%+%TMP_FL% %LG_FL% I am getting the output from t...
Summary: Im trying to make a bat file that will produce a screen similar to the matrix code.( as in all the scrolling 1 and 0's). Could anybody give me the code for this. ...
Summary: how do I close explorer.exe with a *.bat file what would that code be? (I don't wanna pause it I wanna close it) please help NOTE:I know how useless explore.exe is so you don't need to tell me all abo...