December 4, 200817 yr 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.
December 4, 200817 yr 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.
December 4, 200817 yr Whoops. You are correct.In configwizard.js, line 473HandleCommandsSelectionMenu("{DELETEDIR} ");Change toHandleCommandsSelectionMenu("{DELDIR} ");
Create an account or sign in to comment