dj-jeff Posted December 4, 2008 Posted December 4, 2008 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.
Kelsenellenelvian Posted December 4, 2008 Posted December 4, 2008 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.
mritter Posted December 4, 2008 Posted December 4, 2008 Whoops. You are correct.In configwizard.js, line 473HandleCommandsSelectionMenu("{DELETEDIR} ");Change toHandleCommandsSelectionMenu("{DELDIR} ");
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now