what is the command for exe files :
c:\program files\aaa\bbb.exe
how to write this comamnd for upper bbb.exe by WPI ??
Anyone help me ?
Page 1 of 1
[help]command for c:\program files\aaa\bbb.exe
#2
Posted 07 July 2005 - 11:03 AM
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
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
#3
Posted 07 July 2005 - 02:47 PM
it all depends on what type of exe files you are prefering to, different progs are packed differently therefor needing different switches
#4
Posted 07 July 2005 - 03:03 PM
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
#5
Posted 08 July 2005 - 03:01 AM
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
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
Share this topic:
Page 1 of 1



Help
Back to top









