![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To Connect to Windows server from Unix server | vidzz911 | Windows & DOS: Issues & Discussions | 4 | 04-10-2009 09:56 AM |
| How to connect unix server to unix server through shell scripts | phatan | Shell Programming and Scripting | 2 | 06-23-2008 03:08 AM |
| How to connect unix server to unix server through shell scripts | phatan | Shell Programming and Scripting | 2 | 06-19-2008 06:30 AM |
| help needed to connect to windows from unix and run .bat file | lakshmis10 | UNIX for Advanced & Expert Users | 1 | 10-19-2007 10:15 AM |
| How to connect unix server via web | max_san007 | UNIX for Dummies Questions & Answers | 3 | 11-17-2006 01:46 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
bat file to connect UNIX server.
Hi,
i am trying to connect to unix server from windows bat file using telnet command. But bat file is unable to pass username and password hence could not login to UNIX. My requirement is to connect UNIX server from .bat file and run few macros at a perticular schedule. My UNIX login does not have the access to use crontab hence i am going for windows bat files. I googled a lot to get the answer for - how to connect UNIX from windows bat file but not getting any proper answer. Plz help!! Thankx in advance. |
|
|||||
|
If you had you and your Windows client added to the hosts.equiv of the Unix machine you are trying to telnet to then you could do: Code:
C:\> telnet -l user_name Without needing to try and provide a password. Whether you can then do something Unix like such as: Code:
C:\> echo command | telnet -l user_name I'm not exactly sure, my DOS is very rusty! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|