swbchen Posted July 4, 2005 Posted July 4, 2005 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 ?
Doc Symbiosis Posted July 7, 2005 Posted July 7, 2005 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
Lost Soul Posted July 7, 2005 Posted July 7, 2005 it all depends on what type of exe files you are prefering to, different progs are packed differently therefor needing different switches
oneless Posted July 7, 2005 Posted July 7, 2005 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
swbchen Posted July 8, 2005 Author Posted July 8, 2005 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now