home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ms_sh23b.zip / sh.vmc < prev   
Text File  |  1994-08-26  |  1KB  |  33 lines

  1. ! MS-DOS SHELL - DOS/4GW Extender Control File
  2. !
  3. ! MS-DOS SHELL - Copyright (c) 1992 Data Logic Limited
  4. !
  5. ! This code is based on (in part) the shell program written by Charles
  6. ! Forsyth and is subject to the following copyright restrictions:
  7. !
  8. ! 1.  Redistribution and use in source and binary forms are permitted
  9. !     provided that the above copyright notice is duplicated in the
  10. !     source form and the copyright notice in file sh6.c is displayed
  11. !     on entry to the program.
  12. !
  13. ! 2.  The sources (or parts thereof) or objects generated from the sources
  14. !     (or parts of sources) cannot be sold under any circumstances.
  15. !
  16. !    $Header: /usr/users/istewart/shell/sh2.3/Release/RCS/sh.vmc,v 1.1 1993/08/25 16:10:01 istewart Exp $
  17. !
  18. !    $Log: sh.vmc,v $
  19. # Revision 1.1  1993/08/25  16:10:01  istewart
  20. # Initial revision
  21. #
  22. !    
  23. !
  24. ! To use, set in the environment before invoking the shell!
  25. !
  26. ! set DOS4GVM=@This_File
  27. !
  28. minmem = 256            Minimum memory required (256Kb)
  29. maxmem = 1000            Maximum memory used (1Mb)
  30. virtualsize = 16384        Swap file size (16Mb)
  31. !deleteswap            Delete swap on exit (No at moment)
  32. !swapname = c:\tmp\dos4gvm.swp    Swap file name
  33.