![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executing Windows batch file from UNIX | flip387 | Shell Programming and Scripting | 5 | 10-24-2008 11:57 AM |
| Executing application on Windows from Unix machine | MobileUser | UNIX for Dummies Questions & Answers | 3 | 07-12-2007 04:47 PM |
| What kind of security applications UNIX and Windows have in common? | austintham | UNIX for Dummies Questions & Answers | 0 | 11-11-2006 04:36 AM |
| Doubt on Executing unix commands in script | Naresh Kumar | Shell Programming and Scripting | 2 | 06-05-2006 07:49 PM |
| executing *.bat file on windows from Unix box via ftp command | alx | Shell Programming and Scripting | 9 | 01-29-2006 06:31 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
executing applications/commands on a unix server from a windows PC
i have a network drive (samba) mounted on to my PC and also i have SSH client on my machine. however i need to run applications/commands on a unix server from the middle of a different executable(windows compatable one). so i need to connect to the unix server from SSH through the executable/command prompt. Is there any way to do this? any help ....any suggestions...please.
your help is appreciated Thanks |
|
||||
|
Many ssh clients offer a command line version that you can run on windows. So in the middle of your windows script you could call the ssh program like such:
Code:
ssh -l user unix.machine.name "command" |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|