execute linux commands?
is it possible to call unix / linux commands, as it is with e.g. c/c++/php and its exec() function?
i would really love to pipe some info to a running linux application and i would need something like this call_linux_func(" echo 'ddd' | linuxcommand -takes -some -paras ") it would be enough to just call the linux function though. |
Code:
static cell AMX_NATIVE_CALL system_cmd(AMX *amx, cell *params) |
Re: execute linux commands?
Here you can check out the most used linux commands .
|
| All times are GMT -4. The time now is 09:53. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.