SA-MP Forums Archive
[Plugin] [REL] EXEC [Execute commands] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] [REL] EXEC [Execute commands] (/showthread.php?tid=395008)



[REL] EXEC [Execute OS commands] - Mellnik - 24.11.2012

THIS PROJECT IS OUTDATED AND NO LONGER MAINTAINED. DO NOT USE IT AS IT CONTAINS SECURITY VULNERABILITIES AND BUGS.

« EXEC »
cmd exec plugin

v1.0
Author: Mellnik
Current Version: 1.0
Pluginlines (main file): over 100
Release Date: 24/11/2012


Information


This plugin gives you the possibility to execute OS commands for many purposes.

exec(command[]);


Example
Code:
exec("mkdir MyDirName");
This command will create a directory in your SAMP server root directory.

UseExecLog(bool:log = true);


Example
Code:
OnGameModeInit()
{
       UseExecLog();

       exec("my command");
       return 1;
}
It will print: "[exec] command | my command | executed"

Download:

http://files.mellnik.com/old/


License:

EXEC is licensed under Apache 2.0

This plugin is maybe outdated and no longer maintained by me.



Re: [REL] EXEC [Execute commands] - DrTHE - 24.11.2012

Very good, this will be very useful for me.
I see you have skills with plugins.


Re: [REL] EXEC [Execute commands] - AMEENAMEEN - 25.11.2012

Nice And useful thanks , might be in handy for me sometime.


Re: [REL] EXEC [Execute commands] - Mark™ - 25.11.2012

What's so different about this plugin from this one https://sampforum.blast.hk/showthread.php?tid=100177 ?


Re: [REL] EXEC [Execute commands] - Edvin - 25.11.2012

Hehe, not bad


Re: [REL] EXEC [Execute commands] - KingHual - 25.11.2012

Quote:
Originally Posted by Mark™
View Post
What's so different about this plugin from this one https://sampforum.blast.hk/showthread.php?tid=100177 ?
Nothing is.


Re: [REL] EXEC [Execute commands] - Niko_boy - 25.11.2012

what type of commands it process , are they somekind of c++ executes / windows etc.. lol :P ?
anyways it will be very useful in most of cases


Re: [REL] EXEC [Execute commands] - GWMPT - 25.11.2012

Quote:
Originally Posted by Niko_boy
View Post
what type of commands it process , are they somekind of c++ executes / windows etc.. lol :P ?
anyways it will be very useful in most of cases
It execute the operating system commands, windows or linux, depending on the OS you're running.


Re: [REL] EXEC [Execute commands] - JackTurnip - 06.01.2013

Nothing is.


Re: [REL] EXEC [Execute commands] - nGen.SoNNy - 11.06.2013

"Verry original" and the signature logo it is too...