Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: How do I run a background command via Net::SSH::W32Perl

by JamesNC (Chaplain)
on Nov 14, 2005 at 16:13 UTC ( [id://508337]=note: print w/replies, xml ) Need Help??


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

There are 2 ways I know of:
#backticks using start<br> my $rv = `start exceed.exe`; #system using the 1 option system( 1, "exceed.exe" );
JamesNC

Replies are listed 'Best First'.
Re^2: How do I run a background command via Net::SSH::W32Perl
by boat73 (Scribe) on Nov 14, 2005 at 16:18 UTC
    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.
      Hi boat73,

      Perhaps man nohup would be worth reading.

      Hope this helps.

      Martin
      sorry about that... perhaps you need to escape the \& ??

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://508337]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 07:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found