July 4, 200521 yr what is the command for exe files :c:\program files\aaa\bbb.exehow to write this comamnd for upper bbb.exe by WPI ??Anyone help me ?
July 7, 200521 yr The following should work:prog[pn]=['Execute bbb.exe']uid[pn]=['BBB']desc[pn]=['Executes bbb.exe'']ordr[pn]=[1]cmd1[pn]=['c:\\program files\\aaa\\bbb.exe']dflt[pn]=['yes']cat[pn]=['Execute']pn++Have an eye on the double backslashes
July 7, 200521 yr it all depends on what type of exe files you are prefering to, different progs are packed differently therefor needing different switches
July 7, 200521 yr cmd1[pn]=['%ProgramFiles%\\aaa\\bbb.exe']with that , no matter in what drive is windows installed . recommanded .double backslashes , if you edit manually config.js
July 8, 200521 yr Author oneless: Thank you. "%programfiles\aaa\bbb.exe" works.Another command needs help:How to run ccc.exe by bbb.exe ?e.g.patch.exe rar.exe : to patch the rar.exe file(both patch.exe and rar.exe in the same directory) "%programfiles\aaa\patch.exe rar.exe" >>> not work
Create an account or sign in to comment