How do I use SmartDrv?
January 8, 2000
A. Why am I talking about the MS-DOS SmartDrv utility? Well if youuse the WINNT.EXE installation method for NT and do not use SMARTDRV theinstallation will take multitudes of times longer than if you do use it.
At the most basic you may create a DOS bootable disk (format a: /s from DOS)that just maps to a network drive and starts the installation. To takeadvantage of SMARTDRV copy onto the disk the files:
SMARTDRV.EXE
HIMEM.SYS
You should then edit (or create) the file AUTOEXEC.BAT and add the line
<path>smartdrv.exe /q
e.g. a:smartdrv.exe /q
Now edit (or again create) the file CONFIG.SYS and add the line
device=himem.sys
Himem.sys is needed by smartdrv and allows access to higher areas of memory.
This applies equally to locally installed copies of DOS however SMARTDRV.EXEis automatically installed but make sure you are using it by looking atautoexec.bat.
Also adding the line
BUFFERS=99
to CONFIG.SYS on the bootable disk can speed up operations.
About the Author
You May Also Like