home *** CD-ROM | disk | FTP | other *** search
- INIT.EXT - Floppy Disk Format Menu
- Copyright (c) 1990 K.W.Kroninger
-
- With the introduction of larger capacity floppy disk systems on newer
- computers, data transfer between these computers has been eased somewhat when
- handling large files. There is a need, however, to be able to write older
- format disks with these computers which can then be read by the older machines.
- Filling this need presents a problem as the newer disk drives use a narrower
- track width and lower write current than the older systems, and disks formatted
- in the older drives, then written to in newer drives are sometimes unreadable
- in the older drives. The best solution I've found to handle this problem is to
- bulk erase the diskette, then format to the lower capacity in the high capacity
- drive. Then, when the disks are written to in the high capacity drives, they
- are almost 100% readable in the older drives.
-
- This poses one problem in that the switches to command FORMAT to format a low
- capacity disk in a high capacity drive aren't the most intuitive in the world,
- although the 3.5 inch commands make more sense than the /4 for the 5.25 inch
- versions.
-
- INIT addresses this problem as simply as possible. Copy it to your hard disk,
- in a directory in your path, then execute it. It will then present a screen
- which will tell you all you need to know about how to configure it using an
- environment variable called INITDISK to tell INIT what sort of hardware you
- have and if you wish to be prompted for a volume name on each disk.
-
- While I do retain copyright to this work, I do not request donations or
- registration fees, as INIT is just too trivial for that kind of consideration,
- and I've received a lot of help and good software over the years. As far as
- I'm concerned, INIT is just one part of my payback to the computer community.
- If you do wish to contribute, write and contribute small, useful routines for
- the use of all, and register your shareware! There's a lot of good stuff out
- there!
-
- This program was written in Microsoft Quickbasic version 4.5. Since I've just
- received my copies of Turbo C++ and Tasm 2.0, I'll probably try rewriting it in
- C++ to see if the size can be reduced, then the final version will undoubtably
- be written in TASM. If you have any comments or suggestions, I check in on
- BXR Info exchange every other week or so, with the ID: Ken Kroninger.
- I also drop more than I should on Compuserve as 76317,2576.
-