How do I use SmartDrv?

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like