Re: RUN with parameters? by Paul
Paul
Fri Jul 01 10:31:23 CDT 2005
Hey, good idea. And I can put any messaging between the two in that record,
too.
Thanks!
"Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
news:%23ZkwwtdfFHA.1412@TK2MSFTNGP09.phx.gbl...
> Then just lock a record in a common data table. If either one crashes,
> the lock will go away.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "Paul Pedersen" <no-reply@swen.com> wrote in message
> news:%235t40PafFHA.576@TK2MSFTNGP15.phx.gbl...
>> What I was trying to do (maybe a dumb idea), was to have EXE1 create a
>> mutex and/or semaphore object, pass it to EXE2, then EXE1 quits.
>>
>> I suppose I could manage something similar with a flag file, but I want
>> to be absolutely certain that the flag file is deleted when EXE2 ends.
>> Under normal conditions, that's not a problem, but under
>> someone-pulled-the-plug conditions, it IS a problem.
>>
>>
>>
>> "Bernhard Sander" <fuchs@individsoft.de> wrote in message
>> news:uduF0kIfFHA.3300@TK2MSFTNGP10.phx.gbl...
>>> Hi Paul
>>>
>>>> In particular, I'm trying to pass a handle to a WinAPI object.
>>> Just curious: how do you want to RUN a WinAPI object?
>>>
>>> Regards
>>> Bernhard Sander
>>
>>
>
>