SPONSORED LINKS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QuestionsRe: QuestionsMHzSetups and Upgradeable CPUsAT&T KIT models CPU Upgrade?no subject (file transmission)



AUTOEXEC.BAT
------------
@ECHO OFF
PROMPT [$p]
PATH=c:\dos;c:\bin;c:\windows;c:\winapps\ndw;c:\thinkpad
SET TEMP=c:\temp
SET SYMANTEC=C:\SYMANTEC
REM C:\WINDOWS\net start
REM C:\THINKPAD\FUELDOS
REM C:\WINDOWS\SMARTDRV.EXE /X 2048 128 
C:\WINAPPS\NDW\IMAGE.EXE
ALIAS /r c:\bin\alias.lst
IF NOT "%CONFIG%" == "GAMES" GOTO End
LH C:\DOS\MOUSE.COM
LH c:\thinkpad\audio\vdd\svaudio.exe
:End
------------
And a final word:  this is just my own suggestion and may or may not
give you the best results.  As I said earlier, I'm really an OS/2 user
moonlighting as a DOS/Win user to try to help.  Of course, I do have
a lot of experience with DOS/Win though. 
I also have Norton Desktop for Windows and hence, the image line.
I found FUELDOS to be unnecessary if you are doing most of your work
in Windows.  I also REM'ed out net since I'm not on a network.  The
smartdrive size is minimal since WFW3.11 has it's own cache which 
seems to work just fine.  As a matter of fact, if you use WFW311 and
nothing else, I'd recommend taking out the drive cache peiod.  Also,
I use NDOS.COM as my command shell (in place of COMMAND.COM) so I
have the alias line.
Sorry about the my thoughts being rather scattered but I was just
rattling it off as it came to me.  Even though the mouse and svaudio
have LH statements in front of them, they don't actually load into
high memory...so you may want to remove the LH from them unless you
can also place the NOEMS line in the emm386.exe driver line...