![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executing application on Windows from Unix machine | MobileUser | UNIX for Dummies Questions & Answers | 3 | 07-12-2007 01:47 PM |
| What kind of security applications UNIX and Windows have in common? | austintham | UNIX for Dummies Questions & Answers | 0 | 11-11-2006 12:36 AM |
| Executing Windows batch file from UNIX | flip387 | Shell Programming and Scripting | 4 | 08-18-2006 05:39 PM |
| Doubt on Executing unix commands in script | Naresh Kumar | Shell Programming and Scripting | 2 | 06-05-2006 04:49 PM |
| executing *.bat file on windows from Unix box via ftp command | alx | Shell Programming and Scripting | 9 | 01-29-2006 02:31 PM |
|
|
LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|
|
|||
|
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" |
|||
| Google UNIX.COM |