As Zoogie points out, you can use "nul" (or even "/dev/nul"). In NT, you can use ">nul" and "2>&1", but you can't use "&".
But you can do any of these:
- tye (but my friends call me "Tye")system(1,"dyana >nul 2>&1"); system("start dyana"); # something with Win32::Process
In reply to (tye)Re: Starting a new process (fork?)
by tye
in thread Starting a new process (fork?)
by DarkBlue
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |