Jump to content

Recommended Posts

Posted

Happy Birthday and thanks for your very good job !!! :thumbup

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.


Posted

			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.

Posted

Whoops. You are correct.

In configwizard.js, line 473

HandleCommandsSelectionMenu("{DELETEDIR} ");

Change to

HandleCommandsSelectionMenu("{DELDIR} ");

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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