in reply to Re: How do I run a background command via Net::SSH::W32Perl
in thread How do I run a background command via Net::SSH::W32Perl

Perhaps I am not following your response. This looks like a solution toward starting the exceed process on my win32 system. What I am looking for is a method of running a command in the background on the remote Unix system via Net::SSH::W32Perl.
  • Comment on Re^2: How do I run a background command via Net::SSH::W32Perl

Replies are listed 'Best First'.
Re^3: How do I run a background command via Net::SSH::W32Perl
by marto (Cardinal) on Nov 14, 2005 at 16:24 UTC
    Hi boat73,

    Perhaps man nohup would be worth reading.

    Hope this helps.

    Martin
Re^3: How do I run a background command via Net::SSH::W32Perl
by JamesNC (Chaplain) on Nov 14, 2005 at 19:00 UTC
    sorry about that... perhaps you need to escape the \& ??