home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / gwbsu102.arj / FILE-MAN.DOC < prev    next >
Text File  |  1992-01-21  |  2KB  |  34 lines

  1.                           NOTES ON FILE-MAN.BAS 1.00
  2.  
  3.                                  Matt Roberts
  4.                                5 Cedar St., # 8
  5.                            Montpelier, Vt 05602-3006
  6.                                  (802)223-2553
  7.  
  8.  
  9.                                    12-21-91
  10. ───────────────────────────────────────────────────────────────────────────────
  11. FILE-MAN is, more or less, a mental exercise.  It does (or will), however, 
  12. have some useful features.  Essentially, it's my attempt at creating a DOS 
  13. shell.  The idea is to have a menu-driven system which can do anything DOS can 
  14. do, but a bit friendlier.  In reality, there are severe limitations at the 
  15. moment.  There are a lot of plans for enhancing the program, and eventually I 
  16. think it'll be quite useful in some ways.  For now, though, I would recommend 
  17. against throwing out your DOS manual.
  18.  
  19.  
  20.                          SYSTEM REQUIREMENTS AND NOTES
  21.  
  22. This file manager was written on an Amstrad PC1512.  This system has an 8086 
  23. processor, composite black and white CGA monitor, and 640K RAM plus 2Mb EMS.  
  24. There are two 5.25" 360K floppy drives, and a 49Mb hard drive card.  The 
  25. operating system is MS-DOS 3.20.
  26.  
  27. At this time, you'll need about 95K to run the file manager.
  28.  
  29. You'll also need GW-BASIC.  The file manager was written with GW-BASIC 3.22 
  30. and, if you want to use that, you'll want MS or PC-DOS 3.20 or higher.  
  31. However, it's quite possible that FILE-MAN will run on lower versions of 
  32. BASICA/GW-BASIC, in which case you can probably get by with a lower version of 
  33. DOS. 
  34.