|
Posted by Mladen Gogala on 10/19/05 11:40
On Mon, 20 Feb 2006 02:44:13 +0000, Michael Austin wrote:
> What platform are you on?
>
> if this is UNIX then you can do an exec() or system() call or something like
> `./executethisfile > out.log &`
> note these are back-ticks (key on the top row far left ~` )
On the Unix-like operating systems, there is PCNTL extension which has
calls like fork, exec, wait and signal. This extension is not available
on Windows. On windows, there are .COM and .NOT functions in the manual.
Not being a windows person, I don't really know whether those can be
used.
--
http://www.mgogala.com
Navigation:
[Reply to this message]
|