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.
Telenet via batch file
Name: nithya_1983 Date: June 2, 2008 at 14:42:09 Pacific OS: xp CPU/Ram: intel Product: 2003
Comment:
HI,
I need to create a batch file which has to telnet to a unix server and run the .ksh. this batch file i will call in my BI job before i run the job.
please share your thoughts, how i can do this...or if you have any sample code..pls provide me..
Name: Razor2.3 Date: June 2, 2008 at 15:18:20 Pacific
Reply:
Microsoft's Telnet does not use standard in/out. Because of this, using it in Command Scripts is near impossible.
0
Response Number 2
Name: ghostdog Date: June 2, 2008 at 18:28:26 Pacific
Reply:
@OP, if you know a bit of Perl, or other languages, like Python/Ruby...you can use Telnet libraries provided by these tools to do your stuff, An example with Perl's Net::Telnet module
Summary: I'm writing a batch file to install a program and need to add a path statement. Under older versions of Windows, I could append to the end of Autoexec.bat. I know how to append it to the end of the ...
Summary: Hey all, I am currently working on a BATCH file that will install a specific printer (on a printserver) to a computer. The current script looks is this:... ______________________________ @Echo off RE...
Summary: Am in need of a batch file that would delete all lines in a text file except those beginning with a certain single character - is this possible? Thanks ...