set drv=C D E F G H I J K L M N O P Q R S T U V W X Y Z
for %%i in (%drv%) do dir %%i:\*.gho /b /s /a >>temp.txt 2>nul
find /i ".gho" temp.txt >nul 2>nul
type temp.txt | lmod set lastdrv= > temp.bat 2>nul
call temp.bat >nul 2>nul
if not exist %lastdrv% goto hfqt_2
Ghost -clone,mode=pload,src=%lastdrv%:1,dst=1:1 -sure -fx >nul 2>nul