Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Running a process in the background

by osunderdog (Deacon)
on Nov 23, 2004 at 22:21 UTC ( [id://410003]=note: print w/replies, xml ) Need Help??


in reply to Running a process in the background

Since you are refering to the START command, I assume you are on windows. I believe that START /B will execute the command in the background.

For example:

start /b sleep 100

Course this isn't the perl answer...


"Look, Shiny Things!" is not a better business strategy than compatibility and reuse.


OSUnderdog

Replies are listed 'Best First'.
Re^2: Running a process in the background
by Anonymous Monk on Nov 23, 2004 at 22:45 UTC
    Hi osunderdog,

    Thanks for the suggestion. I tried doing start /b. The process does run in the background, but the next command (next process) is not executed till the background process finishes.

    What else do you suggest? Thanks.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-25 04:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found