Jump to content

HELP! Renaming file in config.js


Recommended Posts

Hi,

Do my here bellow command (cmd2) in WPI\WPIScripts\config.js to rename a file is correct???

prog[pn]=['BlueSoleil 2.3']
picf[pn]=['BlueTooth.jpg']
picw[pn]=['96']
pich[pn]=['81']
textl[pn]=['Bottom']
texti[pn]=['0']
desc[pn]=['<CENTER><b>BlueSoleil™ 2.3.0 Release Standard 060728</CENTER></b><br>']
cmd1[pn]=['%cdrom%\\Software\\BlueSoleil\\BlueSoleil.msi /qn /norestart']
cmd2[pn]=['rename %ProgramFiles%\\IVT Corporation\\BlueSoleil\\BlueSoleil.exe BSfr.exe']
dflt[pn]=['no']
ordr[pn]=[30]
pn++

If NOT, anyone can help???

Regards

coucou

Link to comment
Share on other sites


just an observation :

maybe

cmd2[pn]=['rename "%ProgramFiles%\\IVT Corporation\\BlueSoleil\\BlueSoleil.exe" BSfr.exe']

instead of

cmd2[pn]=['rename %ProgramFiles%\\IVT Corporation\\BlueSoleil\\BlueSoleil.exe BSfr.exe']

you have an [iVT][space][Corporation] there

Link to comment
Share on other sites

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...