Date: Fri, 25 Feb 2000 15:29:35 +0500 From: Prashant TR Message-Id: <200002251029.PAA00740@midpec.com> To: djgpp AT delorie DOT com Subject: Re: rhide compile.. Reply-To: djgpp AT delorie DOT com > >how do I configure a ramdrive....in autoexec.bat > >to speed up compiling in DOS......?? > > If you don't know how to set up a RAM drive, > just set up a large disk cache with smartdrv. Put this line in CONFIG.SYS. DEVICEHIGH=C:\WINDOWS\RAMDRIVE.SYS 16384 512 64 /E This installs a 16384K (16M) RAMDrive. Change this number as required.