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?
Page 1 of 1
Problem
#2
Posted 17 February 2005 - 01:49 PM
Here Your problem
Wrong
"%systemdrive%install"
Correct
"%systemdrive%\install"
Wrong
"%systemdrive%install"
Correct
"%systemdrive%\install"
#3
Posted 17 February 2005 - 01:52 PM
Here Your problem
Wrong
"%systemdrive%install"
Correct
"%systemdrive%\install"
DEL /s /q "%systemdrive%\install"
Wrong
"%systemdrive%install"
Correct
"%systemdrive%\install"
DEL /s /q "%systemdrive%\install"
Share this topic:
Page 1 of 1



Help
Back to top










