Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=desga2] Your problem is double quotes as I indicated above: [code] exec("[b]\"[/b]C:\\Program Files\\k-meleon\\Profiles\\q6psu8b0.default\\macros\\Secur_Paste\\dlock2.exe[b]\"[/b] /E dlock2.txt dlock2.ecm /Pdeyoung"); exec("[b]\"[/b]C:\\Program Files\\k-meleon\\Profiles\\q6psu8b0.default\\macros\\Secur_Paste\\sounder.exe[b]\"[/b] ding.wav"); [/code] Note [b]\"[/b] (duble quoted added), in exec() macro the first double quote (") is for Macro language (to indicate a string in all macro functions) and this double quoted is only view for K-Meleon Macro not for Windows CMD.exe. Second double quoted (\") is for Windows system (CMD.exe) to indicated paths with spaces. If is more easy for you remember to use quotes in a variable, for example; [code] $_2quote="\""; exec([b]$_2quote[/b]."C:\\Program Files\\k-meleon\\Profiles\\q6psu8b0.default\\macros\\Secur_Paste\\sounder.exe".[b]$_2quote[/b]." ding.wav"); [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development