A
Alexander Fleck
Hi,
I want to start an app from a ruby script on windows 2K.
When the app is started the script is blocked by the new app until it's left.
I tried to use fork but that' s not supported under windows. I just want to start the app and then leave it alone. How can I do that?
Thanks,
Alexander Fleck.
I want to start an app from a ruby script on windows 2K.
When the app is started the script is blocked by the new app until it's left.
I tried to use fork but that' s not supported under windows. I just want to start the app and then leave it alone. How can I do that?
Thanks,
Alexander Fleck.