home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / INIT01.ZIP / INIT.INF < prev   
Encoding:
Text File  |  1990-06-23  |  2.4 KB  |  41 lines

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