February 17, 200521 yr 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?
February 17, 200521 yr Here Your problemWrong"%systemdrive%install"Correct"%systemdrive%\install"DEL /s /q "%systemdrive%\install"
Create an account or sign in to comment