********** Floppy.exe description and capabilities ***************** If you have a DECpc300/400LP series PC with DECpc Bios Revision earlier than 1.20, Floppy.exe will allow the user to read/write and format a greater variety of floppy disk formats of 5 1/4" and 3 1/2" disks. For example, if you need to do non-standard proprietary formatting, floppy.exe will allow that capability as well as allow the use of 2.88 M floppy drives. Floppy.exe has a new routine which will solve the problem of reading some 5 1/4" 360k disks. Floppy.exe will enable the user to use a number of formats including: 3 1/2" 720k, 1.2M, 1.44M, 2.88M 5 1/4" 360k, 720k, 1.2M *************** Proceedure for Installing Floppy.Exe **************** Assuming that your A: drive is a 3 1/2" 1.44M drive, follow the below procedure to have floppy.exe automatically install each time you power up your PC. 1) Put the Floppy.exe disk in drive a: , and enter the below commands. CD C:\ MD C:\FLOPPY CD C:\FLOPPY COPY A:\*.* C:\ (You have just copied the files floppy.exe and readme.txt to the C:\FLOPPY directory ) CD C:\ Now edit your Autoexec.bat file as follows: EDIT AUTOEXEC.BAT 1) Modify the path statement to include c:\floppy in the path. for example... PATH= C:\DOS;C:\WINDOWS;C:\FLOPPY;%PATH% 2) If your A: drive is a 3 1/2" 1.44M drive and you have no B: drive then add the below line to your autoexec.bat immeadiately after the PATH statement line... C:\FLOPPY\FLOPPY -i40 3) If your A: drive is a 3 1/2" 1.44M drive and your B drive is a 5 1/4" 1.2 drive then add the below line to your autoexec.bat immeadiately after the PATH statement line... C:\FLOPPY\FLOPPY -i42 4) If your A: and B: drives are not as listed in 2) and 3) above, then refer to the below table. *********************** FLOPPY.EXE detail ******************************** Phoenix Technologies Floppy Diskette BIOS Driver V5.5 Copyright (C) 1991, 1992, 1993 by Phoenix Technologies Ltd. All Rights Reserved. For Digital Equipment Corporation DECpc(tm) 300/400 LP Series To install, execute as "FLOPPY -iab", where a and b are the drive types of floppy units #0 and #1: 0 - not installed 1 - 360K 5.25" 2 - 1.2M 5.25" 3 - 720K 3.5" 4 - 1.44M 3.5" 6 - 2.88M 3.5." For example, "FLOPPY -i26" specifies 1.2M for unit #0 and 2.88M for unit #1. To remove the driver, execute "FLOPPY /U"