Jump to content

Recommended Posts

Posted

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 ?


Posted

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

Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...