Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked ShellExecuteRaw()


DDoSer

Recommended Posts

[HIDE-THANKS]This UDF takes a raw string and parses it into command and parameters variables, which it passes to ShellExecute() -- or ShellExecuteWait() if variable $vWait is set. I use it to read command strings from an .ini file, which can be executed by entering a short alias, or key. For example, with the following .ini entry I can open the NY Times website in Firefox by simply entering "N":

 

N="C:\Program Files (x86)\Mozilla Firefox\firefox.exe"

This is the hidden content, please

 

ShellExecuteRaw() parses the command string into command and parameter(s), and then returns ShellExecute[Wait]().

This is the hidden content, please

[/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.