home *** CD-ROM | disk | FTP | other *** search
/ Computer Faire & BEXA 1996 / cfaire96.iso / studiolt / 1mbfort.tx_ / 1mbfort.tx
Text File  |  1995-04-24  |  2KB  |  48 lines

  1. 1MBFort (VERSION 1.0)                  Copyright (c) 1995, John McSorley
  2. ------------------------------------------------------------------------
  3.                First Published in PC Magazine March 29, 1995 (Utilities)
  4. ------------------------------------------------------------------------
  5.  
  6. 1MBFort by John McSorley
  7.  
  8. PURPOSE:
  9.          Windows sometimes displays a warning message telling you that
  10. there isn't enough memory to run another program when you have plenty of
  11. memory. This is caused by a lack of low memory, memory below 1MB. 1MBFort
  12. solves this problem by preventing programs from using large blocks of it.
  13. The companion utility View1MB lets you analyze low memory by providing
  14. information about free and allocated blocks.
  15.  
  16. SETUP:
  17.          To install 1MBFort, just copy 1MBFORT.EXE into a directory
  18. on your hard disk. 1MBFort then can be launched in one of two ways.
  19. You can use Program Manager to create an icon in your Windows Startup
  20. group, or add 1MBFORT.EXE to the Load = line of WIN.INI. The second
  21. method is preferable, since it ensures that 1MBFort is the first
  22. application started.
  23.  
  24. REMARKS:
  25.          1MBFort operates invisibly, but you can tell it is running
  26. by checking the Windows Task Manager list. Next to the 1MBFort program
  27. name in Task Manager is the number and size of the fragments created.
  28. By default, the fragment size is 10,240 bytes. This usually works fine,
  29. but you can change the fragment size if you have problems launching
  30. programs.
  31.  
  32. To change the fragment size, use Windows NotePad or another plain text
  33. editor to edit the file called 1MBFORT.INI in your Windows directory.
  34. The block size 1MBFort uses to create the fragments is set using this
  35. format:
  36.  
  37.                    [1MBFORT]
  38. BlockSize = nnnnn
  39. where nnnnn is in the range 5000 to 20000 and indicates the block size
  40. in bytes. If you enter a value below 5000, 1MBFort changes it to 5000.
  41. Likewise, values above 20000 are converted to 20000.
  42.  
  43. 1MBFort can be terminated by selecting it within Task Manager and
  44. pressing the End Task button.
  45. ----------------------------------------------------------------------
  46. John McSorley is a programmer/analyst for the Information Technology
  47. Group at a major computer manufacturer.
  48. -----------------------------------------------------------------------