Hi,
I want to ask for some tip,
I'm trying to create one additional function in my custom menu but I can't find a solution
I'm putting my additional menu field into [user] inside main wincmd.ini & I wanted by one click open a new bar in TC & same time execute exe with a param, I been trying many variations but I can't find any way.
I can't use something like this:
cmd5=em_func1,em_func2
because [em_func1] & [em_func2] need to be inside a main wincmd.ini
You know if it's possible to call OPENBAR & execute exe same time?
Thanks in advance!
One click, OPENBAR + execute exe at thesame time
Moderators: Hacker, petermad, Stefan2, white
-
- Senior Member
- Posts: 284
- Joined: 2011-09-23, 10:35 UTC
Re: One click, OPENBAR + execute exe at thesame time
It should work when you put em_func1 and em_func2 into usercmd.ini. I don't see why these user commands need to be inside wincmd.ini.
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
-
- Senior Member
- Posts: 284
- Joined: 2011-09-23, 10:35 UTC
Re: One click, OPENBAR + execute exe at thesame time
Thanks! works now, I tested usercmd.ini before but without success, maybe I misspell variable name..