Maybe the default "cmd.exe" (or whatever gets used on windows to run commands via the system() call) provides some equivalent sort of idiom, if you know how to look that up...
The equivalent on Windows (at least my cmd.exe) would be:
$command = "ipconfig >nul 2>1";
In reply to Re^2: How to hide system(); output.
by crashtest
in thread How to hide system(); output.
by bcens
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |