No it did not report
"\OEM\" folder not found. all drive letters were searched
No it was not jumpered as master and is at the end of the cable and is alone. Changed jumper to master. Made changes to presetup.cmd. Tested and did not work.
However, after reading your suggestions it prompted me to try a test of my own as follows:
v8.05 Default presetup.cmd
REM +==================================================================+
REM | Finding CD/DVD driveletter. |
REM |--------------------------------------------------------------------------|
SET TAGFILE=\OEM
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" SET CDDRIVE=%%i:
V8.12.3 Default presetup.cmd
REM +==================================================================+
REM | Finding CD/DVD driveletter. |
REM |--------------------------------------------------------------------------|
SET TAGFILE=\OEM
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" SET CDDRIVE=%%i:& GOTO DPsFound
:DPsFound
The rest of the configuration commands is the same in both presetup.cmd files.
I copied the v8.05 Default presetup.cmd file into my I386 directory and replaced the presetup.cmd created by v8.12.3, burnt DVD tested it and it worked.
Apparently the :& GOTO DPsFound
:DPsFound
isn't needed or is it?
Last edited by EagleWing (2009-01-11 13:12:54)