home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / hstart05.zip / settings.txt < prev   
Text File  |  1993-12-11  |  4KB  |  111 lines

  1. SETTINGS.TXT - Henk Kelder                                           
  2.  
  3. This file contains most of the DOS settings a I know them. 
  4. I can, however, NOT guarrantee that all the information in this file is 
  5. correct.
  6.  
  7. Syntax:
  8.  
  9.    SET keyname=value;  [comment]
  10.  
  11. Should you need to use a comma(,) or a semicolon(;) in any value
  12. place a caret(^) in front of the comma or semicolon. 
  13. See the example for DOS_VERSION.
  14.  
  15. Each SET line should be on one and ONLY one line. 
  16. You cannot continue a SET command on a new line.
  17.  
  18. HINT 1: If you use my WPSBKP program version 1.11 (from WPTOOL09 or higher)
  19.         you can copy the lines starting with SET in the backup file.
  20.         The format of these lines is exactly the same.
  21.  
  22. HINT 2: Only include a setting in a settings file if you need it. Leave
  23.         out all default lines (or put a star in front).
  24.  
  25. WARNING: Please be very carefull when creating a settings file.
  26.          An incorrect format of several SET .. lines can lead to 
  27.          TRAP E's.
  28.  
  29.  
  30.  
  31.                                                                      
  32.                                                                      
  33. SET DOS_AUTOEXEC=E:\OS2\MDOS\WINOS2\AUTOWIN.BAT;   The default on my PC
  34. SET DOS_BACKGROUND_EXECUTION=0;                    0 = FALSE, 1 = TRUE
  35. SET DOS_BREAK=1;                                   0 = FALSE, 1 = TRUE
  36.  
  37. SET DOS_DEVICE=e:\os2\mdos\lptdd.sys;
  38. for DOS_DEVICE multiple device drivers are separated by commas.
  39.  
  40. SET DOS_FCBS=16;
  41. SET DOS_FCBS_KEEP=8;
  42. SET DOS_FILES=60;
  43. SET DOS_HIGH=1;                                    0 = FALSE, 1 = TRUE
  44. SET DOS_LASTDRIVE=E;
  45. SET DOS_RMSIZE=640;
  46. SET DOS_STARTUP_DRIVE=e:\os2\mdos\dos5krnl;
  47. SET DOS_UMB=0;                                     0 = FALSE, 1 = TRUE
  48.  
  49. SET DOS_VERSION=NETX.EXE^,5^,00^,255,MSD.EXE^,5^,0^,255;
  50. for DOS_VERSION multiple programs are separated by commas.
  51.  
  52. SET DPMI_DOS_API=DISABLED;
  53. SET DPMI_DOS_API=ENABLED;
  54. SET DPMI_MEMORY_LIMIT=64;
  55. SET DPMI_NETWORK_BUFF_SIZE=8;
  56.  
  57. SET EMS_FRAME_LOCATION=NONE;
  58. SET EMS_FRAME_LOCATION=AUTO;
  59. SET EMS_HIGH_OS_MAP_REGION=96;
  60. SET EMS_LOW_OS_MAP_REGION=348;
  61. SET EMS_MEMORY_LIMIT=2000;
  62.  
  63. SET HW_ROM_TO_RAM=1;                               0 = FALSE, 1 = TRUE
  64. SET HW_TIMER=1;                                    0 = FALSE, 1 = TRUE
  65.  
  66. SET IDLE_SECONDS=3
  67. SET IDLE_SENSITIVITY=78;
  68.  
  69. SET INT_DURING_IO=1;                               0 = FALSE, 1 = TRUE
  70.  
  71. SET KBD_ALTHOME_BYPASS=1;                          0 = FALSE, 1 = TRUE
  72. SET KBD_CTRL_BYPASS=CTRL_ESC;
  73. SET KBD_RATE_LOCK=0;                               0 = FALSE, 1 = TRUE
  74.  
  75. SET MEM_EXCLUDE_REGIONS=XXXXX-XXXXX;
  76. SET MEM_INCLUDE_REGIONS=XXXXX-XXXXX;
  77.  
  78. SET MOUSE_EXCLUSIVE_ACCESS=0;                      0 = FALSE, 1 = TRUE
  79.  
  80. SET NETWARE_RESOURCES=PRIVATE;
  81. SET NETWARE_RESOURCES=GLOBAL ;
  82. SET NETWARE_RESOURCES=NONE   ;
  83. for NETWARE_RESOURCES make sure the value is always 7 chars long. Pad
  84. with spaces if needed.
  85.  
  86. SET PRINT_SEPARATE_OUTPUT=1;                       0 = FALSE, 1 = TRUE
  87. SET PRINT_TIMEOUT=10;
  88. SET SIO_Allow_Access_COM1=0;                       0 = FALSE, 1 = TRUE
  89. SET SIO_Allow_Access_COM2=0;                       0 = FALSE, 1 = TRUE
  90. SET SIO_Allow_Access_COM3=0;                       0 = FALSE, 1 = TRUE
  91. SET SIO_Allow_Access_COM4=0;                       0 = FALSE, 1 = TRUE
  92. SET SIO_Virtual_RTS_is_HS=0;                       0 = FALSE, 1 = TRUE
  93. SET SIO_Virtualize_16550A=0;                       0 = FALSE, 1 = TRUE
  94. SET SIO_Virtualize_COM_Ports=0;                    0 = FALSE, 1 = TRUE
  95. SET VIDEO_8514A_XGA_IOTRAP=0;                      0 = FALSE, 1 = TRUE
  96. SET VIDEO_FASTPASTE=1;                             0 = FALSE, 1 = TRUE
  97.  
  98. SET VIDEO_MODE_RESTRICTION=CGA            ;
  99. SET VIDEO_MODE_RESTRICTION=NONE           ;
  100. SET VIDEO_MODE_RESTRICTION=MONO           ;
  101. for VIDEO_MODE_RESTRICTION make sure the value is always 15 chars long. Pad
  102. with spaces if needed.
  103.  
  104. SET VIDEO_ONDEMAND_MEMORY=0;                       0 = FALSE, 1 = TRUE 
  105. SET VIDEO_RETRACE_EMULATION=0;                     0 = FALSE, 1 = TRUE
  106. SET VIDEO_ROM_EMULATION=0;                         0 = FALSE, 1 = TRUE
  107. SET VIDEO_SWITCH_NOTIFICATION=1;                   0 = FALSE, 1 = TRUE
  108. SET VIPX_ENABLED=0;                                0 = FALSE, 1 = TRUE
  109. SET XMS_HANDLES=32;
  110. SET XMS_MEMORY_LIMIT=2000;
  111.