Start notepad from Linux script

  • Thread starter Thread starter Yuri Weinstein \(HotMail\)
  • Start date Start date
Y

Yuri Weinstein \(HotMail\)

Hi all,

I need to start a program, say 'notepad' on a remote Linux system on a
Windows box.

Can this be done with minimum extra software installed on a Windows box?

Thx

YuriW
 
I need to start a program, say 'notepad' on a remote Linux system on a
Windows box.

Notepad on Linux on Windows? Good luck there.
Can this be done with minimum extra software installed on a Windows box?

I doubt you could start anything on a Linux system using VBScript or
WSH, but Perl or any of the Linux scripting languages may work. Try
asking in groups related to those scripting technologies.

Jeff
 
No - start notepad on a remote Windows box from a script running on Linux
system.
 
Yuri said:
No - start notepad on a remote Windows box from a script running on
Linux system.

If you got Cygwin (see http://cygwin.com) then you could set up rsh. I
think there's also an rsh from Microsoft. If that were so then it'd be
"rsh <windowsbox> notepad".
 
No - start notepad on a remote Windows box from a script running on Linux
system.

Then definitely not using VBScript or WSH, which won't run on Linux.

Jeff
 
Your are posting to too may groups at the same time.


Please do not treat this group ass.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top