04.04.2011, 19:44
Quote:
how about returning text?
like Код:
root@servername:~# foo -bash: foo: command not found |
Download link: http://www.mediafire.com/file/klrbm9...3w3/system.zip
Example usage:
pawn Код:
#include <system>
new string[13];
system("echo Hello World!", string, sizeof(string)); // 'string' now contains the output
printf(string);