home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / business / sharetrk.zip / MUSTREAD.ME < prev    next >
Text File  |  1993-05-15  |  2KB  |  44 lines

  1.  
  2.     Thank you for looking at "Shareware Tracker".
  3.  
  4.     **** IMPORTANT ***
  5.     You must set an environmental variable in your 'autoexec.bat' or on
  6.     the command line for this program to operate. 
  7.         SET CLIPPER=F95
  8.     This SET command MUST be there for SWT to run.  MAKE SURE THIS LINE
  9.     IS PLACED BEFORE ANY EXECUTABLE COMMANDS
  10.     
  11.     You also might need to adjust the FILES and BUFFERS in your
  12.     config.sys file.  If you don't already have at least 90 FILES and
  13.     20 BUFFERS, please change these, SWT needs this amount.
  14.         FILES=90
  15.         BUFFERS=20
  16.  
  17.    **** DOS 6.0 Users ****
  18.  
  19. This program is written in Clipper.  Clipper has a memory manager that lets 
  20. users run a program larger than their available RAM. 
  21. It's called Virtual Memory Management.  DOS and Windows have a memory
  22. manager called EMM386.  These two have always been designed to work hand
  23. in hand.  The new EMM386.EXE in DOS 6.0 doesn't, it will conflict with the
  24. manager in all Clipper apps and lock them up.  Hopefully, Microsoft will fix
  25. this.  There are thousands of applications, from major corporation's business
  26. programs to small shareware programs, written in Clipper.
  27.  
  28.      For now, there are a couple of ways around this:
  29.  
  30.      You can change the EMM386 device in your 'config.sys' back to the
  31. windows device.
  32.      It probably looks like this something like this now;
  33.           DEVICE=C:\DOS\EMM386.EXE NOEMS
  34.      you can change it to;
  35.           DEVICE=C:\WINDOWS\EMM386.EXE NOEMS
  36.  
  37. Or you can install a 'switch' so that the two memory mangers don't conflict;
  38.           DEVICE=C:\DOS\EMM386.EXE NOEMS NOVCPI
  39.   
  40.  
  41.     If you have suggestions for the program, please write and let me
  42. know. 
  43.  
  44.