Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: working with enivornment variables in win32

by hawtin (Prior)
on May 12, 2004 at 09:23 UTC ( [id://352679]=note: print w/replies, xml ) Need Help??


in reply to working with enivornment variables in win32

Another simple way to do what you want is to have a "flag file". That is a file in a well known directory that is created when the external process is complete. Then your control process just has to check for the existence of the file rather than opening it.

Once the controller has noticed the file exists it can just delete it, the file doesn't need to actually contain anything (unless you want it to).

  • Comment on Re: working with enivornment variables in win32

Log In?
Username:
Password:

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

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

    No recent polls found