MSFN Forum: little problem with command DOS - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

little problem with command DOS Rate Topic: -----

#1 User is offline   dj-jeff 

  • Group: Members
  • Posts: 2
  • Joined: 28-February 06

Posted 03 December 2008 - 06:29 PM

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.


#2 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

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 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 04 December 2008 - 02:53 PM

Whoops. You are correct.

In configwizard.js, line 473

HandleCommandsSelectionMenu("{DELETEDIR} ");


Change to
HandleCommandsSelectionMenu("{DELDIR} ");


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy