I did not see the error box saying "There is no disc in the drive," but that's because I didn't have bbie.exe in HFTOOLS so the script didn't process that section. (See my previous post if you don't know what I'm talking about.)
If I run the following script, that error box pops up (note: this is an exact copy of the :GETBOOTBIN section with a few things at the top).
@ECHO OFF CLS SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION :GETBOOTBIN REM Modified by Kramy -- Thanks! FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\ IF EXIST %%i:\I386 SET HFSLIP=%%i HFTOOLS\BBIE.EXE %HFSLIP%:© IMAGE1.BIN HFTOOLS\BOOT.BIN&DEL/Q/F IMAGE1.BIN GOTO EOF :EOF
This post has been edited by Super-Magician: 01 May 2006 - 05:16 PM



Help


Back to top










