Michael Schmid schreef:
from http://linux.die.net/man/3/system:
system() executes a command specified in command by calling */bin/sh* -c
command,
you'll have to make sure /bin/sh will work, that is what I found.
Teun
Hi!
Started to use cygwin, it's great. Now I have a working prog and want
On Mon, Jan 04, 2010 at 12:48:06PM -0800, Michael Schmid wrote:
>
>Hi!
>
>Started to use cygwin, it's great. Now I have a working prog and want it run
>on another computer.
>
>So I moved the exe, and all necessary dlls... But there seem to be one
>missing, because the system()-function (http://linu
Hi!
Started to use cygwin, it's great. Now I have a working prog and want it run
on another computer.
So I moved the exe, and all necessary dlls... But there seem to be one
missing, because the system()-function (http://linux.die.net/man/3/system)
doesn't work... E.g. system(cp ./file1 ./file2).
3 matches
Mail list logo