[Plugin] [REL] EXEC [Execute commands]
#1

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.
Reply
#2

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

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

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

Hehe, not bad
Reply
#6

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.
Reply
#7

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
Reply
#8

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.
Reply
#9

Nothing is.
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)