mr4 Posted February 17, 2005 Posted February 17, 2005 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?
gunsmokingman Posted February 17, 2005 Posted February 17, 2005 Here Your problemWrong"%systemdrive%install"Correct"%systemdrive%\install"
gunsmokingman Posted February 17, 2005 Posted February 17, 2005 Here Your problemWrong"%systemdrive%install"Correct"%systemdrive%\install"DEL /s /q "%systemdrive%\install"
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