Re: Launching a shell script from a remote Windows machine.

2004-11-22 Thread Oleg Goldshmidt
Amir Hardon [EMAIL PROTECTED] writes: I'm looking for a way to create a simple click-n'-forget icon on a Windows(98) machine, that will invoke a shell script on a Linux server. The only solution I can think of that doesn't involve writing a client-server application specific for this task,

Launching a shell script from a remote Windows machine.

2004-11-21 Thread Amir Hardon
I'm looking for a way to create a simple click-n'-forget icon on a Windows(98) machine, that will invoke a shell script on a Linux server. The only solution I can think of that doesn't involve writing a client-server application specific for this task, is using ssh+putty, but this won't be

Re: Launching a shell script from a remote Windows machine.

2004-11-21 Thread Yedidyah Bar-David
On Sun, Nov 21, 2004 at 08:41:48PM +0200, Amir Hardon wrote: I'm looking for a way to create a simple click-n'-forget icon on a Windows(98) machine, that will invoke a shell script on a Linux server. The only solution I can think of that doesn't involve writing a client-server application

Re: Launching a shell script from a remote Windows machine.

2004-11-21 Thread amos
Amir Hardon wrote: I'm looking for a way to create a simple click-n'-forget icon on a Windows(98) machine, that will invoke a shell script on a Linux server. The only solution I can think of that doesn't involve writing a client-server application specific for this task, is using ssh+putty, but

Re: Launching a shell script from a remote Windows machine.

2004-11-21 Thread Yaacov Fenster - System Engineering Troubleshooting and other stuff
Amir - Perhaps you might want to use the magic scripts in a Samba server (http://www.oreilly.com/catalog/samba/chapter/book/ch08_02.html ) Amir Hardon wrote: I'm looking for a way to create a simple click-n'-forget icon on a Windows(98) machine, that will invoke a shell script on a Linux server.