home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / CADKEY_D.ZIP / CADKEY15.ZIP / AS / AS.DOC next >
Encoding:
Text File  |  1989-06-19  |  1.7 KB  |  46 lines

  1. AutoSwap Utility Runtime Version 1.16
  2. Copyright 1988, 1989 The Lambda Group, Inc. All Rights Reserved.
  3.  
  4. AutoSwap is a memory management utility which is integrated with version
  5. 3.5 of CADKEY.  It increases the amount of memory available under the
  6. CADKEY CADL EXEC command.  This allows users to run applications such as
  7. program editors and word processors, numerical computation programs
  8. and add on products, without exiting CADKEY.
  9.  
  10. Using AS.exe and CADKEY.exe together provides about 500k under the 
  11. EXEC command or within the SHELL.
  12.  
  13.  
  14. AS.exe is the main memory management program, while ASMEM.exe is a
  15. utility which prints the amount of memory available.
  16.  
  17. To use CADKEY and AS do the following:
  18.     1. Copy the two files AS.exe and ASMEM.exe from the utility disk to
  19.        the CADKEY directory.
  20.  
  21.     2. Set an environmental varible to a scratch file path.
  22.        "SET AS=<scratch file area>"
  23.  
  24.        This should be put in the autoexec.bat file of the system.
  25.  
  26.     3. Run CADKEY using the CK.BAT file.
  27.        CK
  28.  
  29. The memory swapping will take place when an EXEC command within CADKEY is
  30. executed.
  31.  
  32. There is a useful command option for the AS command which can optimize
  33. the execution of the swapping.
  34.     "AS memsize CADKEY"
  35.  
  36.     memsize is the amount of memory in K bytes to free in the EXEC.
  37.  
  38. Swapping also will take place much faster if the scratch file area is
  39. a virtual disk or ram disk.
  40.  
  41. Warning:
  42.     If a Terminate and Stay Resident program is executed while in the
  43. CADKEY shell, then it must be removed before swapping back to CADKEY.
  44. This is because CADKEY and AS expect the same amount of memory to be
  45. available before the swap occured.
  46.