I have a problem with the DOS command "DELETEDIR" in WPI 7.2.0 does not work but when I use the old command "DELDIR" of WPI 7.1.0 it works.
Page 1 of 1
little problem with command DOS
#1
Posted 03 December 2008 - 06:29 PM
Happy Birthday and thanks for your very good job !!!
I have a problem with the DOS command "DELETEDIR" in WPI 7.2.0 does not work but when I use the old command "DELDIR" of WPI 7.1.0 it works.
I have a problem with the DOS command "DELETEDIR" in WPI 7.2.0 does not work but when I use the old command "DELDIR" of WPI 7.1.0 it works.
#2
Posted 03 December 2008 - 06:49 PM
case '{DELDIR}':
cmd=("CMD /C " + cmd.replace(/{DELDIR}/gi,'rd /S /Q'));
fsoCmd=true;
break;
I see where you might have the error the updater and code might bew wrong as the deldir is still defined in the installer.js.
I will tell mritter.
#3
Posted 04 December 2008 - 02:53 PM
Whoops. You are correct.
In configwizard.js, line 473
Change to
In configwizard.js, line 473
HandleCommandsSelectionMenu("{DELETEDIR} ");
Change to
HandleCommandsSelectionMenu("{DELDIR} ");
Share this topic:
Page 1 of 1



Help
Back to top









