Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=mark307] [quote=JujuLand] File testing or env reading must be present in mark307 utils kplugin. [/quote] Here are some examples to use utils kplugin in the macro. [code] # delete file. pluginmsgex(utils, "exist", $_ini_Demo_Path, STRING) ? pluginmsg(utils, "unlink", $_ini_Demo_Path) : ""; # select shell and run. $_cmd=pluginmsgex(utils, "GetOSVer", "Platform", STRING) == 2 ? "cmd.exe" : "command.com"; pluginmsgex(utils, "execex", $_cmd." /c del \"".$_ini_Demo_Path."\"", STRING); # get environment variable. alert(pluginmsgex(utils, "getenv", "PATH", STRING)); [/code] thanks.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development