coucou Posted June 11, 2007 Posted June 11, 2007 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???Regardscoucou
oneless Posted June 11, 2007 Posted June 11, 2007 just an observation :maybecmd2[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
zorphnog Posted June 11, 2007 Posted June 11, 2007 You may need to provide the full path for BSfr.exe as well.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now