Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Who can explain  (Read 2329 times)

0 Members and 1 Guest are viewing this topic.

stopby

  • Guest
Who can explain
« on: February 11, 2006, 09:44:50 PM »
[size=14]The following lines are from win 98 autoexec.bat
Can you guys analyze

@echo off
set EXPAND=YES
SET DIRCMD=/O:N
cls
set temp=c:\
set tmp=c:\
path=a:\

IF "%config%"=="NOCD" GOTO QUIT
LH MSCDEX.EXE /D: oemcd001 /L: D

echo.
IF "%config%"=="SETUP_CD_ENA" goto AUTOENA

echo.
IF "%config%"=="SETUP_CD_LOC" goto AUTOLOC
GOTO QUIT

:AUTOENA
set CDROM=FOO23
FINDCD.EXE
if "%CDROM%"=="FOO23" goto NOCDROM
path=a:\;%CDROM%\
%CDROM%
cd \WIN98\ena
echo.
OEMSETUP.EXE
goto QUIT

:AUTOLOC
set CDROM=FOO23
FINDCD.EXE
if "%CDROM%"=="FOO23" goto NOCDROM
path=a:\;%CDROM%\
%CDROM%
cd \WIN98\loc
echo.
OEMSETUP.EXE
goto QUIT

:NOCDROM
echo.
echo The Windows 98 Setup files were not found.
echo.

:QUIT
[/size]

GX1_Man

  • Guest
Re: Who can explain
« Reply #1 on: February 11, 2006, 09:49:38 PM »
After reviewing all your posts, I think you need to buy a good DOS book.


www.amazon.com

stopby

  • Guest
Re: Who can explain
« Reply #2 on: February 11, 2006, 09:55:51 PM »
[size=14]I have a very big book (bible)  ;)

but i believe  practical is better than theory [/size]

GX1_Man

  • Guest
Re: Who can explain
« Reply #3 on: February 11, 2006, 10:09:31 PM »
Good luck!

Dusty



    Egghead

  • I could if she would, but she won't so I don't.
  • Thanked: 75
  • Experience: Beginner
  • OS: Windows XP
Re: Who can explain
« Reply #4 on: February 12, 2006, 12:38:09 AM »
Quote
[size=14]I have a very big book (bible)  ;) [/size]

Suggest you begin by reading it.  

For the third line of your Autoexec.bat file have a look here.

Good luck
One good deed is worth more than a year of good intentions.