MSFN Forum: Problem - MSFN Forum

Jump to content



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

Problem Rate Topic: -----

#1 User is offline   mr4 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 02-September 04

Posted 17 February 2005 - 01:47 PM

In a *.bat file: DEL "%systemdrive%install" /q. I place the files the should be deleted in &OEM&\&1\install and when it run the batch file this kind of text in batch file: the path could not be found. What's wrong?


#2 User is offline   gunsmokingman 

  • MSFN Master
  • Group: Super Moderator
  • Posts: 2,020
  • Joined: 02-August 03
  • OS:none specified
  • Country: Country Flag

Posted 17 February 2005 - 01:49 PM

Here Your problem

Wrong
"%systemdrive%install"

Correct
"%systemdrive%\install"

#3 User is offline   gunsmokingman 

  • MSFN Master
  • Group: Super Moderator
  • Posts: 2,020
  • Joined: 02-August 03
  • OS:none specified
  • Country: Country Flag

Posted 17 February 2005 - 01:52 PM

Here Your problem

Wrong
"%systemdrive%install"

Correct
"%systemdrive%\install"

DEL /s /q "%systemdrive%\install"

#4 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

Posted 17 February 2005 - 01:57 PM

Use

rmdir /s /q %systemdrive%\Install


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