ID: Q114947
The information in this article applies to:
To speed up the installation of FoxPro, perform one of the following:
-or-
If you are using Microsoft's SMARTDrive (SMARTDRV.EXE) program, all disks are cached by default. Hard disks are cached for reads and writes. Floppy disks are cached for reads only.
To verify this, type "SMARTDRV" (without the quotation marks) at the MS-DOS prompt. The status table displayed probably shows that drives A and B are cached for reads. The hard disk is probably cached for reads and writes.
If you are using another disk-caching program, check that program's documentation for instructions on how to cache hard and floppy disks.
NOTE: Invoking write-caching on the floppy disks does not reduce installation time.
NOTE: This method is only worthwhile if you plan to install FoxPro multiple times.
These steps assume the following:
c:
cd\
md foxsetup
2. Insert the first FoxPro installation floppy disk in drive A. Type the
following command to copy all files from drive A to the FOXSETUP
directory:
copy a:*.* c:\foxsetup
3. Remove the first installation floppy disk from drive A, insert the next
floppy disk, and then repeat the COPY command shown in step 2. Repeat
this step for all the floppy disks.
4. After all the floppy disks have been copied to the FOXSETUP directory,
run the installation program (SETUP.EXE in FoxPro for Windows,
INSTALL.EXE in FoxPro for MS-DOS) from the FOXSETUP directory.
Additional reference words: FoxDos FoxWin 2.50 2.50a 2.50b 2.60 accelerate
quicken
slow increase time set up
KBCategory: kbsetup kbprg
KBSubcategory: FxsetupGeneral
Last Reviewed: June 26, 1995