Jump to content

Recommended Posts

Posted

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


Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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