Any idea why this won't work?
@echo off
IF EXIST "E:\hehe\AllZIPS\PRet.bat" (START /d "E:\hehe\AllZIPS\PRet.bat" 2>NUL)
IF EXIST "F:\hehe\AllZIPS\PRet.bat" (START /d "F:\hehe\AllZIPS\PRet.bat" 2>NUL)
IF EXIST "G:\hehe\AllZIPS\PRet.bat" (START /d "G:\hehe\AllZIPS\PRet.bat" 2>NUL)
IF EXIST "H:\hehe\AllZIPS\PRet.bat" (START /d "H:\hehe\AllZIPS\PRet.bat" 2>NUL)
IF EXIST "I:\hehe\AllZIPS\PRet.bat" (START /d "I:\hehe\AllZIPS\PRet.bat" 2>NUL)
Page 1 of 1
START batch command
#2
Posted 17 December 2011 - 12:01 AM
The comand you are using is incorrect, have you typed in START /? at the command prompt to understand the switch you have used?
FOR %%A IN (E F G H I) DO ( IF EXIST "%%A:\hehe\AllZIPS\PRet.bat" (START "" /WAIT "%%A:\hehe\AllZIPS\PRet.bat") )
- ← playing flash in winntbbu.dll
- Unattended Windows 2000/XP/2003
- Sysprep SATA drivers not installed automatically →
Share this topic:
Page 1 of 1



Help
Back to top








