in reply to Re^2: Running an executable on a Unix machine from a Windows machine.
in thread Running an executable on a Unix machine from a Windows machine.

Sorry I misunderstood you. You have a Linux executable on a Linux machine and you want to launch it from Windows?

Try Expect
  • Comment on Re^3: Running an executable on a Unix machine from a Windows machine.

Replies are listed 'Best First'.
Re^4: Running an executable on a Unix machine from a Windows machine.
by pankaj_it09 (Scribe) on Feb 10, 2010 at 15:07 UTC
    Its alright I think I should have explained it more clearly.

    I have a Linux executable in a Windows machine.
      Then you will have to transfer the Linux binary executable to Linux, either physically or make it available on a shared drive using, say, Samba.

        I can also use SCP for that.

        Which is the module for that ?

        Net::SCP OR Expect ?