home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / cfgedt16.zip / cm2cfg.dat next >
Text File  |  1999-12-05  |  211KB  |  5,633 lines

  1. 
  2. -----------------------------------------------------------------
  3. 1. GENERAL
  4. 
  5. AUTOFAIL=YES
  6.  
  7.  If not set to Yes, OS/2 default is No. In the default setting,
  8.  when an error occurs, OS/2 will only display a window informing
  9.  you of the problem. If you wish to see the actual error code
  10.  information, set AUTOFAIL to Yes. 
  11.  
  12.  <<=NOTE=>> This command can't be run from an OS/2 prompt.
  13.  
  14.  <<=TIP=>> Paul Kurr writes: "I set this value to YES on my
  15.  machine so that I'm not interrupted with those pesky drive not
  16.  ready popups and such. AUTOFAIL=YES takes the "first" option
  17.  in those windows presented (usually return error code to program).
  18.  
  19.  "This can be seen most easily when running WIN-OS2 with a CDROM
  20.  installed - either empty or with a music CD in the drive. With
  21.  AUTOFAIL=NO (default) OS/2 pop's up the window stating that my
  22.  drive "E" is not ready. With AUTOFAIL=YES, the first "selection"
  23.  from that error is executed -- returning the failed drive status
  24.  to WINOS2, which just keeps running fine."
  25. 
  26. BUFFERS=30
  27.  
  28.  Tells OS/2 how many disk buffers to set aside. Range is from 3 
  29.  to 100. Each buffer takes up to 512 bytes of RAM. The install
  30.  default usually works well. If you are using HPFS only, see
  31.  <<=Tip=>> below.
  32.  
  33.  Disk buffers are blocks of memory set aside by OS/2 for use in 
  34.  reading and writing blocks of data. For example, if a program
  35.  wants to change 80 bytes of a file, it needs to read the 512
  36.  byte sector that contains the original data, change the infor-
  37.  mation and then write the corrected 512 byte sector back out.
  38.  A "buffer" is the 512 byte temporary staging area for this
  39.  partial sector operation. According to a source at IBM, "OS/2
  40.  allows multiple simultaneous I/O operations to be queued up for
  41.  both diskette and hard disk. Each 'concurrent' operation may
  42.  need a buffer. If there are not enough buffers, overlap can be
  43.  inhibited. Because OS/2 has more 'simultaneous' queued I/O
  44.  than DOS, it needs more buffers."
  45.  
  46.  <<=TIP=>> Generally, if you are running FAT on one or more of
  47.  your hard drives, you can speed up your system by increasing
  48.  the number of BUFFERS. But, keep in mind that as you increase
  49.  the number, you reduce available memory. Be careful about using
  50.  a lower number unless you only have 4MB of RAM. With 4MB of RAM
  51.  you may wish to set BUFFERS to 20.
  52.  
  53.  <<=TIP=>> If you are using only HPFS (i.e., no FAT partitions),
  54.  try setting BUFFERS to 3. With HPFS you generally don't need
  55.  BUFFERS. Remember that 3 is the minimum parameter. If you set
  56.  BUFFERS to 1 or 2, OS/2 will default to 30 since 1 and 2 are out
  57.  of range. There is one exception to this tip. If you access
  58.  your floppy disks or FAT formatted removable disks a lot, then
  59.  a reduced BUFFERS setting could impact the performance of these
  60.  drives. (Thanks to Andrew Stephenson for reminding me to integrate
  61.  removable drives also).
  62. 
  63. CODEPAGE=437,850
  64.  
  65.  Lets you use the alphabet of various countries and languages.
  66.  The syntax is CODEPAGE=ppp,sss, where ppp is the number of the
  67.  primary national alphabet to be used and sss is a secondary 
  68.  alphabet number. From an OS/2 command line, you can use the
  69.  CHCP command to switch between these two code pages. This can
  70.  be useful in order to type, display or print data in a
  71.  different language from the version installed. CHCP can be
  72.  used either without a parameter to query the current code
  73.  page, or with one parameter in order to switch between primary
  74.  and secondary code pages. CHCP cannot be used to change to a
  75.  code page not defined in the CODEPAGE= config.sys line. 
  76.  
  77.  See the OS/2 Reference book for a complete list of parameters.
  78.  
  79.  437=US English alphabet and 850=multinational alphabet. The 
  80.  multinational alphabet contains most of the accented letters 
  81.  used in various European languages. Several other alphabets
  82.  that can be supported by your version of OS/2. 
  83.  
  84.  <<=WARNING=>> Japan, Korean and Chinese require a special 
  85.  version of OS/2 and special hardware.
  86.  
  87.  <<=WARNING=>> The choice of code page is made at installation
  88.  time and should only be changed by using Selective Install. 
  89.  
  90.  <<=NOTE=>> If there is not a CODEPAGE statement in your
  91.  config.sys, your keyboard will use an alphabet based on
  92.  the COUNTRY statement found earlier in your config.sys,
  93.  but your screen and printer will use their built in defaults.
  94.  
  95.  <<=NOTE=>> Arabian, Greek, Hebrew, Thai and DBCS Codepages are only
  96.  fully supported in OS/2-Versions developed for those countries.
  97.  
  98.  <<=TIP=>> In Warp 4 are many new Codepages, Codepage 1004 is according 
  99.  to the WINDOWS ANSI Standard, this is important for an correct
  100.  interpretation of German 'umlauts' and to convert documents between 
  101.  Windows and OS/2
  102. 
  103. COUNTRY=001,C:\OS2\SYSTEM\COUNTRY.SYS
  104.  
  105.  Customises your system for the country you wish to use. It 
  106.  establishes which defaults to use when it comes to decimal 
  107.  separators, date and time formats, currency symbols, etc. The 
  108.  syntax is COUNTRY=xxx,PATH,FILE NAME. xxx is a three-digit code 
  109.  number that tells what country to use. The number is usually
  110.  (but not always) the same as the international telephone dialling
  111.  prefix for the country desired. If in doubt consult your OS/2 
  112.  online-reference.
  113. 
  114. DEVINFO=KBD,US,C:\OS2\KEYBOARD.DCP
  115.  
  116.  Tells the keyboard which international character set to use and 
  117.  where to find the file KEYBOARD.DCP which translates keystrokes. 
  118.  The syntax is DEVINFO=KBD,cc,DRIVE,PATH,FILENAME. The parameter
  119.  cc equals the character set to be used, e.g. US = United States.
  120.  
  121.  See OS/2 Reference book for character set codes.    
  122.  
  123.  <<=TIP=>> Keyboard Layer/2 is a FREE alternative keyboard layouts
  124.  switcher between national and latin keyboard layouts for OS/2 4.0.
  125.  Latest is Layer110ed.zip, look at http://www.os2.spb.ru, or
  126.  http://www.geocities.com/SiliconValley/Vista/7567/software/
  127.  ATTENTION: Pages are only in Russian and cyrillic letters.
  128. 
  129. DEVINFO=SCR,VGA,C:\OS2\BOOT\VIOTBL.DCP
  130.  
  131.  This command prepares your monitor to display information based
  132.  upon the CODEPAGE specification. VIOTBL.DCP is the file that
  133.  contains the video fonts for displaying characters for each of
  134.  the CODEPAGES supported by OS/2.
  135. 
  136. DEVINFO=SCR,VGA,C:\OS2\VIOTBL.DCP
  137.  
  138.  look at DEVINFO=SCR,VGA,C:\OS2\BOOT\VIOTBL.DCP
  139. 
  140. DISKCACHE=D,LW,32,AC:CD+E
  141.  
  142.  If you are using one or more FAT partitions on a hard drive,
  143.  this command sets up a disk cache for those partitions. The
  144.  default cache size used by OS/2 during installation is based on
  145.  how much RAM your system contains. See Table 5. The minimum
  146.  cache size is 64k and the Maximum FAT cache size is 14MB.
  147.  
  148.  <<=IMPORTANT NOTE=>> Under Warp, during installation the 
  149.  letter "D" is used instead of the usual numeric value. On the
  150.  "nets", several users have reported that their disk I/O was
  151.  significantly reduced when they replaced the "D" with a value
  152.  as was the case in OS/2 2.x. I suggest you change this setting
  153.  based on the optimum cache sizes as shown in Table 1.
  154.  If you leave the "D" setting, then OS/2 will set your FAT
  155.  diskcache based upon the amount of RAM you have as follows:
  156.  
  157.         7 or 8MB of RAM, "D" is set to 512k; and
  158.         more than 8MB, "D" is set to 10% of RAM.
  159.  
  160.  <<=NOTE=>> This command is for hard drives only. DISKCACHE
  161.  does not cache FAT based floppy drives.
  162.  
  163.  <<=TIP=>> If you are only using HPFS, then you should REM
  164.  this statement and save 64k of RAM (don't delete, you may need
  165.  or want it later). If you have a FAT partition on your hard
  166.  drive and you REM this statement, OS/2 will automatically set
  167.  up a 64k cache by default.
  168.  
  169.  <<=NOTE=>> From the IBM Fixpak40. TRAP 000E WITH REMOVABLE MEDIA
  170.  This trap will happen to anyone who uses DevIoCtl that does
  171.  things like EJECT, PROTECT, etc. for Removable Media and has
  172.  removed all FAT cache from CONFIG.SYS.
  173.  Workaround is to add DISKCACHE=64,LW to CONFIG.SYS.
  174.  This problem will be fixed in Fixpak 41 and above. 
  175.  
  176.  <<=TIP=>> If you have the RAM, increase the size to improve
  177.  system performance, but don't get carried away by using to much
  178.  of your RAM; this can hurt performance. See the information on
  179.  optimum cache sizes contained in Table 1 which is shown
  180.  below.
  181.  
  182.  ========================= Table 1 ================================
  183.  
  184.  If you have formatted your hard drive(s) with only FAT partitions,
  185.  the default cache size in this statement will be that noted under
  186.  ONE FILE SYSTEM. If you have both FAT and HPFS partitions,
  187.  then OS/2 defaults to the cache size noted under TWO FILE SYSTEM.
  188.  The file system which uses the greatest amount of your disk space
  189.  gets the larger default value.
  190.  
  191.    MEMORY SIZE IN MB      TWO FILE SYSTEMS         ONE FILE SYSTEM*
  192.         10 - 16               512/512                 1024
  193.         17 - 32               1024/1024               2048
  194.  
  195.  * Defaults in Warp are different and are shown as the second
  196.    number. On systems with more than 8MBs of RAM, the default
  197.    is 10% of available RAM to a maximum cache of 4MB.
  198.  
  199.  <<=TIP=>> See the howto.dat for an detailed discussion how
  200.  to set the cache for less powered systems.
  201.  
  202.  ===============================================================
  203.  
  204.  LW: Enables lazy writes. If you don't want lazy write enabled,
  205.  then remove ",LW".
  206.  
  207.  <<=NOTE=>> Lazy-writing provides significant performance
  208.  improvements to your system. If you disable this feature, the
  209.  performance of your system will suffer.
  210.  
  211.  32: Sets the threshold size. It is express in number of sectors
  212.  which are 512 bytes each. Data requests from your disk that are
  213.  larger than this number will not be cached. The default is 4.
  214.  Thirty two (32) is said to be an optimum number. One hundred 
  215.  twenty eight (128) is the maximum allowable. This setting has
  216.  no impact on RAM.
  217.  
  218.  AC:CD+E: If you want CHKDSK to automatically check any partition
  219.  after an improper shut down, then add this parameter to end of the
  220.  DISKCACHE command: AC:n where n is the partition(s) to check,
  221.  e.g. AC:C. If you add a + (plus) sign before any drive letter,
  222.  OS/2 will automatically run CHKDSK on that drive each time
  223.  you boot.
  224. 
  225. DLLBASING
  226.  
  227.  New setting in Warp Server for e-business
  228.  
  229.  The dllbasing parameter prevents fragmentation of the shared
  230.  environment, allowing more efficient use of virtual memory. The
  231.  dllbasing parameter may be set to ON or to OFF. The default value is
  232.  ON. If dllbasingis set to ON, then the system will attempt to honor the
  233.  base addresses (preferred load addresses) for DLLs. Honoring base
  234.  addresses for DLLs is preferred because it improves system performance
  235.  for loading DLLs.
  236.  However, sometimes there is an interaction between the DLL basing and
  237.  an application's memory usage which will cause the system to run out of
  238.  private memory. In this case, you should set dllbasing to OFF so that
  239.  the system will ignore base addresses for DLLs. The system performance
  240.  for loading DLLs may degread marginally, but there will be more free
  241.  private memory.
  242.  
  243.  <<=TIP=>> By Istvan Kovacs: ON: better general performance;
  244.  OFF: more private memory (just in case an app needs it)
  245. 
  246. DUMPPROCESS=x
  247.  
  248.  Activates the Dump Process. Any application process that traps
  249.  will cause a process dump. The information will be written to
  250.  a dump file named PDUMP.xxx where xxx is an index that is
  251.  incremented each time a new process dump is created. This dump
  252.  file resides in the root directory of drive specified in "x". 
  253. 
  254. IOPL=YES
  255.  
  256.  When set to YES, this command lets programs that need to bypass
  257.  OS/2 (and its device drivers) and work directly with hardware
  258.  devices, to do so. One example is Lotus 123/G. YES means
  259.  that all programs can access the hardware directly. NO means
  260.  that no program can access the hardware directly. YES is the
  261.  default and is generally best, since its hard for most of us to
  262.  know when a program is written is such a way as to need direct
  263.  access to hardware.
  264.  
  265.  IOPL stands for Input/Output Privilege Level.
  266.  
  267.  <<=TIP=>> You can also specify a list of programs that are
  268.  allowed to work directly with the hardware. For example, 
  269.  IOPL=WS.EXE,123.EXE would allow only these two programs to
  270.  access hardware directly.
  271. 
  272. IROPT=n:
  273.  
  274.  undocumented variable for IBM Dualstor
  275.  
  276.  n: =d: no  FIFO
  277.     =D: use FIFO
  278.     =x: 0.5 MBit/s
  279.     =X: 1   MBit/s
  280. 
  281. LASTDRIVE=H
  282.  
  283.  Specifies the drive LETTER of the last valid drive, including 
  284.  attached drives such as CDROM, bernoulli etc.
  285.  Z is the last valid character, typically C, D, E etc.
  286. 
  287. LIBPATH=C:\NETSCAPE;.;C:\OS2\DLL;...
  288.  
  289.  Tells OS/2 where to locate Dynamic Link Libraries (DLLs). 
  290.  LIBPATH is similar to DPATH and PATH, but the statement can
  291.  only be used in the config.sys file and OS/2 does not search the
  292.  current directory for DLLs unless you include it in the LIBPATH
  293.  statement. You don't need to use the SET command with LIBPATH. 
  294.  It is not an environment variable.
  295.  
  296.  <<=TIP=>> To reduce the search time, be sure that the various
  297.  PATH statements contain the correct path to your program and
  298.  other files.
  299.  You can also have OS/2 search the current directory by including
  300.  a period "." right after the equal "=" symbol (LIBPATH=.;C:\....).
  301.  This causes OS/2 to look in the current logged directory first.
  302.  
  303.  One final item that will reduce search time: Be certain that
  304.  the PATH, LIBPATH and DPATH statements in the config.sys are
  305.  arranged with the most frequently accessed sub directories
  306.  listed first.
  307.  
  308.  <<=TIP=>> Problems can arise with duplicate filenames on the 
  309.  system. Sometimes you will have 2 DLL's with the same file name
  310.  but for different applications, which may cause programs to
  311.  misbehave. Check the ordering of directories in LIBPATH, use ".:" 
  312.  and enter the path in working directories for the application 
  313.  properties.
  314.  
  315.  <<=TIP=>> Don't forget that autoexec.bat has a PATH too. 
  316.  
  317.  <<=TIP=>> With Warp, IBM has introduced the ability to
  318.  dynamically change LIBPATH using two new environment variables:
  319.  BEGINLIBPATH and ENDLIBPATH. These commands are most useful
  320.  in CMD or BATCH files, but can be used in your config.sys.
  321.  Any directories that appear in the BEGINLIBPATH variable are
  322.  searched before directories in LIBPATH, and directories that
  323.  appear in the ENDLIBPATH variable are searched after those
  324.  in LIBPATH. The correct syntax is SET BEGINLIBPATH=C:\OS2.
  325.  
  326.  <<=NETSCAPE TIP=>> Netscape must be in the first place of the
  327.  Libpath. This means also before the above mentioned period ".".
  328.  If you use Staroffice 4.0 check if that's correct, if
  329.  not move the Staroffice Path behind Netscape and install 
  330.  Servicepak 2 for Staroffice or higher otherwise the Staroffice
  331.  Browser wont function. 
  332. 
  333. MAXWAIT=3
  334.  
  335.  This command sets the longest period a program will have 
  336.  to wait to execute before OS/2 ups its priority. This makes
  337.  sure that no program is put on hold forever while some other
  338.  program hogs the system. You can set MAXWAIT from 1 to 255
  339.  seconds. The default is 3 seconds.
  340.  
  341.  <<=TIP=>> When running heavy background programs, such as a
  342.  BBS, change the setting to 1, i.e. MAXWAIT=1. This will keep
  343.  the BBS software or other background programs running at top
  344.  speed. For general use, it appears that setting MAXWAIT=2
  345.  makes the system a little livelier.
  346.  
  347.  <<=NOTE=>> MAXWAIT only has an effect if PRIORITY=DYNAMIC.
  348.  
  349.  <<=NOTE=>> The smaller the number you use, the more system
  350.  overhead there will be.
  351. 
  352. MEMMAN=SWAP,PROTECT
  353.  
  354.  OS/2 can run more programs and use more data than can actually
  355.  be stored in memory at any given time. This is done by swapping
  356.  large amounts of memory to your hard disk and then reading the
  357.  data back into memory when needed. This is called virtual memory.
  358.  For example, if you have 4MB of memory you will see lots of disk
  359.  activity while you are working with your system. A lot of this is
  360.  OS/2 swapping memory to and from your hard disk. Lots of memory
  361.  swapping slows down your system and can cause your hard disk to
  362.  fragment quicker than normal.
  363.  
  364.  The MEMMAN command controls the swap process. The syntax is 
  365.  MEMMAN=s,m,PROTECT,COMMIT where s=SWAP or NOSWAP; m=MOVE or NOMOVE.
  366.  The default is to have virtual memory on. To turn off virtual 
  367.  memory, which is NOT recommended, the config.sys file line should 
  368.  read: MEMMAN=NOSWAP. See <<=CAUTION=>> below.
  369.  
  370.  PROTECT allows the allocation and use of protected memory for 
  371.  certain DLLs. This is done to protect those DLLs from being 
  372.  trashed by an errant program. Unless you are a programmer who 
  373.  needs this set to NOPROTECT, leave the default.
  374.  
  375.  COMMIT. OS/2 will allocate space in the swap file whenever a program
  376.  commits memory, i.e., a page in the swap file is allocated for every
  377.  page of memory committed by a program, even if the data never actually
  378.  gets swapped out. Your system should be more stable, but it will be
  379.  slower also, since your swap file will grown when it doesn't have to.
  380.  If you use this parameter, increase the size of your SWAPPER.DAT file
  381.  by the amount of memory you are likely to use when using the COMMIT
  382.  parameter. Most people "in-the-know" suggest that COMMIT not be used
  383.  unless it is required by 16-bit OS/2 applications.
  384.  
  385.  <<=TIP=>> You can also use the COMMIT parameter another way.
  386.  Without COMMIT set, the minimum free noted in you SWAPPATH
  387.  specified the point at which OS/2 gives you a message warning that
  388.  your disk space is running low. When you set COMMIT, the minimum
  389.  free value noted in your SWAPPATH statement becomes the amount of
  390.  hard disk space that will always remain free on the swap file
  391.  partition. Thus, with COMMIT set, you can never run out of disk
  392.  space on your swap file partition. 
  393.  
  394.  <<=CAUTION=>> When messing with the MEMMAN line, I changed it to
  395.  MEMMAN=NOSWAP. As a result, I had to boot from my OS/2 installa-
  396.  tion disk and recover my backup config.sys file to get the system
  397.  to boot. According to Blake Stover, "The reason MEMMAN=NOSWAP,
  398.  PROTECT chokes is because of the hat tricks OS/2 does while
  399.  loading the WpS, Desktop, Bitmaps, Folders, Cache buffers, MMPM/2,
  400.  etc..OS/2 likes to load all of these, then swap or discard the
  401.  inactive code. If there is no where to swap to it dies during
  402.  boot, unable to initialise the resources it needs. NOSWAP,PROTECT
  403.  should only be used for boots from floppy to do maintenance, in
  404.  most cases. (People who use TSHELL on a machine with a good
  405.  amount of RAM may also use it to speed operations). IBM does
  406.  not recommend that you set MEMMAN to NOSWAP unless you have more
  407.  than 8MB of RAM.
  408.  
  409.  <<=NOTE=>> The MOVE/NOMOVE parameter is only provided for
  410.  OS/2 1.x compatibility.
  411.  
  412.  <<=NOTE=>> NOPACK PARAMETER. When OS/2 initially loads a 16-bit
  413.  OS/2 application, it packs the segments into pages and copies
  414.  them to the swap file for faster recovery when needed. This can
  415.  be disabled by using the NOPACK option on the MEMMAN line. How-
  416.  ever, the performance decrease and larger working set will rarely
  417.  offset the potential of a reduced swap file size.
  418.  
  419.  <<=NOTE=>> DELAYSWAP. No information at this time. SWAPDOS and
  420.  NOSWAPDOS parameters from OS/2 1.x are not valid in OS/2 2.0 and
  421.  later.
  422.  
  423.  <<=TIP=>> From Warp Server for e-business docs:
  424.  If DOS real mode is required, set the  memman parameter to SWAP,
  425.  MOVE,SWAPDOS to enable swapping of the DOS real-mode window.
  426.  This might be a left-over from older docs, though.
  427. 
  428. MODE
  429.  
  430.  MODE is a multipurpose command that allows you to control
  431.  printer ports, serial ports, modems, video monitors and disks.
  432.  For example, if you want to "lock" in the baud rate on COM2,
  433.  add the following MODE command to your config.sys file:
  434.  
  435.  MODE COM2 baud  (where baud is the rate you want to lock)
  436. 
  437. PAUSEONERROR=YES
  438.  
  439.  This command tells OS/2 to pause during boot, and display an 
  440.  error message, if an error is detected in your config.sys
  441.  If this statement is not in your config.sys, OS/2 defaults to 
  442.  YES. If you set this to NO, the error message will scroll off the 
  443.  screen so quickly that you will certainly be unable to read it,
  444.  and probably may not even notice it.
  445. 
  446. PRINTMONBUFSIZE=2048,134,134
  447.  
  448.  This command sets the size of the print buffers for your 
  449.  parallel ports. The syntax is PRINTMONBUFSIZE=LPT1,LPT2,LPT3
  450.  where LPT1 is the buffer size for the parallel port LPT1, LPT2
  451.  is the buffer size for LPT2 and LPT3 is the buffer size for
  452.  LPT3. The default and minimum is 134 bytes and the maximum is
  453.  2048 bytes.
  454.  
  455.  <<=Note=>> You must define a buffer for LPT2 and LPT3 even if
  456.  you don't use these ports. You will get an error message at
  457.  start up if you don't.
  458.  
  459.  <<=TIP=>> You may be able to improve printer throughput by 
  460.  increasing buffer size. I have my LPT1 set to 2048. This 
  461.  setting will also speed-up drives attached to the parallel
  462.  port (e.g. Zip-Drives).
  463.  
  464.  <<=TIP=>> If you need more than three LPT-Ports get the 
  465.  LPT49.ZIP Package from http://www.kellergroup.com.
  466.  See also the command DEVICE=C:\path\LPT49.SYS under
  467.  Device later in this file.
  468.  
  469.  The following REXX-Script also adds additional printer ports 
  470.  4-9 by generating the spooler-queues LPT4-9 in the OS2SYS.INI
  471.  
  472.    /*LPT4-LPT9 in OS2SYS.INI*/
  473.    Call RxFuncAdd 'Sys.ini','RexxUtil','Sys.ini'
  474.    do i=4 to 9
  475.    call Sysini'System','PM SPOOLER PORT','LPT'||i,';'||'00'x
  476.    end
  477.    exit
  478.  
  479.  <<=TRIVIA=>> Ever wonder where IBM got a parameter like 134? 
  480.  I did and Lynn Nash passed along the following in response to
  481.  my question:
  482.  
  483.  "Obviously you have no background on the big iron or it has 
  484.  disappeared into historical memory :-).
  485.  
  486.  "Mainframe line standard of 132 columns plus 2 for carriage
  487.  return and line feed characters. That is why all the wide
  488.  carriage dot matrix printers also had 132 column lines, to be
  489.  able to use that wide green bar paper. Anyone that had an early
  490.  Okidata 83 dot matrix even had an electronic format tape, but
  491.  that is a story for another time."
  492. 
  493. PRIORITY_DISK_IO=YES
  494.  
  495.  This command determines whether programs running in the fore-
  496.  ground have priority access to disks. The default is YES. If
  497.  you want a program running in the background, like a BBS, to
  498.  have equal access to your disks, then change this statement to
  499.  NO. If you change this command to no and then find that your
  500.  communications program does not work, change back to yes.
  501. 
  502. PRIORITY=DYNAMIC
  503.  
  504.  OS/2 automatically assigns processing priorities to each thread
  505.  of a program as it begins processing. A thread running in the
  506.  foreground will generally have priority over a thread running
  507.  in background. Thread priorities are adjusted, generally based
  508.  upon how active they are, by OS/2 on an ongoing basis to make
  509.  sure each thread has adequate processing time. On the rare
  510.  occasion that you need to run a program which must never change
  511.  in priority, you should set PRIORITY=ABSOLUTE, otherwise, don't
  512.  mess with it.
  513.  
  514.  <<=NOTE=>> This command does not have to be in your config.sys.
  515.  If it isn't, OS/2 defaults to PRIORITY=DYNAMIC.
  516.  
  517.  "To summarise: The highest priority thread always has the
  518.  machine. If there are two equally high threads, they timeslice
  519.  having the machine. Note that there are many Operating System
  520.  threads, like the scheduler itself, that are higher priority
  521.  than any program. Now, if PRIORITY=ABSOLUTE in the config.sys
  522.  file, that's all there is to it. But usually, PRIORITY=DYNAMIC,
  523.  and OS/2 keeps gradually increasing the priority of a starved
  524.  thread until it gets to run. Maxwait determines the maximum
  525.  time, in seconds, before the scheduler intervenes to raise a
  526.  low priority thread up high enough to run."
  527. 
  528. PROTECTONLY=YES/NO
  529.  
  530.  Allows you to choose between a shared DOS and OS/2 operating
  531.  environment or just an OS/2 environment. If you plan to run
  532.  only OS/2 programs, then set PROTECTONLY=YES. If you plan to
  533.  run DOS programs (including Windows), then set PROTECTONLY=NO.
  534.  
  535.  <<=NOTE=>> Jonathan de Boyne Pollard relayed the following:
  536.  "Part of the difficulty of talking about OS/2 2.x, as opposed
  537.  to OS/2 1.x, is that *all* processes run in *protected mode*.
  538.  The 386 never runs in real mode in OS/2 2.x.
  539.  
  540.  "Virtual DOS Machines are run in v8086 mode, which is still
  541.  *protected mode*, as the paging mechanism is still active.
  542.  The major difference between v8086 and normal protected mode
  543.  is that the segment base addresses in linear memory are
  544.  fixed, instead of being determined by the entries for each
  545.  selector in the LDT and GDT.
  546.  
  547.  "So PROTECTONLY in OS/2 2.x means *don't use v8086 protected
  548.  mode*. For a while there we thought that it meant *don't use
  549.  real mode* and so was useless to OS/2 2.x, but it seems after
  550.  all that it retains its original OS/2 1.x semantics, if not 
  551.  its original mechanism."
  552. 
  553. PROTSHELL=C:\OS2\PMSHELL.EXE
  554.  
  555.  This OS/2 command tells OS/2 which program you want to use as the           
  556.  protect mode shell (the program that determines what your user             
  557.  interface looks like and how it operates.)  This is the first              
  558.  program OS/2 will execute. PMSHELL.EXE is the program which               
  559.  initializes OS/2 Presentation Manager. If you delete this line 
  560.  from your config.sys file, OS/2 will load PMSHELL.EXE by default.
  561.  
  562.  <<=NOTE=>> There are several alternatives to PMSHELL.EXE.  One is
  563.  OS/2's own CMD.EXE.  If you replace PMSHELL.EXE with CMD.EXE, you
  564.  will get a full screen OS/2 session only and will not be able to 
  565.  run PM programs.  
  566.  An alternative is TSHELL.EXE, a text-based, protected-mode shell
  567.  for OS/2. Any one remember OS/2 1.x? 
  568.  TSHELL makes OS/2 look something like OS/2 1.0, which did
  569.  not have a graphical user interface. With TSHELL you can start
  570.  and switch full-screen sessions only. These can be OS/2, DOS, or
  571.  WINOS2 sessions depending on system configuration.  
  572.  You use Alt+Esc to switch around sessions and Ctrl+Esc to pop up
  573.  the task list.  
  574.  But please note, like OS/2 1.0, there is no Presentation Manager,
  575.  OS/2 PM applications will not work. TSHELL is IBM EWS-Software found
  576.  at ftp://ftp.pc.ibm.com/pub/pccbbs/os2_ews/
  577. 
  578. REIPL=ON
  579.  
  580.  This command automatically restarts the system when a system
  581.  trap or internal processing error occurs. Parameter is ON or
  582.  OFF. Default is OFF.
  583.   
  584.  <<=TIP=>>  This command along with the SUPPRESSPOPUPS command
  585.  can be very useful to those running a BBS. If a trap or internal
  586.  processing error occurs while your BBS is unattended, having 
  587.  these two command in your config.sys will cause your system to
  588.  log the error and then restart the system, so your BBS is back
  589.  online.
  590. 
  591. REMOTE_INSTALL_STATE=x
  592.  
  593.  Variable used for CID installations.
  594.  
  595.  <<=ATTENTION=>> If defined, all installation programs created with
  596.  Software Installer/2 will not display.
  597. 
  598. RESERVEDRIVELETTER=x
  599.  
  600.  New in Warp 4, Warp 3 with Fixpaks higher 24.
  601.  Note: Multiple RESERVEDRIVELETTER statements are allowed but only the
  602.  last one is used. Valid Driveletters are D - Z.
  603.  
  604.  During the processing of CONFIG.SYS, OS/2 allocates drive letters for
  605.  all BASEDEV= statements. In general, the only BASEDEV= statements that
  606.  allocate drive letters are those for the Disk Device Driver, which
  607.  will allocate 1 drive letter sequentially for each local disk
  608.  partition. Three local disk partitions would allocate C:,D:,E:.
  609.  
  610.  After processing BASEDEV= statements, the system will honour the
  611.  RESERVEDRIVELETTER statement(s). If the RESERVEDRIVELETTER statement
  612.  conflicts with any drive letter already assigned to a local disk
  613.  partition, an error message will be generated and that
  614.  RESERVEDRIVELETTER statement will be ignored.
  615.  
  616.  The next processing occurs for DEVICE= statements. DEVICE= statements
  617.  for local block mode devices will assign drive letters, starting
  618.  sequentially immediately after the highest drive letter specified in a
  619.  RESERVEDRIVELETTER statement. Examples of local devices which use
  620.  drive letters are CDROM, R/W OPTICAL, TAPE, Virtual Disks (VDISK).
  621.  
  622.  So on a network, for example, the administrator can reserve 
  623.  specific drive letters for his later use in CMD files, or login
  624.  scripts, so that drive references across the network remain
  625.  stable.
  626. 
  627. SETBOOT /T:5
  628.  
  629.  This command lets you configure Boot Manager in OS/2, if it was 
  630.  installed, otherwise you will experience an error message on 
  631.  boot. The parameters are :
  632.  
  633.   /T:x  Number of seconds that the Boot Manager menu will
  634.         remain on the screen before the default system starts. A
  635.         0 (zero) setting causes the menu to be bypassed. A NO
  636.         (as in /T:NO) causes the menu to remain displayed until
  637.         a selection is made.
  638.  
  639.   /Q    Queries the currently set startup environment, and
  640.         displays the default logical disk alias, timeout value,
  641.         mode, and drive letter assignments for each system index.
  642.  
  643.   /X:x  Sets the system startup index to indicate the partition
  644.         that the Boot Manager should start, where x is from 0 to 3.
  645.  
  646.  For complete information and other parameters available, refer to
  647.  the online OS/2 Command Reference.
  648. 
  649. SOURCEPATH=OS2_IMAGE_DIRECTORY
  650.  
  651.  Sets the path for the OS/2 Installation program SYSINST2.EXE
  652. 
  653. SUPPRESSPOPUPS=x
  654.  
  655.  SUPPRESSPOPUPS=0 will restore behaviour of WARP3 to pre-FixPak 29 
  656.  behaviour. That is, to disable logging and to have trap screens 
  657.  displayed unless specifically overridden by an application's use of
  658.  the DosError API.
  659.  
  660.  SUPPRESSPOPUPS=x: will disable trap screen display for all processes and
  661.  will log trap screens in x:\POPUPLOG.OS2, where x: is a drive or
  662.  partition.
  663.  
  664.  If SUPPRESSPOPUPS is omitted then the behaviour is as described above
  665.  under "Automated Trap Screen Logging". 
  666.  
  667.  <<=NOTE=>> The log file name cannot be overridden.
  668. 
  669. SWAPPATH=C:\OS2\SYSTEM 512 4096
  670.  
  671.  OS/2 can allocate more memory than it actually has available. 
  672.  It does this by swapping memory to a hard disk file called
  673.  SWAPPER.DAT.
  674.  
  675.  The syntax is SWAPPATH=DRIVE,PATH,mmm,nnn where DRIVE,PATH is
  676.  the location where you want the SWAPPER.DAT file to be placed and
  677.  mmm is a number from 512 to 32767 which specifies how large the
  678.  SWAPPER.DAT file can grow before it stops consuming hard disk
  679.  space. The size is stated in the negative. In other words, if
  680.  you have the mmm set to 512, then the SWAPPER.DAT file can grow
  681.  until there is only 512k left on your hard disk. The variable
  682.  nnn is the starting size of the SWAPPER.DAT file.
  683.  
  684.  <<=TIP=>> When your swap file grows beyond the initial size you
  685.  have specified, OS/2 starts to manage the swap file. This
  686.  increased overhead can negatively impact your systems performance.
  687.  Therefore, if your swap file always exceeds its initial size,
  688.  consider increasing the files initial size. For example, if your
  689.  swap file usually grows to 8MB, set the initial size of 8MB.
  690.  
  691.  <<=TIP=>> As time progresses, OS/2 will gradually swap dormant 
  692.  code from real RAM to the swap file. So if you tend to use a few
  693.  programs for a long period of time you will notice a gradual
  694.  performance improvement. Try and avoid application hopping
  695.  
  696.  <<=TIP=>> Normal operation of OS/2 can involves considerable
  697.  disk activity as operating system functions are loaded and pages
  698.  are moved in and out of the swap file. Here are a couple of tips
  699.  to improve performance. (1) Consider dedicating a separate
  700.  partition for the swap file. This helps avoid fragmentation of
  701.  the swap file, because other files will not be added or deleted
  702.  from the dedicated partition. (2) If you have both FAT and HPFS
  703.  partitions, put the swap file on the HPFS partition to take
  704.  advantage of the better performance of HPFS. (3) If you have a
  705.  system with two hard disk controllers, put the swap file on a disk
  706.  managed by the least used controller. (4) Keep your swap file on
  707.  the MOST used partition of the LEAST used hard drive.
  708.  
  709.  <<=WARNING=>> Never put your swap file on a networked drive.
  710.  
  711.  <<=NOTE=>> Your swap file will grow (in 1MB increments), but it
  712.  also shrinks when two conditions are met. One, when the amount
  713.  of free space in the swap file is greater than 1.5MB, the swap
  714.  file will be compressed during system idle time. (It will not
  715.  shrink if there is a constant "hit" on the drive by a program such
  716.  as a swap file monitor.) Two, during the compression, free space
  717.  is moved to the end of the swap file. When this free space at the
  718.  end of the swap file exceeds 1MB, the swap file will be shrunk.
  719.  
  720.  <<=NOTE=>> See the discussion of the COMMIT parameter for the 
  721.  MEMMAN config.sys line including the <<=TIP=>>.
  722.  
  723.  <<=WARP NOTE=>> Your swap file in Warp will be larger than in
  724.  earlier versions of OS/2. This is normal. The most significant
  725.  change that has been made is how system DLL's get loaded and what
  726.  is now valid data for swapping. System DLL's include: DISPLAY,
  727.  SOM, PMMERGE, PMWP, DOSCALL1, PMATM, PMMLE, IBMDEV32, PMCTLS,
  728.  PMSPL, IBMVGA32, PMGPI, and PMVIOP.
  729.  
  730.  In the previous versions of OS/2, DLL code was never copied to
  731.  the swapper file. In WARP, code for system DLL's can be written
  732.  to the swapper file and, in addition, during boot, PMMERGE,
  733.  DOSCALL1, PMGPI, PMWP and PMVIOP will be swapped out. This
  734.  means that there will be an overall increase in swapper size.
  735.  This was done to increase overall system performance.
  736.  
  737.  To control the size of the swap file use the FREE MEMSIZE/2
  738.  by Rick Papo, http://www.msen.com/~rpapo. Latest version is 4.0,
  739.  although considered as Beta it works stable.
  740. 
  741. SYSDUMP
  742.  
  743.  The SYSDUMP command forces a System Dump to be initiated, regardless of
  744.  the TRAPDUMP settings. This command is provided for the use of service
  745.  personnel to allow Dump Initiation to be automated through use of a
  746.  command file.
  747.  
  748.  Warning: The initiation of a System Dump causes an immediate termination
  749.  of the system without any shutdown. No file system shutdown is performed.
  750.  The system behaves as if a fatal crash has occurred thus under rare
  751.  circumstances data can be lost.
  752.  
  753.  The command syntax is:
  754.  
  755.  SYSDUMP [/NOPROMPT]
  756.  
  757.  where:
  758.  
  759.  ■  NOPROMPT allows the Dump to proceed without the prompt and response to
  760.     message:
  761.  
  762.     "Do you want to force a system dump? (Y/N)"
  763. 
  764. SXFAKEHWFPU=1
  765.  
  766.  Activates fix for a 'math rounding error'. Warp 4 only.
  767. 
  768. THREADS=256
  769.  
  770.  OS/2 programs can have several different processes running at
  771.  the same time. These are called threads. This command sets
  772.  the maximum number of threads (from 32 to 4095 in OS/2 2.x and
  773.  from 64 to 4095 in Warp 3) that OS/2 can run at the same time.
  774.  If this command is not included in your config.sys file, OS/2
  775.  will default to 64. Jim Gilliland commented on what happens
  776.  if OS/2 runs out of Threads: "If an application tries to start
  777.  a new thread, and OS/2 has all of its threads already in use, 
  778.  then OS/2 will generate an error. It may result in a popup, or 
  779.  it may return the error information to the application."
  780.  
  781.  <<=TIP=>>  If you have more than 8MB of RAM and run lots of OS/2
  782.  specific programs, you may be able to improve system responsive-
  783.  ness by increasing the number of threads. Why?  Because well
  784.  written OS/2 programs will use threads to improve program per-
  785.  formance. Therefore, the more well written OS/2 programs in use,
  786.  the more threads that could be needed. But still keep in mind
  787.  that this only holds true only when you are using a fair number
  788.  of OS/2 specific programs at the same time.
  789.  
  790.  <<=SERVER NOTE=>> On a server it is generally considered better
  791.  to have 512 threads.
  792. 
  793. TIMESLICE=128,256
  794.  
  795.  This command allows you to manually control the minimum and
  796.  maximum amount of processor time any thread can receive at
  797.  once. The syntax is TIMESLICE=x,y where x is the minimum time
  798.  slice (in milliseconds and must be at least 32) and where y is
  799.  the maximum length (must be less than 65536).
  800.  
  801.  Jim Gilliland once posted: "The Timeslice parameter controls the
  802.  minimum and maximum timeslice that OS/2 will allow an application
  803.  to use. If you make the timeslice longer, OS/2's dispatching
  804.  overhead will be reduced, but the system's multitasking operation
  805.  will be "choppier". Increasing the length of the maximum
  806.  timeslice (the second parameter) will allow OS/2 to gradually
  807.  increase the length of the timeslice used by an application when
  808.  it is not competing with any other apps for CPU time (that is,
  809.  when it is the only app running or all others are blocked)."
  810.  
  811.  <<=TIP=>> OS/2 handles time slicing dynamically. This means
  812.  that the system is adjusting the time slice values based on
  813.  the actual processes active on the system as the workload
  814.  changes. Therefore, it is best not to attempt to manually
  815.  set TIMESLICE. OS/2 can handle this process far better than
  816.  most of us can.
  817. 
  818. TRACE=ON,OFF,n
  819.  
  820.  The system trace facility is used to record a sequence of
  821.  system events, function calls, or data. The record is usually
  822.  produced for program debugging purposes. After the trace data
  823.  is recorded, the System Trace Formatter is used to retrieve it
  824.  from the system trace buffer (see TRACEBUF below) and format
  825.  the data to either your display, printer, or to a file. Start
  826.  tracking system problems by turning TRACE on which will
  827.  establish a 4KB default buffer. (You can increase this using
  828.  the command TRACEBUF) to store tracing data. You can also
  829.  start TRACE from an OS/2 command prompt.
  830.  
  831.  <<=NOTE=>> You can turn TRACE=ON and then set TRACE=OFF for
  832.  major or minor codes. For example, TRACE=OFF 24,50,98. 
  833.  
  834.  <<=NOTE=>> IPE ON BOOT AFTER FIXPAK 35 INSTALLED ON UNI SYSTEMS
  835.  If you experience a kernel trap (black screen trap) or get a messages
  836.  stating that device drivers (such as CLOCK01.SYS) were not able to
  837.  install at boot time add the following statement to the end
  838.  of CONFIG.SYS: TRACE=OFF,6
  839. 
  840. TRACEBUF=x
  841.  
  842.  This command sets the size of the trace buffer. If any valid
  843.  TRACE statement is in your config.sys, the default size of
  844.  the trace buffer will be 4KB. You can modify this size with
  845.  the TRACEBUF command. Maximum size is 63KB. "x" is a specific
  846.  number from 1 to 63, representing a multiple of 1024 bytes.
  847.  
  848.  <<=NOTE=>> TRACEBUF will allocate memory with or WITHOUT a
  849.  valid TRACE statement in the config.sys. This is to allow command
  850.  line tracing. So check that TRACE/TRACEBUF are correct for your 
  851.  use.
  852. 
  853. TRAPDUMP
  854.  
  855.  The TRAPDUMP command allows the conditions under which a trap will
  856.  initiate a System Dump to be set dynamically. Prior to Warp 3.0 FixPak
  857.  29, the System Dump setting could only be manipulated from CONFIG.SYS by
  858.  use of the TRAPDUMP statement.
  859.  
  860.  Use of this command should be made under the direction of service
  861.  personnel.
  862.  
  863.  <<=Warning=>> The initiation of a System Dump causes an immediate
  864.  termination of the system without any shutdown. No file system shutdown
  865.  is performed. The system behaves as if a fatal crash has occurred, thus
  866.  under rare circumstances data can be lost.
  867.  
  868.  <<=Warning=>> TRAPDUMP will copy memory contents to a storage location, 
  869.  which means the storage required = amount of physical system 
  870.  memory
  871.  
  872.  The command syntax is:
  873.           TRAPDUMP [[ON] | [OFF] | [R0]] [x:] [/NOCHECK]
  874.  
  875.  
  876.  where:
  877.  
  878.  ■  ON enables all application and system traps to initiate a System Dump.
  879.  ■  OFF disables automatic dump initiation.
  880.  ■  R0 enables only Ring 0 traps to initiate a System Dump.
  881.  ■  x: specifies the Dump Partition.
  882.  ■  NOCHECK overrides the system level check for WARP 4.0, since use of
  883.     this command on a system level prior to FixPak 29 is equivalent to the
  884.     SYSDUMP command.
  885.  
  886.  OLD TRAPDUMP=xx,d, prior to fixpak 29 for WARP 3.0
  887.  
  888.  Parameters are:  OFF,drive letter
  889.                   ON, drive letter
  890.                   R0, drive letter
  891.  
  892.  Indicates when a stand alone dump is to be taken and where the
  893.  dump is to be placed. The default value is OFF and the default
  894.  drive is "A".
  895.  
  896.  If you are sending a memory dump to hard disk, you must first
  897.  create a FAT partition labelled SADUMP and give it a size
  898.  greater than the amount of physical memory in your system.
  899.  The drive you specify in the TRAPDUMP statement must contain
  900.  the SADUMP partition. Any existing data in this partition
  901.  will be overwritten. The system will restart after the TRAPDUMP
  902.  process has been completed.
  903.  
  904.  <<=NOTE=>> If REIPL=ON is specified in the config.sys file, the
  905.  system will restart automatically and no dump will be taken when
  906.  a system trap or internal processing error occurs.
  907.  
  908.  Luca Regoli, Societa' Italiana Autori Editori, provides the
  909.  following information on this command.
  910.  
  911.  "This way whenever a trap occurs you don't get anything on the 
  912.  screen. The PC beeps and [responds] as if you had depressed
  913.  CTRL+ALT+NUMLOCK / NUMLOCK.
  914.  
  915.  "Not very useful though I don't know how to get traps infor-
  916.  mation from the dump disk (and don't want to download all 20Mb
  917.  dump of memory any time I get a trap)."
  918. 
  919. TRAPLOG [x: | NOLOG] [POPUPS | NOPOPUPS]
  920.  
  921.  The TRAPLOG command allows dynamic control of trap information logging.
  922.  
  923.  where:
  924.  ■  x: specifies that trap information is to be logged in
  925.     x:\POPUPLOG.OS2, x: being any partition drive letter.
  926.  ■  NOLOG disables logging of trap information.
  927.  ■  POPUPS enables the trap information pop-up message (SYS3175).
  928.  ■  NOPOPUPS disables the trap information pop-up message.
  929.  
  930. 
  931. TRUEMODE=1
  932.  
  933.  Installs the Trapdoor feature of Warp 4, only on machines with SCSI
  934.  Harddisks.
  935. 
  936. VIRTUALADDRESSLIMIT=2048
  937.  
  938.  Allows max. memory allocated 2 Gigs of shared RAM. Only
  939.  useful for developers.
  940.  
  941.  You must have a hard disk that can accommodate the swap
  942.  file. UW2SCSIs are recommended for the swap disk unless you
  943.  wish to see your computer behave like a washing machine in
  944.  spin dry mode.
  945.  
  946.  <<=NOTE=>> The OS/2 Warp Server Advanced SMP addendum
  947.  states that this number can go to 3 Gigs. 
  948.  Memory support has also been enhanced since now an application can
  949.  access a virtual memory address space of up to 3 GB by use of the
  950.  VIRTUALADDRESSLIMIT = 3072 parameter in CONFIG.SYS. The default value
  951.  for VIRTUALADDRESSLIMIT in OS/2 Warp Server for e-business is 1 GB. The
  952.  VIRTUALADDRESSLIMIT parameter is also available for OS/2 Warp Server,
  953.  SMP Feature. Areas of memory below 512 MB have been remapped for higher
  954.  availability in that region.
  955. 
  956. VME=NO
  957.  
  958.  Disables the Virtual Mode Extensions introduced with the Intel
  959.  DX2
  960.  
  961.  <<=TIP=>> By Ron Higgin: If you get frequent Trap D and Trap E (see
  962.  howto.dat) errors in DOS/Windows sessions it may provide some relief. 
  963. 
  964. WORKPLACE_PROCESS=NO
  965.  
  966.  New setting for Warp Server for e-business.
  967.  No information until now
  968. 
  969. WORKPLACE_PRIMARY_CP=1
  970.  
  971.  New setting for Warp Server for e-business.
  972.  No information until now
  973. 
  974. WORKPLACE_NATIVE=0
  975.  
  976.  New setting for Warp Server for e-business.
  977.  No information until now
  978. 
  979. WP_OBJHANDLE=n
  980.  
  981.  Contains the object handle for the current OS/2 session. This handle
  982.  is unique for each session started via an WPS Object.
  983. 
  984. -----------------------------------------------------------------
  985. 2. IFS
  986. 
  987. IFS=C:\OS2\BOOT\CDFS.IFS /C:4
  988.  
  989.  This OS/2 command is needed if you have a CD-ROM. It installs 
  990.  CDFS.INF which is the "Installable File System" for CD-ROM's. 
  991.  Your CD-ROM is not going to run without it.
  992.  
  993.  <<=TIP=>> You can add cache to your CD-ROM IFS by adding /C:n.
  994.  The variable "n" is a number which represents units of 64kb of memory.
  995.  For example, /C:4 would set up a 256kb cache (4 x 64kb = 256kb).
  996.  
  997.  Other parameters include the following:
  998.  
  999.  /P: Indicates the debug output port. The values can be 1 (COM1)
  1000.      or 2 (COM2).
  1001.  
  1002.  /K  Indicates the supplemental volume descriptor with KANJI.
  1003.  
  1004.  /M:n  Where n indicates the maximum number of file sectors to
  1005.        read at a time. The default is 8.
  1006.  
  1007.  /Q  Suppresses initialisation messages.
  1008.  
  1009.  /V  Verbose.
  1010.  
  1011.  /W  enables Joliet support, new in Fixpaks.
  1012. 
  1013. IFS=C:\OS2\HPFS.IFS /CACHE:512 /CRECL:16 /AUTOCHECK:CDE /F:2
  1014.  
  1015.  IFS stands for "Installable File System". This OS/2 command 
  1016.  installs the High Performance File System (HPFS). The syntax
  1017.  is IFS=DRIVE:PATH\FILENAME
  1018.  
  1019.  Parameters:
  1020.  
  1021.  /CACHE:nnn sets up a disk cache and its size. The default on 
  1022.  most systems is low in my opinion. 
  1023.   
  1024.  <<=Warning=>> Keep this one truth in mind about cache size:
  1025.  an excessive cache takes memory available for programs and
  1026.  therefore could have a negative impact on overall system
  1027.  performance. But today, when most systems have 32MB+ the 
  1028.  problem is more the restriction of the cache to 2MB.
  1029.   
  1030.  OS/2s Command Reference and other IBM sources indicate that 
  1031.  the maximum cache size for HPFS is currently 2MB (2048), but
  1032.  IBM does not recommend using a cache larger than 1.5MB (1536).
  1033.  Personally, I have 128MB of RAM and have my HPFS cache set to
  1034.  the max: 2048.
  1035.   
  1036.  If this parameter is omitted, the default is 10% of the available
  1037.  RAM on systems with more than 8MBs of RAM.
  1038.  
  1039.  /FORCE will give you access to dirty partitions. This is new to
  1040.  the 32-bit CHKDSK which will only run on Warp 3 and 4.
  1041.  
  1042.  /QUIET suppresses all messages from CHKDSK.
  1043.  
  1044.  /CRECL sets the maximum record size for caching, from 2k to 64k
  1045.  in multiples of 2k with a default of 4k. This parameter may not 
  1046.  exceed 1/4 of the total cache size set with the /cache parameter.
  1047.  
  1048.  /AUTOCHECK:nn tells the system to check each drive noted to see if
  1049.  it was shut down properly. If not, it will run CHKDSK on only the
  1050.  drives indicated.
  1051.  
  1052.  /F:n indicates the level of CHKDSK to be used when automatically 
  1053.  checking the drives at startup when AUTOCHECK is activated. If 
  1054.  no parameter is specifed, /F:2 is the default.
  1055.    
  1056.  <<=NOTE=>> A /F:3 parameter will be ignored unless you formatted
  1057.  your hard drive with the /L parameter.
  1058.  
  1059.  ========================== Table 2 ==============================
  1060.   
  1061.  You can get better performance from your system by using your 
  1062.  available RAM in the most efficient and effective way. Select
  1063.  the case that best describes the file system or amount of RAM
  1064.  you use. 
  1065.   
  1066.  CASE 1:  You use only HPFS or only FAT, but not both.
  1067.   
  1068.                                HPFS only.         FAT only.
  1069.  System memory of at least:  Set CACHE to:    Set DISKCACHE to:
  1070.   
  1071.                      16 MB+           2048                 2048
  1072.   
  1073.  CASE 2:  You use both HPFS and FAT with HPFS active and FAT
  1074.  passive.
  1075.   
  1076.  System memory of at least:  Set CACHE to:    Set DISKCACHE to:
  1077.   
  1078.                      16 MB+           2048            512 -1024
  1079.   
  1080.  CASE 3:  You use both HPFS and FAT with HPFS passive and FAT
  1081.  active.
  1082.   
  1083.  System memory of at least:  Set CACHE to:    Set DISKCACHE to:
  1084.                      
  1085.                      16 MB+           1024                 2048
  1086.   
  1087.  <<=NOTE=>> You can have multiple partitions, they will all be 
  1088.  serviced by the same cache, so you may have 2 HPFS and 3 FAT
  1089.  partitions for example. For purposes of the table above,
  1090.  "active" and "passive" are descriptors for the way a cache is
  1091.  used. If it is seldom used, it is "passive." If a lot of disk
  1092.  intensive I/O occurs with the cache, it is "active."
  1093.  
  1094.  <<=NOTE=>> HPFS is more efficient than FAT, you should therefore 
  1095.  attempt to transfer all the most frequently used applications 
  1096.  to an HPFS drive, and also locate your SWAPPER.DAT on an HPFS 
  1097.  drive. This will mean that HPFS is "active", and FAT "passive"
  1098.  
  1099.  <<=NOTE=>> Lazy write is on by default. If you want lazy write
  1100.  off, see the RUN=C:\OS2\CACHE.EXE command later in this file.
  1101.  
  1102.  <<=Tip=>> /C will only run CHKDSK if the file system is dirty (new);
  1103.  /AuToChEcK (case-sensitive!!!) will make CHKDSK process locked drives
  1104.  (undocumented).
  1105.  You can speed up checking volumes situated on separate physical drives
  1106.  by using something like
  1107.  IFS=C:\OS2\HPFS.IFS /CACHE:2048 /CRECL:64 /AUTOCHECK:C
  1108.  and then running the CHKDSK's in parallel for each physical drive:
  1109.  start CHKDSK D: /F /AuToChEcK
  1110.  start CHKDSK E: /F /AuToChEcK
  1111.  and so on. Some have reported performance improvements of 250%.
  1112.  
  1113.  <<=NOTE=>> If you place a plus sign (+) in front of any drive
  1114.  letter, the drive will be checked every time the system starts,
  1115.  even if shut down properly.
  1116.  
  1117.  <<=WARNING=>> If you don't include the AUTOCHECK parameter in this
  1118.  command, the system will not boot.
  1119.  
  1120.  <<=TIP=>> If you are using only FAT partitions, then you should
  1121.  REM this IFS statement and save yourself some RAM. How much?
  1122.  I've seen figures from 130k to 500k, but the HPFS.IFS file is 
  1123.  136k in size.
  1124.  
  1125.  <<=TIP=>> If you have drive partitions larger than 80MB, then
  1126.  HPFS should give you better performance than FAT. On partitions
  1127.  of less than 80MB, most authorities indicate that there is only a
  1128.  small performance difference between HPFS and FAT. Consider the
  1129.  following when comparing the relative merits of the HPFS versus
  1130.  FAT:  On large partitions of identical size, the HPFS will
  1131.  generally give you about 15% more space and improve performance
  1132.  by about 28%.
  1133.  
  1134.  <<=TIP=>> Use HPFS386.IFS if you have an license. It brings 
  1135.  an significant performance boost into your system.
  1136.  
  1137.  <<=TIP=>> For analysing HPFS formatted drives there is the FREE
  1138.  Tool DFsee by Jan van Wijk, available at http://www.fsys.demon.nl
  1139.  DFSee can also undelete files, fdisk and much more.
  1140.  
  1141.  <<=TIP=>> For undeleting files on HPFS Drives use the great IBM
  1142.  EWS Tool File Phoenix (Rel. 1.35) by Joe DiAdamo. It is reported
  1143.  that it fails on partitions greater than 2Gb or with HPFS 2.3 (not
  1144.  verified).
  1145. 
  1146. IFS=C:\IBM386FS\HPFS386.IFS /A:*
  1147.  
  1148.  The 386 High Performance File System is an enhancement of the regular
  1149.  HPFS and normally sold together with the LAN-Server. In contrary
  1150.  to HPFS it is not written in C but in Assembler and consists of an
  1151.  optimised Ring 0 SMB processor tightly coupled with a bootable
  1152.  installable file system. This architecture provides a much better
  1153.  file I/O performance, because the whole data flow operates within the
  1154.  Ring 0 privilege level
  1155.  
  1156.  <<=NOTE=>> With LAN-Server 3.0 the parameter 'useallmem' has to be set
  1157.  as parameter of HPFS386.IFS in the config.sys
  1158.  
  1159.  <<=NOTE=>> If you use the 'useallmem' parameter it is important that the
  1160.  hardware components within your machine have the ability to address memory
  1161.  above 16 MB. E.g. the IBM 16/4 token ring adapter doesn't have this
  1162.  capability.
  1163.  
  1164.  <<=NOTE=>> On a very busy server system, it is possible to run out of
  1165.  heap space. If this occurs there may be a noticeable degradation in
  1166.  performance, and server requests may fail. If this happens freeup some
  1167.  memory on the server. ATTENTION: the heap can only grow to it's defined
  1168.  size, but never shrink unless the machine is rebooted.
  1169.  
  1170.  <<=TIP=>> Using a dedicated server with 32MB of RAM try using as much as
  1171.  20MB of cache on the machine. The LAN Server Tuning assistant tool can
  1172.  calculate a recommended value for you. There is no need to specify the
  1173.  threshold limits, as this is dynamically managed by LAN Server.
  1174.  
  1175.  <<=TIP=>> Consult the IBM redbooks at http://publib.boulder.ibm.com
  1176.  or the wsonw4pdf. available at: http://rheooptik.fmf.uni-freiburg.de
  1177.  /www/faq/remmedia.htm
  1178.  
  1179.  <<=TIP=>> See also the howto.dat for an explanation how to
  1180.  install and tune the HPFS386.IFS.
  1181.  
  1182.  <<=ATTENTION=>> Some HPFS Tools (e.g. Partition Magic) have problems with
  1183.  the ACLs.
  1184. 
  1185. DEVICE=C:\OS2\JFS.IFS /CACHE:(XX) /AUTOCHECK:D
  1186.  
  1187.  OS/2 Warp Server for e-business includes a new file system, the
  1188.  Journaling File System. This new file system is a file system available
  1189.  with IBM's AIX premier UNIX-type operating system. What it offers,
  1190.  among other things, is the ability to manage volumes that exceed the
  1191.  space on one hard disk. For instance, a volume may consist of pieces
  1192.  from one or more physical hard disks which are seamlessly integrated into
  1193.  one volume. In addition to being able to set up very large volumes, a
  1194.  volume can be expanded at any time so it is larger than it was in
  1195.  real time.
  1196.  
  1197.     /CACHE:<size in kilobytes> Specifies the size of the JFS buffer
  1198.      cache in Kilobytes. By default, this size is set to 12.5 percent
  1199.      of real memory.
  1200.  
  1201.     /AUTOCHECK:drive[drive...] Specifies a list of JFS file systems,
  1202.      identified by driver letter, to be included in automatic recovery
  1203.      by CHKDSK at the time of JFS initialization. If an asterisk (*) is
  1204.      specified instead of a drive letter list, all JFS file systems will
  1205.      be included in automatic recovery during JFS initialization. If any
  1206.      drive letter is preceded by an arithmetic plus sign (+), CHKDSK will
  1207.      perform a full integrity check on the drive even if journal log
  1208.      replay has restored the drive to an apparently consistent state.
  1209.      If the list of drive letters ends with plus-asterisk (+*), CHKDSK will
  1210.      perform a full integrity check on all JFS file systems not specified
  1211.      in the list even if journal log replay has restored them to an
  1212.      apparently consistent state.
  1213.  
  1214.     /L:OFF Specifies the lazy write parameters in seconds. OFF forces all
  1215.      to be synchronous.
  1216.  
  1217.     /L:<synctime,maxage,bufferidle> Synchtime is the interval at which
  1218.      the sync thread runs, default is 32. Maxage is the longest time that
  1219.      a modified file is kept in cache, default is synchtime*4. Bufferidle
  1220.      is the time indicating a "recent" change. Changes newer than this
  1221.      value are not written unless the last write was older than maxage,
  1222.      default is Min(1, synchtime/8).
  1223.  
  1224.  Because JFS allows fragmentation, a utility, DEFRAGFS, is included
  1225.  with JFS. All these abilities are enabled when formatting a volume
  1226.  with the FORMAT command. The below is the output of a "FORMAT /?"
  1227.  command. 
  1228.  
  1229.  FORMAT drive [/ONCE][/4][/T:tracks][/N:sectors][/F:xxxx][/FS:xxxxx]
  1230.               [/L][/V[:label]][/BS:blocksize][/LS:logsize][/S]
  1231.     where:
  1232.  
  1233.     drive Specifies the drive to be formatted.
  1234.     /ONCE Specifies that only 1 disk, diskette, or disc is 
  1235.      to be formatted and no prompt is to be displayed.
  1236.     /4 Formats a 360KB diskette in a 1.2MB drive.
  1237.     /T:tracks Specifies the number of tracks per disk side.
  1238.     /N:sectors Specifies the number of sectors per track.
  1239.     /F:xxxx Specifies the size to which the diskette is to be
  1240.             formatted. For example: 360, 720, 1.2, 1.44, 2.88.
  1241.     /FS:xxxxx Specifies the file system to use to format the
  1242.               disk. For example: FS:FAT or FS:HPFS or FS:JFS.
  1243.     /L Specifies long format procedure for optical read-write
  1244.        disks.
  1245.     /V:label Specifies the volume label.
  1246.     /BS:blocksize Specifies, in bytes, the block size desired
  1247.         for the file system. For JFS 512 bytes, 1024, 2048, or
  1248.         4096 bytes are valid.
  1249.     /LS:logsize Specifies, in megabytes, the size journal log
  1250.         to create for the file system.
  1251.     /S Specifies that files on the device will be sparse files.
  1252.        JFS has two file allocation schemes, these being "sparse"
  1253.        and "dense." Sparse allocation is the amount of space
  1254.        allocated to a random-access file when a block written
  1255.        may not be within the earliest portion of a file.
  1256.        Dense allocation allocates all the space prior to the block being
  1257.        written when the block is written. For instance, if a random-access
  1258.        file has 5120 bytes (ten 512 byte blocks), and the fifth block
  1259.        is written to, the resulting usage with sparse allocation is 512
  1260.        bytes. With dense, the resulting usage will be 2550 bytes, even
  1261.        though the first 2048 bytes are not yet being used. The sparse
  1262.        method is server efficient; only the space used is allocated to
  1263.        the file but this would presumably lead to fragmentation,
  1264.        since when another block is written, the sparse allocation will
  1265.        cause the data to not be in sequentially ordered sectors.
  1266.  
  1267.  JFS is a very powerful addition to OS/2; it eliminates
  1268.  any limiting factors and make OS/2 Warp Server the best
  1269.  option for serving files, and applications. A file size can be two (2)
  1270.  terabytes (two thousand gigabytes), the maximum volume size. This,
  1271.  along with OS/2 Warp Server's ability to extend beyond just one
  1272.  processor by using up to 64 processors, makes OS/2 Warp Server
  1273.  the most advanced operating system of its kind for the Intel
  1274.  processor. 
  1275.  
  1276.  LVM.EXE is the new version of the FDISK command. It provides both
  1277.  logical and physical views of the hardfiles installed on the system.
  1278.  With LVM (Logical Volume Manager), users can 
  1279.  
  1280.   Create Compatibility Volumes (partitions) which can be seen by
  1281.     pre-LVM releases of OS/2
  1282.  
  1283.   Create or delete Logical Volumes which span physical disks 
  1284.     Extend file systems (JFS only) 
  1285.  
  1286.   Delete Compatibility Volumes (partitions) 
  1287.  
  1288.   Recover read or write failures from a portion of the disk
  1289.     going bad (JFS only)
  1290.  
  1291.  <<=ATTENTION=>> FDISK is no longer usable for managing partitions once
  1292.  the LVM has been used to create JVS Volumes.
  1293.  
  1294.  <<=NOTE=>> OS/2 needs for booting a HPFS or a FAT (better not) partition
  1295.  it can't boot from JFS.
  1296. 
  1297. IFS=C:\PATH\CDWFS.IFS
  1298.  
  1299.  File System by the RSJ CD writing solution
  1300.  
  1301.  The file system CDWFS.IFS only provides the background process
  1302.  CDWFSD.EXE with commands contrary to earlier versions. The complete
  1303.  configuration?????? are no longer registered in the CONFIG.SYS file
  1304.  under "IFS=...\CDWFS.IFS" but in the CDWFSD_S.CMD" file in the
  1305.  installation register.
  1306.  
  1307.  parameters
  1308.  
  1309.  -q Installation request
  1310.  
  1311.  -d All accesses are protocolled at COM2.
  1312.  
  1313.  <<=NOTE=>> I would need here some help of users cause I don't have 
  1314.  the RSJ CD-Writer. Klaus Staedtler.
  1315. 
  1316. IFS=C:\PATH\EXT2-OS2.IFS
  1317.  
  1318.  Ext2-os2 is a file system driver that allows OS/2 seamlessly access
  1319.  Linux native partitions (formatted with ext2) in read and write mode.
  1320.  
  1321.  Developed by Matthieu Willm
  1322.  
  1323.  You can find the latest version of the free ext2-os2 at:
  1324.  http://www.geocities.com/SiliconValley/Bay/5313.
  1325.  
  1326.  <<=WARNING=>> Although it is possible to install OS/2 on an 
  1327.  EXT2 Partition it is not recommended to do so, as extended 
  1328.  attributes are not supported.
  1329.  
  1330.  For the use of EXT2-OS2 read the EXT2-OS2.INF carefully
  1331. 
  1332. IFS=C:\OS2\FAT32.IFS  
  1333.  
  1334.  Henk Kelder has developed a FREE FAT32.IFS
  1335.  it is available at http://www.os2ss.com/information/kelder/index.html
  1336.  
  1337.  Install this one AFTER IFS=HPFS.IFS
  1338.  
  1339.  The following options are supported:
  1340.  
  1341.  /Q           Quiet, not messages.
  1342.  
  1343.  /CACHE:nnnn  specifies the cache size in kilobytes. If omitted the default
  1344.               cache size is 1024KB. Maximum cache size is 2048KB.
  1345.               Cache memory is allocated as FIXED memory, so if you have less
  1346.               than 16MB I suggest you set this option to 512KB or less.
  1347.  
  1348.  /MONITOR     Set monitor ON by default. If omitted monitor is OFF. See 
  1349.               MONITOR.EXE for more information.
  1350.  
  1351.  /RASECTORS:n Read Ahead Sectors.
  1352.               Specifies the minimum number of sectors to be read per read
  1353.               action and placed in the cache.
  1354.               If omitted the default differs per volume and equals the 
  1355.               number of sectors per cluster times 2. 
  1356.               The maximum threshold value used is the number of sectors per 
  1357.               cluster times 4.
  1358.  
  1359.               You should note that the actual sector IO per read action is
  1360.               NOT determined by an application, but by the IFS. For FAT access
  1361.               single sector reads are done. For Directory and Files IO reads
  1362.               are done on a cluster base. By setting the RASECTORS you can 
  1363.               define the minimum number of sectors the IFS will read from disk
  1364.               and place in the cache.
  1365.  
  1366.  /EAS         Make FAT32.IFS support EXTENDED ATTRIBUTES.
  1367.  
  1368.  see also CALL=C:\OS2\CACHEF32.EXE and BASEDEV=PARTFILT.FLT for more
  1369.  information
  1370.  
  1371.  <<=NOTE=>> For Warp 4 with fixpak 10 you need at least ver.0.88, for Warp
  1372.  for e-business (Aurora) at least ver.0.89.
  1373. 
  1374. IFS=C:\PATH\FTP.IFS
  1375.  
  1376.  With FTP.IFS you may map any ftp host you 
  1377.  like to a drive letter and use all the utilities you have 
  1378.  with FTP host. Any archiver, any File Manager, any Backup program.
  1379.  Developed by Vitalij Timchishin (tvv@sbs.kiev.ua).
  1380.  Unfortunately it is no more FREEWARE.
  1381. 
  1382. IFS=C:\PATH\HFS.IFS
  1383.   
  1384.  Loads the Installable File System for reading Apple HFS-Drives 
  1385.  and disks.
  1386.  IF you make use of this IFS it must reside in front of the CDFS.ifs
  1387.  there are also needed the commands BASEDEV=HFSFLT.FLT and 
  1388.  RUN=C:\HFSDIR\HFS.EXE in the config.sys
  1389.  
  1390.  The FREE HFS-Package by Marcus Better can be found at 
  1391.  http://www.student.nada.kth.se/~f96-bet/HFS
  1392.  Unfortunately Marcus Better has stopped all development for OS/2
  1393.  There is also iHPFS by Marcus Better a package to make under
  1394.  plain old DOS HPFS formatted drives readable.
  1395.  See also the FREE HFS Utilities from the same author at http://
  1396.  www.student.nada.kth.se/~f96-bet/hfsutils/
  1397. 
  1398. IFS=X:\PATH\NFS200.IFS
  1399.  
  1400.  The NFS (Network File System) for OS/2
  1401. 
  1402. IFS=C:\PATH\RAMFS64.IFS
  1403.  
  1404.  SEE RAMFS.IFS
  1405. 
  1406. IFS=C:\PATH\RAMFS.IFS
  1407.  
  1408.  RAMFS by Karl Olson is a "remote file system" (as opposed to a
  1409.  "local file system").
  1410.  
  1411.  Features
  1412.  
  1413.  Create as many RAM drives as you want, using the drive letters that
  1414.  you want
  1415.  
  1416.  Size only limited by available RAM and swap disk space
  1417.  
  1418.  Allocates swappable RAM from OS/2 as necessary when files are created,
  1419.  and releases it again when files are deleted
  1420.  
  1421.  Long file name support like in HPFS.  Case isn't significant, but
  1422.  preserved like in HPFS. Files with long names are not visible from DOS
  1423.  and WINOS2 programs.
  1424.  
  1425.  Extended Attributes - up to 64 KB total for each file/directory (HPFS
  1426.  supports up to 64 KB for each EA, up to 256 KB total for each file/
  1427.  directory)
  1428.  
  1429.  RAM is allocated in units of one page (4 KB)
  1430.  
  1431.  use RAMDISK.EXE to create a RAM drive. To create a drive R:, type
  1432.  RAMDISK R:, see also RUN=RAMDISK.EXE
  1433.  
  1434.  freely available at http://home3.inet.tele.dk/kro
  1435. 
  1436. IFS=E:\SRVIFS\SRVIFSC.IFS MONTAGE /S:5  /T  /A:0
  1437.  
  1438.  The ThinIFS by IBM.
  1439.  
  1440.  <<=TIP=>> Ideal for CID-Installations cause it can be used
  1441.  from installation disks.
  1442. 
  1443. IFS=C:\OS2\TVFS.IFS
  1444.  
  1445.  The T(oronto)V(irtual)F(ile)S(ystem)
  1446.  
  1447.  Author:  Mark D. Leitch
  1448.  
  1449.  The TVFS provides a virtual OS/2 file system that combines symbolic links,
  1450.  search paths, and permissions. Through the TVFS, local and remote file
  1451.  systems may be combined into a single, virtual file system.
  1452.  It is FREE IBM EWS. Latest version is 2.11
  1453.  
  1454.  <<=Tip=>> Kai Evers has developed an easy to use FREE PM-Interface for
  1455.  controlling and using the TVFS. It is available at 
  1456.  http://www1.stuttgart.netsurf.de/~kevers/
  1457.  
  1458.  <<=TIP=>> See also TVFS-RM by Jürgen Dankoweits at http://www.geocities.com
  1459.  SiliconValley/Way/3792
  1460. 
  1461. -----------------------------------------------------------------
  1462. 3. SET STATEMENTS
  1463.  
  1464. SET COMMAND: The SET command in the config.sys file sets up 
  1465.  environment variables for the entire system. These
  1466.  environment variables are stored by OS/2 in memory and are
  1467.  shared by any applications which calls on them. 
  1468.  
  1469.  <<=TIP=>> If you want to see what variables are set in your 
  1470.  system, at a OS/2 command prompt type the word SET and press 
  1471.  <enter>. You'll get a list like the following:
  1472.  
  1473.      WP_OBJHANDLE=87103
  1474.      USER_INI=C:\OS2\OS2.INI
  1475.      SYSTEM_INI=C:\OS2\OS2SYS.INI
  1476.      OS2_SHELL=C:\OS2\CMD.EXE
  1477.      AUTOSTART=PROGRAMS,TASKLIST,FOLDERS
  1478.      RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  1479.      ... 
  1480. 
  1481. SET AUTOREFRESHFOLDERS=NO
  1482.  
  1483.  with this environment setting the WPS doesn't automatically refresh
  1484.  folders (autorefresh happens to every folder which has been ever
  1485.  accessed and therefore slows the system). They are only refreshed after
  1486.  closing and opening a folder or by a manual update using 'view, 
  1487.  refresh'. Only available under Warp 4
  1488.  
  1489.  <<=TIP=>> Especially for Fileservers this Statement is very useful, 
  1490.  also for slow systems.
  1491. 
  1492. SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS,CONNECTIONS,LAUNCHPAD,WARPCENTER,
  1493.               TOOLBAR
  1494.   
  1495.  The AUTOSTART command contains a list of WPS components which
  1496.  will be started (or restarted) when the system is booted up.
  1497.  There are currently six possible options:
  1498.  
  1499.  PROGRAMS:  Tells OS/2 to start applications, that were running 
  1500.             when the system was shut down, to restart. This
  1501.             options will be ignored if SET RESTARTOBJECTS=NO.
  1502.  
  1503.  TASKLIST:  This parameter enables the OS/2 task list that appears 
  1504.             when you press Ctrl+Esc. If you remove TASKLIST there
  1505.             will be NO Taskwindow.
  1506.  
  1507.  FOLDERS:   Opens the desktop and any other folder which was open 
  1508.             when the system was shut down. 
  1509.  
  1510.             <<=WARNING=>> If you remove the FOLDERS statement,
  1511.             OS/2 will not open your desktop (which is a folder). 
  1512.              
  1513.  CONNECTIONS: This parameter restarts any network connections 
  1514.             that were in use when the system was shut down. 
  1515.  
  1516.             <<=NOTE=>> This parameter can be removed if your
  1517.             system is not connected to a network. Leaving it
  1518.             in your config.sys file will NOT cause any problems.
  1519.  
  1520.  LAUNCHPAD: Restarts the new Lauchpad supplied with Warp3.
  1521.  
  1522.             <<=NOTE=>> This parameter can be removed if you don't
  1523.             want to autostart the launchpad.
  1524.  
  1525.  TOOLBAR: Restarts the new TOOLBAR (aka LAUCHPAD) supplied with Warp4.
  1526.  
  1527.             <<=NOTE=>> This parameter can be removed if you don't
  1528.             want to autostart the toolbar.
  1529.  
  1530.  WARPCENTER: Restarts the Warpcenter supplied new with Warp4
  1531.  
  1532.             <<=NOTE=>> can be removed if you don't want to 
  1533.             autostart the WarpCenter
  1534.  
  1535.             <<=TIP=>> It is reported that in some cases the 
  1536.             autostart of the WarpCenter by the config.sys crashes 
  1537.             the WPS. If this appears, delete WarpCenter, and
  1538.             make instead a reference in the autostart folder.
  1539.             See also the WarpCenter SET options in this file 
  1540.  
  1541.             <<=TIP=>> Don't use other activity monitors (e.g. like
  1542.             the one delivered with Describe, or Pulse) together with
  1543.             the enabled activity monitor in WarpCenter.
  1544. 
  1545. SET BA2_SCSI_LOGFILE=C:\SCSILOG.TXT  
  1546.  
  1547.  This will create with BackAgain/2 a logfile of scsi-related 
  1548.  messages. Good for testing errors.
  1549. 
  1550. SET BEGINLIBPATH=C:\OS2
  1551.  
  1552.  With Warp, IBM has introduced the ability to dynamically change
  1553.  LIBPATH using two new environment variables: BEGINLIBPATH and
  1554.  ENDLIBPATH. These commands are most useful in CMD or BATCH
  1555.  files, but can be used in your config.sys. Any directories that
  1556.  appear in the BEGINLIBPATH variable are searched before
  1557.  directories in LIBPATH, and directories that appear in the
  1558.  ENDLIBPATH variable are searched after those in LIBPATH.
  1559. 
  1560. SET BOOKSHELF=C:\OS2\BOOK
  1561.  
  1562.  This command points to the on-line documentation (INF files)
  1563.  provided with OS/2 or other OS/2 programs and is used by
  1564.  view.exe when. 
  1565.  
  1566.  <<=TIP=>> If you have a HPFS partition, copy all of your
  1567.  on-line documentation (INF files) to this partition. Then 
  1568.  change this parameter to reflect the new path. You will
  1569.  notice a substantial improvement in search speed since HPFS
  1570.  is much faster than FAT.
  1571.  
  1572.  <<=TIP=>> You can also start the inf-files by typing 'view *.inf'
  1573.  at the command-line (*=desired information file. If you set a
  1574.  parameter like e.g. SET PMREF=pm1+pm2+pm3 then 'view pmref' all
  1575.  three inf-files will be shown.
  1576. 
  1577. SET BUFFER=4096
  1578.  
  1579.  amount of memory (kB) for an utility used by TAR
  1580.  
  1581.  <<=NOTE=>> do not confuse with "BUFFERS"
  1582. 
  1583. SET CDFCDROMDIR=X:\DIRECTORY
  1584.  
  1585.  Needed setting if you want to speed up FixPak installation or setup
  1586.  a FixPak on a LAN drive for use by others (Redirected Install) 
  1587.  together with CSF (Corrective Service Facility). Indicates
  1588.  where the FixPak can be found.
  1589. 
  1590. SET C_INCLUDE_PATH=c:/emx/include
  1591.  
  1592.  Sets the path for EMX if you want to develop programs on a 
  1593.  drive different from the drive where emx is installed
  1594. 
  1595. SET COMSPEC=C:\OS2\CMD.EXE
  1596.   
  1597.  This line identifies what OS/2 command line shell is to be used
  1598.  and its location. In DOS, COMMAND.COM is equivalent to CMD.EXE.
  1599.   
  1600.  <<=TIP=>>  If you wish to run some other command line shell,
  1601.  such as 4OS2, change this and the SET OS2_SHELL=C:\OS2\CMD.EXE
  1602.  line, substituting the appropriate EXE file for CMD.EXE.
  1603. 
  1604. SET CONNECT_DASD=OFF
  1605.  
  1606.  Disables the test for free space during the installation
  1607. 
  1608. SET CONNECT_PREREQ=OFF
  1609.  
  1610.  Disables the check of installed software during installation
  1611. 
  1612. SET CONNECT_SNIFF=OFF
  1613.  
  1614.  NO Does the same as OFF
  1615.  
  1616.  Disables the recognition of network-cards during installation
  1617.  
  1618.  These settings are only useful for installing problems with warp4 
  1619.  and must be done in the config.sys on the installation diskettes
  1620. 
  1621. SET COPYFROMFLOPPY=1
  1622.  
  1623.  If OS/2 should install updated drivers during an installation from the 
  1624.  Installation disks and not from CD this statement must reside in the
  1625.  config.sys on Installationdisk 1
  1626. 
  1627. SET CPLUS_INCLUDE_PATH=c:/emx/include/cpp;c:/emx/include
  1628.  
  1629.  Necessary if you want to compile C++ programs with EMX
  1630. 
  1631. SET CSFUTILPATH=C:\CSF
  1632.  
  1633.  Needed setting if you want to speed up FixPak installation or setup
  1634.  a FixPak on a LAN drive for use by others (Redirected Install) 
  1635.  together with CSF (Corrective Service Facility).
  1636.  Indicates where you've installed the CSF files.
  1637. 
  1638. SET DELDIR=C:\PATH
  1639.  
  1640.  By default OS/2 puts a REM in front of the undelete directory 
  1641.  To use OS/2s UNDELETE command, you must first UNREM the
  1642.  SET DELDIR to store the deleted files.
  1643.  
  1644.  This command points OS/2 to the directory you (means the statement
  1645.  can point to ANY directory you want), or OS/2 by default created
  1646.  to place deleted files in. It also indicates the maximum K bytes of
  1647.  files that will be stored in the DELDIR directory. If the number of
  1648.  deleted files exceeds the maximum K bytes that you specified, then
  1649.  files are automatically removed from the directory on a
  1650.  first-in-first-out basis.
  1651.  
  1652.  <<=WARNING=>> Using this command will have an impact on system
  1653.  performance. File operations in particular will be slower.
  1654.  I don't recommend the use of DELDIR at all.
  1655.  
  1656.  <<=TIP=>> Better make use of the File Phoenix 1.35 by Joe 
  1657.  DiAdamo a FREE IBM EWS Tool.
  1658.  
  1659.  <<=TIP=>> There is also some Macintosh like Trashcans. One by
  1660.  Kai Sommerfeld (with sounds, bells and whistles), and FREE 
  1661.  ones by Andrea Henicke and Mark Kimes (unfortunately with 
  1662.  very ugly icons that can't be substituted, they also don't
  1663.  seem to work correct together with Warp 4)
  1664. 
  1665. SET CSFUTILPATH=C:\CSF
  1666.  
  1667.  Needed setting if you want to speed up FixPak installation or setup
  1668.  a FixPak on a LAN drive for use by others (Redirected Install) 
  1669.  together with CSF (Corrective Service Facility).
  1670.  Indicates where you've installed the CSF files.
  1671. 
  1672. SET DESKTOP=WPS_DIRECTORY
  1673.  
  1674.  Sets the path for the Desktop
  1675.  
  1676.  After rebooting run the following REXX script to make the
  1677.  necessary changes to the INI files (for working copy it into a
  1678.  file and name it e.g. Fixdesktop.cmd) :
  1679.  
  1680.  /*FIX BROKEN DESKTOP WITH ENVIRONMENT VARIABLE*/
  1681.     call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
  1682.     call SysLoadFuncs
  1683.     call SysSetObjectData value('DESKTOP',,'OS2ENVIRONMENT'),,
  1684.     'OBJECTID=<WP_DESKTOP>'
  1685.  EXIT
  1686.  
  1687.  <<=TIP=>> If the SET DESKTOP variable is not in your config.sys
  1688.  you can use this REXX script to fix a broken desktop (You have to edit
  1689.  line 4: insert instead of e.g.D:\DESKTOP the drive and directory
  1690.  where your Desktop resides, for working copy it into a
  1691.  file and name it e.g. Fixdesktop.cmd).
  1692.  
  1693.  /* FIX BROKEN DESKTOP*/
  1694.  call RxFuncAdd 'SYSLOADFUNCS', 'REXXUTIL', 'SYSLOADFUNCS'
  1695.  call SysLoadFuncs 
  1696.  call SysSetObjectData '<Desktop directory, e.g. D:\DESKTOP>', 
  1697.  'OBJECTID=<WP_DESKTOP>'
  1698.  SAY ' BROKEN DESKTOP FIXED.'
  1699.  EXIT
  1700.  
  1701.  <<=NOTE=>> For German users: Desktop is 'Arbeitsoberfläche', this
  1702.  is an exciting experiment in using 'German Umlauts' for an important
  1703.  part of an OS.
  1704. 
  1705. SET DIRCMD=/ON /P
  1706.  
  1707.  An undocumented command that is the OS/2 equivalent of the DIR
  1708.  command in DOS. Since DOS 5, you can tell DIR how to present
  1709.  file information. To do this in OS/2, use the DIRCMD command.
  1710.  For example: SET DIRCMD=/ON /P tells OS/2 to display the DIR 
  1711.  information in alpha order and place a pause at the end of each
  1712.  page.
  1713.  
  1714.  <<=NOTE=>> This is for OS/2 only. Set the DOS default in your
  1715.  AUTOEXEC.BAT file.
  1716.  
  1717.    Options include:
  1718.  
  1719.    /A list files with specific attributes. E.g. /AH list only 
  1720.       hidden files. Other options are S A & R. If you place a 
  1721.       negative (-) sign in front of your specified attribute, 
  1722.       all files will list except those with the attribute 
  1723.       specified. E.g. /A-H-S will display all files except 
  1724.       hidden and system files.
  1725.    /B list directories and files without heading and summary 
  1726.       information.
  1727.    /F list files with the full drive and path information. 
  1728.       Date, time and size are omitted.
  1729.    /L displays information in lowercase.
  1730.    /N lists files on a FAT drive in the same format used for a 
  1731.       HPFS drive, i.e. date, time, size, name.
  1732.    /O list files according to sort option specified. Sort 
  1733.       options are:
  1734.          G = Display directories first.
  1735.          N = alphabetise by file name
  1736.         -N = reverse-alphabetises by name
  1737.          E = alphabetise by extension
  1738.         -E = reverse-alphabetises by extension
  1739.          D = by date, oldest first
  1740.         -D = by date, newest first
  1741.          S = by file size, smallest first
  1742.         -S = by file size, largest first
  1743.    /P pauses after a full screen of files is listed.
  1744.    /R displays long file names if applicable.
  1745.    /V shows the size separated by a point e.g. 1000.000kb 
  1746.    /S searches and displays all directories.
  1747.    /W displays file names across the screen. Date, time and 
  1748.       size are omitted.
  1749.  
  1750.  <<=TIP=>> If you install Lotus SmartSuite 96 from a CDROM under WARP 4 
  1751.  it will hang at about 85%. You can load the word processor separately 
  1752.  but Freelance Graphics causes the hang. Lotus told that the cure was to
  1753.  REM out the SET DIRCMD= line in the config.sys, reboot, install, remove 
  1754.  the REM and reboot.
  1755. 
  1756. SET DISPLAY=hostname:0.0 
  1757.  
  1758.  This tells the X server where to display its wonders.
  1759.  One might think that of course it should be displayed 
  1760.  upon the screen attached to the video card of your PC and that
  1761.  is what OS/2 does. But remember that X was designed from the outset
  1762.  to be networked and makes no assumptions about where clients and
  1763.  servers are located. Normally, this should be set to the local host name
  1764.  with a :0.0 attached; this will do what you think should be done by default
  1765.  i.e. display on your monitor. You could have an IP address or full internet
  1766.  name instead of your hostname for remote display.
  1767.  Every X server has a display name of the form:   
  1768.  
  1769.       hostname:displaynumber.screennumber   
  1770.  
  1771.  The displaynumber and screennumber will change from :0.0 on multiuser,
  1772.  multidisplay systems.
  1773. 
  1774. SET DMIPATH=C:\DMISL\BIN
  1775.  
  1776.  Sets the Path for the Desktop Management Interface
  1777. 
  1778. SET DPATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;
  1779.   
  1780.  Tells OS/2 programs where to look for data files. It is similar to the
  1781.  DOS APPEND command, but unlike APPEND, DPATH only works with programs
  1782.  designed to use it.
  1783. 
  1784. SET DSPPATH=C:\MMOS2\DSP;
  1785.  
  1786.  An environment variable used by various sound devices that support
  1787.  digital signal processors (DSPs). This is a "path" statement. It
  1788.  tells the device where to retrieve DSP modules. If you don't have
  1789.  a sound device which supports DSP, like M-Audio adapter or the
  1790.  Sound Blaster 16 CSP, you can REM this line.
  1791. 
  1792. SET DSQCOMMTRACE=OFF
  1793.  
  1794.  setting by Lotus Smartsuite for Warp 4
  1795. 
  1796. SET DSSDIR=D:\LOTUSW4\ARBEIT\APPROACH
  1797.  
  1798.  setting by Lotus Smartsuite for Warp 4
  1799. 
  1800. SET DSSPATH=D:\LOTUSW4\APPROACH\
  1801.  
  1802.  setting by Lotus Smartsuite for Warp 4
  1803. 
  1804. SET ELSAGRADD1=P2
  1805.  
  1806.  setting for ELSA WINNER 2000/Office
  1807. 
  1808. SET ELSAGRADD2=P2ENDIVE
  1809.  
  1810.  setting for ELSA WINNER 2000/Office
  1811. 
  1812. SET EMXBOOK=emxdev.inf+emxlib.inf+emxgnu.inf
  1813.  
  1814.  Defines the books for emx. You also have to add the directory
  1815.  where the books reside - e.g. C:\emx\book - to the SET BOOKSHELF
  1816.  environment variable.
  1817. 
  1818. SET ENDLIBPATH=C:\OS2
  1819.  
  1820.  See BEGINLIBPATH=C:\OS2
  1821. 
  1822. SET ENSBROWSER=D:\PATH\yourbrowser.exe
  1823.  
  1824.  Sets the default browser for the EmTec Suite
  1825. 
  1826. SET EPFINSTDIR=C:\OS2\INSTALL\
  1827.  
  1828.  Sets the path for the IBM-Installer
  1829.  
  1830.  <<=TIP=>> Creat your own directory for the installer (e.g. SET EPFINSTDIR
  1831.  =X:\INI\) use not the default and move all files like epfi* to this
  1832.  directory. If you have to reinstall OS/2 there is a slick way to update or
  1833.  delete the programs who are using the IBM-Installer
  1834. 
  1835. SET EPMPATH=C:\OS2\APPS
  1836.  
  1837.  Replaced SET EPATH=C:\OS2\APPS in version 2.0. According to
  1838.  one source in IBM, EPMPATH is used by the Enhanced Editor
  1839.  (EPM.EXE) to locate its files.
  1840. 
  1841. SET FAX=D:\PATH\frec.cfg
  1842.  
  1843.  Default Frec assumes the configuration file is named FREC.CFG and
  1844.  located in the current directory. The setting can be used to define
  1845.  another path and file name.
  1846.  
  1847.  Frec is part of the FREE Fax***.lzh by Dr.Pollack, a complete command
  1848.  line faxing and answermachine solution.
  1849.  Available at http://www.buntspecht.de/fax/
  1850. 
  1851. SET GCCLOAD=n
  1852.  
  1853.  n=time in minutes
  1854.  
  1855.  When compiling projects with GCC consisting of many modules
  1856.  (such as libraries) under OS/2, you can speed up compilation
  1857.  if you have enough memory by keeping GCC in memory. 
  1858.  For example, to keep GCC in memory for 5 minutes, use
  1859. 
  1860. SET GCCOPT=-pipe
  1861.  
  1862.  Makes GCC use pipes instead of temporary files
  1863. 
  1864. SET GLOSSARY=C:\OS2\HELP\GLOSS;
  1865.  
  1866.  Tells OS/2 where Glossary and Master Help files are located.
  1867. 
  1868. SET GNUPLOT=D:\GNUPLOT
  1869.  
  1870.  Sets the path for Gnuplot also needed by e.g. Octave
  1871.  latest Version at: ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
  1872.  A version with mouse-support can be found at:
  1873.  http://www.sci.muni.cz/~mikulik/os2/gnuplot.html
  1874. 
  1875. SET GNUHELP=D:\GNUPLOT\GNUPLOT.GIH
  1876.  
  1877.  path to gnuplot help file, if not in same directory as exe file.
  1878. 
  1879. SET GRADD_CHAINS=ELSAGRADD1,ELSAGRADD2
  1880.  
  1881.  setting for ELSA WINNER 2000/Office
  1882. 
  1883. SET GREEXT=GRE2ELSA
  1884.  
  1885.  setting for ELSA WINNER 2000/Office
  1886. 
  1887. SET GS_LIB=D:/GSTOOLS/GS5.50/FONTS;C:/PSFONTS
  1888.  
  1889.  Sets the fontpath with Ghostscript. OS/2 comes with some Adobe
  1890.  Type Manager fonts. If you wish to use these with Ghostscript, 
  1891.  you should replace the FONTMAP file with FONTMAP.OS2, and add
  1892.  this environment variable.
  1893.  
  1894.  Ghostscript is a Postscript interpreter, needed for printing
  1895.  Postscript files on a NON-Postscript Printer, converting PS-Files
  1896.  (also to PDF :-) to be found at: http://www.cs.wisc.edu/~ghost/
  1897.  
  1898.  <<=NOTE=>> For easier printing of PDF-Files get the FREE PMPDF.PDR
  1899.  A PortDriver by Bart van Leeuwen (bart@netage.nl). Downloadable at
  1900.  ftp://ftp.netlabs.org/pub/tools/pmpdf/
  1901. 
  1902. SET GS_LOAD=10
  1903.  
  1904.  Setting for Ghostscript, determines how long GSOS2.EXE and 
  1905.  GSPMDRV.EXE will stay in memory for the number of minutes 
  1906.  specified in the environment variable
  1907. 
  1908. SET HELP=C:\OS2\HELP;C:\OS2\HELP\TUTORIAL;
  1909.  
  1910.  Tells OS/2 where the help files are located. OS/2 will only
  1911.  look for its help files in the path shown.
  1912. 
  1913. SET HELPNDX=FILE1.NDX+FILE2.NDX+...+FILEn.NDX 
  1914.  
  1915.  The HELPNDX variable points to the index files which 
  1916.  are used by the EPM editor and possibly by some 
  1917.  other programming editors. With EPM, you can mark 
  1918.  a keyword in your text and press CTRL + H. EPM 
  1919.  then searches the index files for the marked word 
  1920.  and if it is found, shows the online document for the 
  1921.  keyword. The index files must be in a path defined 
  1922.  by the BOOKSHELF or EPMPATH variable. 
  1923. 
  1924. SET HOME=D:\USER 
  1925.            
  1926.  This is to point to the home directory of the user, needed by XFree.
  1927.  X comes from a multiuser environment and uses each users home directory
  1928.  to store their individual program configuration and initialisation files.   
  1929. 
  1930. SET HTML_DBCSNETQ=NO
  1931. SET IKEYMAN_HOME=d:\util\dominogo\DLL
  1932. /* note: the DATA directory holds the index data */
  1933. SET EHSDATASRV=d:\util\NETQ\DATA
  1934. SET EHSDATACL=d:\util\NETQ\DATA
  1935. /* note: the WORK directory holds temporary files */
  1936. SET EHSWORKSRV=d:\util\NETQ\WORK
  1937. SET EHSWORKCL=d:\util\NETQ\WORK
  1938. SET EHSNLPSSRV=d:\util\NETQ
  1939. SET EHSNLPSCL=d:\util\NETQ
  1940. SET EHSSLICESIZE=10000000
  1941. SET EHSMAXINDEXES=16
  1942. SET EHSCCCFGFILE=NETQ.CFG
  1943. SET EHSCSCFGFILE=NETQ.CFG
  1944. SET WEBS_LANG=en_US
  1945. SET WEBS_LOCALES=d:\util\dominogo\DLL
  1946.  
  1947.  These are used by the Lotus Domino Go Webserver and IBM's Net.Question
  1948.  
  1949.  <<=TIP=>> See also SET IMNDATASRV=D:\netqos2\DATA.
  1950. 
  1951. SET HW_CURSOR=OFF
  1952.  
  1953.  Disables the hardware cursor.
  1954.  Useful if you have a black box cursor with some graphic cards.
  1955. 
  1956. SET IBMAV=C:\IBMAV;
  1957.  
  1958.  Sets the default path for IBMAV
  1959.  
  1960.  <<=NOTE=>> Updates are now (until 31.12.99) done by symantec, 
  1961.  http://www.symantec.com/avcenter/ibm/index.html
  1962. 
  1963. SET IBMWORKS_INI=C:\IBMWORKS
  1964.  
  1965.  IBM Works is a integrated package of programs including a word
  1966.  processor, database and spreadsheet which is included with OS/2
  1967.  Warp's BonusPak. This statement tells the system where the
  1968.  IBM Works' INI file is located.
  1969.   
  1970.  <<=TIP=>  Many Warp users who have installed IBMWORKS from the
  1971.  BonusPak report that system performance is greatly enhanced by
  1972.  running IWDEREG.CMD program contained in the IBMWORKS folder.
  1973.  This program deregisters IBMWORKS and releases a large amount
  1974.  of RAM back to your system. Yes, IBMWORKS will still work, but
  1975.  you may lose some functionality between applications.
  1976.  To do this in Warp 4, use the REXX script available at
  1977.  ftp://eepjm.newcastle.edu.au/freeware/IWDEREG.CMD
  1978.  To reregister simply run the ibmwdesk.cmd in the IBMWORKS
  1979.  directory (under Warp 3 and 4).
  1980.  
  1981.  <<=TIP=>> If you only need a PIM get the FREE IBM EWS
  1982.  Excal.zip, latest version is 3.0m
  1983. 
  1984. SET IMNDATASRV=D:\netqos2\DATA
  1985. SET IMNDATACL=D:\netqos2\DATA
  1986. SET IMNWORKSRV=D:\netqos2\WORK
  1987. SET IMNWORKCL=D:\netqos2\WORK
  1988. SET IMNNLPSSRV=D:\netqos2
  1989. SET IMNNLPSCL=D:\netqos2
  1990. SET IMNCCCFGFILE=NETQ.CFG
  1991. SET IMNCSCFGFILE=NETQ.CFG
  1992. SET IMQCONFIGSRV=D:\netqos2\INSTANCE
  1993. SET IMQCONFIGCL=D:\netqos2\INSTANCE\DBCSHELP
  1994. SET LITE_LOCALES=D:\netqos2
  1995.  
  1996.  The NetQ that comes with VAJava has this SET statements
  1997.  
  1998.  <<=TIP=>> By Ivan Kostvacs: I found that installing an instance of
  1999.  NetQ ruins previous instance(s),for example if I install IBM VAJava
  2000.  after DB2 UDB, the help won't work.
  2001.  The version of NETQ that comes with Aurora has not any info on these
  2002.  SET statements.
  2003. 
  2004. SET INCLUDE=X:\YOURCOMPILER\INCLUDE;.;
  2005.  
  2006.  needed by IBM resource compiler
  2007. 
  2008. SET INFOPATH=c:/emx/info
  2009.  
  2010.  Sets the INFOPATH environment variable in EMX
  2011. 
  2012. SET IPFC=C:\BC2\IPFC
  2013.  
  2014.  setting for reference Borland C++ 2.0
  2015. 
  2016. SET IPF_KEYS=SBCS
  2017.  
  2018.  The character set for most languages can be represented as data
  2019.  using an 8-bit byte since their characters sets are each less
  2020.  than 256 characters. These are called single-byte character sets
  2021.  (SBCS). Languages such as Japanese (Kanji), Korean and Chinese 
  2022.  (both Traditional and Simplified) can only be represented using
  2023.  two 8-bit bytes or 16-bits. These are double-byte character
  2024.  sets (DBCS).
  2025.  
  2026.  This command tells the Information Presentation Facility (INF
  2027.  and help files) which type of character set is being used, i.e.,
  2028.  Single or Double Byte Character Set. This is an environment
  2029.  variable. Removing it from my system did not seem to have any
  2030.  impact.
  2031. 
  2032. SET KEYS=OFF
  2033.  
  2034.  When using the command line, KEYS tells CMD.EXE whether to
  2035.  remember previous keystrokes so they can be recalled with the
  2036.  up arrow key. OS/2 maintains a 64k buffer for storing
  2037.  keystroke history. KEYS can be ON or OFF. To find out
  2038.  whether KEYS is on or off, simply type KEYS without a
  2039.  parameter from an OS/2 command prompt. To list all of
  2040.  KEYS commands, type KEYS LIST.
  2041.  
  2042.  <<=NOTE=>> With KEYS=ON, ANSI extended keyboard support in
  2043.  OS/2 sessions will be disabled by the system.
  2044. 
  2045. SET KILLFEATUREENABLED=1 
  2046.  
  2047.  See SET SCKILLFEATUREENABLED=1
  2048. 
  2049. SET LANG=en_US
  2050.  
  2051.  Sets up the language and the country for applications
  2052.  that are using Unicode character sets, also for applications
  2053.  with a runtime library that supports "locales".
  2054.  
  2055.  See OS/2 Reference Book for a complete list of available parameters
  2056. 
  2057. SET LIBRARY_PATH=C:/EMX/LIB
  2058.  
  2059.  Sets the path for EMX if you want to develop programs on a 
  2060.  drive different from the drive where emx is installed
  2061. 
  2062. SET LOGNAME=USER
  2063.  
  2064.  LOGNAME is there for the benefit of some programs that may
  2065.  need such settings. The documentation for XFreeOS/2 indicates
  2066.  that they may be used in the future. It should both be set to the 
  2067.  same name as SET USER.   
  2068. 
  2069. SET LOTUS_BROWSER=X:\PATH\BROWSER.EXE
  2070.  
  2071.  To make Lotus Freelance for Warp 4 use the web browser you want 
  2072.  you'll need to set this, otherwise Netscape will be used
  2073. 
  2074. SET LOTUS_CLS=D:\LOTUSW4\COMPNENT
  2075.  
  2076.  setting by Lotus Smartsuite for Warp 4
  2077. 
  2078. SET MAKESTARTUP=D:\EMX\ETC\dmake.ini
  2079.  
  2080.  Setting for dmake - a make program
  2081. 
  2082. SET MANPATH=D:/XFree86/man 
  2083.  
  2084.  This identifies the location of the man (manual) pages for XFree86.
  2085.  They can be displayed by the xman program. Man pages are
  2086.  brief and terse descriptions of the use of programs, generally
  2087.  describing the various invocation switches. They are part of the
  2088.  optional features of XFree86/OS2.
  2089. 
  2090. SET MC_LIBDIR=C:/usr/dat/mc
  2091.  
  2092.  Setting needed by the M(idnight)C(ommander)
  2093.  A FREE Norton Commmander Clone with some additional features
  2094. 
  2095. SET MENUSFOLLOWPOINTER=ON
  2096.  
  2097.  Enables cascading menus in WarpCenter like in Windows 95, since
  2098.  Fixpak 5 for Warp4.
  2099. 
  2100. SET MENUSTYLE=SHORT
  2101.  
  2102.  An formerly undocumented SET command which controls the amount
  2103.  of information presented to you when you activate a pop-up
  2104.  menu. For example, the standard pop-up menu on my OS/2
  2105.  desktop menu provides 13 menu items. With this SET
  2106.  command in config.sys, you only have 10 items. The items
  2107.  not presented are Help, Create Shadow, and Find.
  2108.  Since Warp 4 you can find this command in all object-settings
  2109.  notebooks.
  2110.  
  2111.  <<=TIP=>> A Great enrichment for the menus, and a lot of
  2112.  other useful enhancements can be achieved by using the
  2113.  FREE XFolder, by Ulrich Moeller, available at http://www2.rz.
  2114.  hu-berlin.de/~h0444vnd/os2.htm.
  2115. 
  2116. SET MGA=C:\MGA\OS2;
  2117.  
  2118.  The default installation directory for Matrox Video Cards
  2119. 
  2120. SET MMBASE=C:\MMOS2;
  2121.  
  2122.  Indicates the path to OS/2's multimedia programs.
  2123. 
  2124. SET MMBUF=49152
  2125.  
  2126.  Increases the size of the read buffer. The default is 32768.
  2127.  It can be set even higher, but movies will take longer to load.
  2128. 
  2129. SET MMSTREAM=/H:256
  2130.  
  2131.  This increases the heap space for the stream manager to 256K, which
  2132.  allows more movies to be open at once and may improve performance.
  2133.  The default is 64K, and 256K is the maximum.
  2134. 
  2135. SET NCDEBUG=4000
  2136.  
  2137.  In both Lotus 123 and Excel, users can record and play back audio
  2138.  and video annotations for specific cells. NCDEBUG is an environment
  2139.  variable required for this to work in older versions of Lotus 123.
  2140.  Excel does not need. If you do not have a need for this support,
  2141.  you may REM this line. Be also sure to delete this line if you remove
  2142.  MMOS.
  2143. 
  2144. SET NFFCTL=0
  2145.  
  2146.  Disable on-the-fly compression of files transferred with the File
  2147.  Transfer function of SystemView/2.
  2148. 
  2149. SET NFS.PERMISSION.BITS=775
  2150.  
  2151.  Setting for the Network file system NFS
  2152. 
  2153. SET NFS.PERMISSION.DBITS=775
  2154.  
  2155.  Setting for the Network file system NFS
  2156. 
  2157. SET NOWIN32LOG=1
  2158.  
  2159.  Quoting the README of the w32os204 package:
  2160.  Although the output generated in win32os2.log very useful for
  2161.  debugging, it slows things down quite a bit.
  2162.  You can disable it by adding the following variable to your
  2163.  environment: SET NOWIN32LOG=ANY VALUE
  2164. 
  2165. SET OBJECTSNOOZETIME=45                                  
  2166.  
  2167.  Useful when programming certain types of object DLLs. The
  2168.  default setting for the snooze time is 90 seconds. Unless you
  2169.  are programming your own Workplace Shell objects, you should
  2170.  not change the default setting. Whit this set to 0 objects
  2171.  are ALLWAYS IN MEMORY. This means as longer the WPS runs, the
  2172.  more memory will be used.
  2173. 
  2174. SET OBJC_INCLUDE_PATH=c:/emx/include
  2175.  
  2176.  Necessary if you want to compile programs with EMX written in
  2177.  the Objective C language
  2178. 
  2179. SET OBJD_AUTOTILENAV=1
  2180.  
  2181.  <<=TIP=>> By Frank Vos: Enables the use of two object navigators
  2182.  with Object Desktop in one window. You can also move files
  2183.  between two directories.
  2184. 
  2185. SET OCTAVE_HOME=C:/MATH/OCTAVE
  2186.  
  2187.  Setting for OCTAVE
  2188.  
  2189.  Octave is a Mathlab clone a high-level language for
  2190.  numerical computations by Klaus Gebhardt [TEAM OS/2]
  2191.  gebhardt@crunch.ikp.physik.tu-darmstadt.de
  2192. 
  2193. SET OCTAVE_INITFILE=octave.ini
  2194.  
  2195.   Setting for OCTAVE
  2196. 
  2197. SET OCTAVE_IMAGE_VIEWER=D:/PATH/YOUR_GRAPHIC_VIEWER
  2198.  
  2199.  Setting for OCTAVE
  2200. 
  2201. SET OCRNOTES=C:\Faxworks\Calera
  2202.   
  2203.  Supports the optical character reader software from Calera.
  2204. 
  2205. SET ODBC_PATH=C:\PATH\
  2206.  
  2207.  Sets the path for Open DataBase Connectivity.
  2208.  The odbcinst.ini lists the installed drivers and
  2209.  the odbc.ini lists the registered databases.
  2210.  
  2211.  <<=TIP=>> Some applications like Lotus Approach copy
  2212.  the odbcinst.ini and the odbc.ini to \OS2. If you have
  2213.  other database applications which are using this setting
  2214.  ODBC won't function correct. In this case 1. copy all listed
  2215.  applications with keys and values out of the odbcinst.ini
  2216.  in \OS2 into the odbcinst.ini in the path defined by the
  2217.  set command. You can use any ini-editor for this operation.
  2218.  2. to actualise the list of drivers copy all keys and values
  2219.  inside the 'application' ODBC Drivers from the odbcinst.ini
  2220.  out of the \OS2 directory into the odbcinst.ini in the directory
  2221.  defined by the SET command. 3. copy the updated odbcinst.ini to
  2222.  the \OS2 directory. 
  2223. 
  2224. SET OGL_BIT_COUNT
  2225.  
  2226.  used by OpenGL to replace the bits-per-pixel report from the
  2227.  graphics device driver. Primary use is for when 32 bpp(non-packed)
  2228.  setup actually reports 24 bpp (packed).Do not use them unless you
  2229.  are having trouble.
  2230. 
  2231. SET OGL_SCANLINE_SIZE 
  2232.  
  2233.  used by OpenGL to replace the scanline size report from
  2234.  the graphics device driver. Do not use them unless you are having trouble.
  2235. 
  2236. SET OGL_OVERRIDE_COLORS 
  2237.  
  2238.  used by OpenGL to override the PM colours in the colour
  2239.  palette. Only applicable when running in 8 bit. 
  2240.  Do not use them unless you are having trouble.
  2241. 
  2242. SET OS2_SHELL=D:\OS2\CMD.EXE /Parameter
  2243.  
  2244.  OS2_SHELL directs OS/2 to load the command line shell (CMD.EXE)
  2245.  when you ask for an OS/2 command line from the WPS. 
  2246.   
  2247.  <<=WARNING=>> Be careful with this line, OS/2 will not start 
  2248.  without it.
  2249.   
  2250.  <<=TIP=>> If you wish to run some other command line shell,
  2251.  such as 4OS2, change this line and the SET COMSPEC=C:\OS2\CMD.EXE
  2252.  line, substituting the appropriate EXE file for CMD.EXE.
  2253.  
  2254.  Parameters:
  2255.  
  2256.  /K C:\PROGRAM
  2257.  Starts cmd.exe together with a program (program could be any
  2258.  executable program).
  2259.  
  2260.  /S Disables CTRL+C. No interrupt for programs possible.
  2261.  
  2262.  /Q NO ECHO
  2263.  
  2264.  /C PROGRAM
  2265.  Starts a second command processor with a program. After execution of the
  2266.  program (e.g. DIR A:) return to the first command processor.
  2267. 
  2268. SET OS=OS2
  2269.  
  2270.  Setting for dmake - a make program
  2271.  
  2272.  Ariel Shkedi <ars@ziplink.net>
  2273. 
  2274. SET OSENVIRNOMENT=emx
  2275.  
  2276.  Setting for dmake - a make program
  2277. 
  2278. SET OSRELEASE=4.0
  2279.  
  2280.  Setting for dmake - a make program
  2281. 
  2282. SET PATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;
  2283.  
  2284.  Just like in DOS, it tells OS/2 where to find programs. For DOS
  2285.  sessions, set the PATH in your Autoexec.bat file.
  2286.  
  2287.  <<=TIP=>> make sure that changes made to your config.sys are also 
  2288.  changed in the autoexec.bat
  2289.   
  2290.  <<=WARNING=>> Your path statement should contain at least the
  2291.  following directories: \OS2, \OS2\SYSTEM and - if you want to
  2292.  execute DOS-Sessions - \OS2\MDOS.
  2293.  
  2294.  <<=TIP=>> In Warp4 without fixpak peerinst.exe doesn't work
  2295.  correct if the path exceeds 256 Characters, if this happens
  2296.  make a copy of your config.sys and shorten the path temporarily
  2297. 
  2298. SET PGPPATH=C:\PGP
  2299.  
  2300.  Setting by Pretty Good Privacy Ver. 5.0 GA
  2301.  available at: http://www.openpgp.net
  2302. 
  2303. SET PILOTRATE=XXXX
  2304.  
  2305.  To increase the communications speed between your computer and the
  2306.  PalmPilot, where xxxxx is 19200, 38400, 57600 baud.
  2307.  Some computers may have problems with 57600, 38400 is recommended.
  2308.  
  2309.  Setting by Port of Pilot Link for OS/2 using the EMX compiler.
  2310.  Pilot Link's offical home is at ftp://ryeham.ee.ryerson.ca/pub/PalmOS/.
  2311. 
  2312. SET PLPLOT_LIB=C:\PLOT\PMPLOT
  2313.  
  2314.  Setting by PMPLOT, a FREE Plotting Program on base of PLPLOT
  2315.  ported by Lars Enghardt (lars.enghardt@dlr.de)
  2316. 
  2317. SET PMASPLA_DLL=PMASD118;PMASVSOP;PMASELP
  2318.  
  2319.  Setting by PmAs (PM-Astonomy) Ver. 1.10, speeds up some calculations
  2320.  
  2321.  PmAs is developed by Cornelius Bockemuehl (cbockern@datacomm.ch) and
  2322.  for private and scientifc use freely available at http://www.datcomm.ch/cobo
  2323. 
  2324. SET PM_ASYNC_FOCUS_CHANGE=ON | ON x | OFF
  2325.  
  2326.  WARP 3 only, 
  2327.  
  2328.  <<=ATTENTION=>> in Warp 4 these settings can be found under [System Setup,
  2329.  System] on your Desktop. Together with Warp 4 this setting should not 
  2330.  appear in your config.sys.
  2331.  
  2332.  The "SIQ" feature is new with FixPak 17. It allows the user to
  2333.  take focus away from an application that is monopolising the message
  2334.  queue. When the FixPak is installed, the SIQ feature is disabled
  2335.  (OFF).
  2336.  The parameters to the SET command are:
  2337.  
  2338.  The default is OFF (disabled).
  2339.  
  2340.  To turn it on (enable) put the following in the CONFIG.SYS file and
  2341.  reboot:
  2342.  
  2343.  SET PM_ASYNC_FOCUS_CHANGE=ON
  2344.  
  2345.  To change the timeout value put the following in the CONFIG.SYS file
  2346.  and reboot:
  2347.  
  2348.  SET PM_ASYNC_FOCUS_CHANGE=ON x
  2349.  
  2350.  where x is in milliseconds (default is 2000 (2 seconds))
  2351. 
  2352. SET PM_DYNAMIC_DRAG=ON
  2353.  
  2354.  Warp 3 only (since FixPak 17), in Warp 4 these settings can be 
  2355.  found under [System Setup, System] on your Desktop
  2356.  
  2357.  Enables (=ON) or disables (=OFF, default) the full window drag
  2358.  for PM windows. Don't use it with slow graphic cards.
  2359. 
  2360. SET PMREF=PMFUN.INF+PMGPI.INF+PMHOK.INF+PMMSG.INF
  2361.           +PMREL.INF+PMWIN.INF+PMWKP.INF
  2362.  
  2363.  setting for reference Borland C++ 2.0
  2364. 
  2365. SET PROGREF20=GUIREF20.INF
  2366.  
  2367.  setting for reference Borland C++ 2.0
  2368. 
  2369. SET PROTODIR=c:/emx/include/cpp/gen
  2370.  
  2371.  With EMX the genclass utility needs this environment variable
  2372. 
  2373. SET PWRCHUTE=C:\PWRCHUTE
  2374.  
  2375.  Sets the path for the Powerchute Pro APC UPS
  2376.  
  2377.  <<=NOTE=>> Make sure that upsd.exe is in your STARTUP.CMD
  2378.  If you have a LAN the following line must be in your
  2379.  IBMLAN.INI under [services]: ups=c:\pwrchute\upsd.exe, add
  2380.  net start ups to your STARTUP.CMD.
  2381. 
  2382. SET PROMPT=$E[1;33m[$P]$G
  2383.  
  2384.  Like the same DOS command, this line sets how your OS/2 command
  2385.  prompt will appear. (This is for OS/2 only. Set the DOS PROMPT 
  2386.  default in your AUTOEXEC.BAT file.)  In the setting shown here,
  2387.  the command prompt will appear showing the current directory of
  2388.  the default drive enclosed in [] followed by the greater than
  2389.  symbol, i.e. [C:\]>. Having brackets [] around the drive and
  2390.  directory information lets you quickly know when you are at an
  2391.  OS/2 command line verse a DOS command line. 
  2392.  
  2393.  If you type PROMPT without a parameter, OS/2 will return its 
  2394.  default prompt.
  2395.  
  2396.  Options include:
  2397.  
  2398.      $A = will substitute the '&' character
  2399.      $B = The | character
  2400.      $C = The open parenthesis (
  2401.      $D = Current date
  2402.      $E = ASCII code 27 (escape) so you can work with ANSI.
  2403.           See <<=TIP=>> below.
  2404.      $F = The close parenthesis )
  2405.      $G = The "greater than" > symbol
  2406.      $H = BACKSPACE over the previous character
  2407.      $I = Turns help line on
  2408.      $L = The "less than" < character
  2409.      $N = Default drive
  2410.      $P = Current directory of default drive
  2411.      $Q = The equal = character
  2412.      $R = will substitute the returncode for the previous command
  2413.      $S = The space character
  2414.      $T = Current time
  2415.      $V = OS/2 version number
  2416.      $_ = Carriage return or line feed
  2417.  
  2418.  <<=TIP=>> You can also add ANSI control sequences to your
  2419.  prompt. For example, to help me know visually whether I'm
  2420.  working with an OS/2 command line, I've add $E[1;33m to my
  2421.  prompt line, i.e. SET PROMPT=$E[1;33m[$P]$G. This sets text
  2422.  to display in bold yellow characters. SET PROMPT=$E[30;47m
  2423.  $E[K[$P] deletes the settings done by other programs and sets
  2424.  text to display black on white.
  2425. 
  2426. SET QUEUE_SIZE_THRESHOLD=x 
  2427.  
  2428.  Warp3 only (since FixPak 17)
  2429.  
  2430.  puts the size of the message queue to x. Default was 100 prior
  2431.  to Fixpack #17, and 3000 from it. 
  2432. 
  2433. SET RESTARTOBJECTS=YES
  2434.   
  2435.  This command tells OS/2 what applications to start after you
  2436.  suspend operations with or without doing a shut down. If this
  2437.  statement is not in your config.sys, then the default is YES,
  2438.  i.e., start all objects that were running at the time of shut
  2439.  down or reboot. Other options are:
  2440.  
  2441.   NO = do not start any applications that were running at time 
  2442.        of shut down or reboot. 
  2443.   
  2444.   STARTUPFOLDERSONLY = start objects only in the Startup 
  2445.        folder. This parameter is also handy for another
  2446.        purpose. Lets assume you have one or more programs in
  2447.        your Startup folder and do a shut down without closing
  2448.        those programs. If you have Restartobjects set to yes,
  2449.        OS/2 will restart the programs left open AND the Startup 
  2450.        folder will start another copy of the same programs.
  2451.        Thus you will have two copies running. Using this
  2452.        parameter eliminates this.
  2453.  
  2454.   REBOOTONLY = Start objects only if the OS/2 WPS is starting 
  2455.        from a reboot (Ctrl-Alt-Del) or at power on. Objects 
  2456.        will not restart if the WPS is restarted as a result of 
  2457.        its own error correction recycling.
  2458.   
  2459.  <<=TIP=>> You can also circumvent the auto-starting of
  2460.  programs by holding down Left/Ctrl-Left/Shift-F1 all at the
  2461.  same time during boot. It must be done right after the clock
  2462.  appears just before the desktop loads, but before any icons
  2463.  appear.
  2464. 
  2465. SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  2466.   
  2467.  This line tells the system what interface program is to be
  2468.  used. In this case it is the Workplace Shell.
  2469.   
  2470.  <<=TIP=>> If you want to run OS/2 with only a command line 
  2471.  interface, you can do so by changing this line to read 
  2472.  SET RUNWORKPLACE=C:\OS2\CMD.EXE. This brings OS/2 up without
  2473.  the WPS and gives you one screen session. You can start other 
  2474.  sessions using the START or DETACH command. Otherwise,
  2475.  operated just like you were in DOS. If you have started more
  2476.  than one session, switch between them using Alt+Esc. For those
  2477.  who want the power of OS/2 and like to work only from a command
  2478.  line, give this a try.
  2479.   
  2480.  <<=TIP=>> By Ulrich Moeller: You can perform a "shut down"
  2481.  from a command line. To do a shut down type SHUTDOWN and
  2482.  press enter. This starts the WPS. Once the WPS is open,
  2483.  you'll be asked to close all sessions and if you really
  2484.  want to shutdown. This command is also helpful if you are
  2485.  writing WPS-Programs and if you want to test WPS-DLLs.
  2486.  So you can easily restart the WPS by typing PMSHELL at the
  2487.  command-line. When you switch back to the commmand-line and
  2488.  press CTRL+C the WPS will be closed. 
  2489.  
  2490.  <<=TIP=>> MSHELL.EXE is another alternative. It is a simple
  2491.  mini shell for OS/2 that uses the replaceable shell 
  2492.  architecture of the WPS. MSHELL is a program launcher which
  2493.  provides one list of programs to start. This list can be
  2494.  modified by creating a plain text file called MSHELL.INI. In
  2495.  addition to starting programs, MSHELL can save the desktop,
  2496.  interact with the spooler, and do a system shut down.
  2497.  MSHELL is IBM Employee Written Software. 
  2498. 
  2499. SET SANE_CONFIG_DIR=D:\OS2SANE
  2500.  
  2501.  Points to the installation directory of the OS/2 SANE driver
  2502.  (Scanner Access Now Easy) http://www.mostang.com/sane for information; 
  2503.  http://www.geocities.com/SiliconValley/Peaks/4320/sane2.html for the
  2504.  OS/2 binaries.   
  2505. 
  2506. SET SCCANBENUKED=1
  2507.  
  2508.  Enables the deleting of the Warpcenter Icon.
  2509.  
  2510.  <<=TIP=>> This REXX-Script re-establishes the Icon if it is deleted, 
  2511.  
  2512.  /* Recreate Warpcenter */
  2513.  call RxFuncAdd 'SysLoadFuncs',,
  2514.      'RexxUtil', 'SysLoadFuncs'
  2515.      call SysLoadFuncs
  2516.  
  2517.  /*Code*/
  2518.  rc = SysCreateObject("SmartCenter", "WarpCenter", "<WP_OS2SYS>",
  2519.  "OBJECTID=<WP_WARPCENTER>","F")
  2520.  if rc = 0 then
  2521.  say "New WarpCenter Created."
  2522.  else say "Warpcenter creation failed! RC=" rc 
  2523.  
  2524.  <<=TIP=>> You can also use the FREE tool 'ObjectReCreator'
  2525.  by Kai Evers available at http://www1.stuttgart.netsurf.de/~kevers/.
  2526.  It can recreate all standard Desktop Objects who are lost or deleted
  2527. 
  2528. SET SCKILLFEATUREENABLED=1
  2529.  
  2530.  ON, does the same as 1
  2531.  
  2532.  Allows to kill misbehaving programs with a Ctrl/left click on the
  2533.  WarpCenter task list (second button from the left)
  2534. 
  2535. SET SCFINDUTILITY=C:\OS2\APPS\PMSEEK.EXE
  2536.  
  2537.  Replaces 'find objects' in WarpCenter by a faster and more useful
  2538.  program
  2539. 
  2540. SET SCKILLCONFIRMDISABLED=1
  2541.  
  2542.  ON does the same as 1
  2543.  
  2544.  Disables the security question for the kill feature in Warpcenter
  2545.  use with care !
  2546. 
  2547. SET SCPRETTYCLOCK=1
  2548.  
  2549.  ON does the same as 1
  2550.  
  2551.  Changes the appearance of the WarpCenter clock
  2552. 
  2553. SET SHAPIEXCEPTIONHANDLER=OFF                     
  2554.  
  2555.  This command disables the WPS API exception handler, and all
  2556.  WPS exceptions are handled by OS/2.
  2557. 
  2558. SET SHELLHANDLESINC=nn
  2559.  
  2560.  This will increase the number of available filehandles, default 20, for
  2561.  the SHELL process with the specified number 'nn'.
  2562.  
  2563.  This setting is also inherited by child-processes and can avoid some
  2564.  out-of-handles errors.
  2565.  
  2566.  <<=Note=>> This became more important because the later (Workplace) shell
  2567.  keeps more handles open for its own use, leaving less for started processes
  2568.  to open. This has caused problems in several compiler/build environments.
  2569. 
  2570. SET SHELLEXCEPTIONHANDLER=OFF
  2571.                             
  2572.  The WPS has its own exception handling routines which allow it
  2573.  to recover from most errors, but when programming your own
  2574.  objects, you want to see all errors as they occur. You can turn
  2575.  WPS "exception handling" off with this command. Could be useful
  2576.  when debugging a Workplace Shell object.
  2577. 
  2578. SET SOMBASE=C:\OS2
  2579.  
  2580.  setting used by Lotus Smartsuite for Warp 4, the Toolkit and VAC++ 3.0.
  2581. 
  2582. SET SOMDDIR=C:\OS2\ETC\DSOM
  2583.  
  2584.  SOM is an acronym for IBMs System Object Model. OS/2s object
  2585.  orientation is based upon this technology and in Warp, the
  2586.  Workplace Shell is built on SOM Version 2 with Distributed
  2587.  SOM enabled. This SET statement sets the path to the DSOM
  2588.  directory.
  2589. SET SOMIR=C:\OS2\ETC\SOM.IR;C:\OS2\ETC\WPSH.IR;C:\OS2\ETC\WPDSERV.IR;SOM.IR
  2590.  
  2591.  SOMIR is an acronym for IBM's System Object Model Interface Repository.
  2592.  These are the databases of all installed Classes and Methods etc.
  2593.  OS/2s object orientation is based upon this technology and in Warp, the
  2594.  Workplace Shell is built on SOM Version 2 with Distributed
  2595.  SOM enabled. This SET statement sets the path to various IR
  2596.  files.
  2597. 
  2598. SET SOMDTHREADPEER=1
  2599.  
  2600.  setting by Lotus Smartsuite for Warp 4
  2601. 
  2602. SET SOMRUNTIME=C:\OS2\DLL
  2603.  
  2604.  setting used by Lotus Smartsuite for Warp 4, the Toolkit and VAC++ 3.0.
  2605.  
  2606.  <<=TIP=>>If you experience intermittent hangs of your system, check your
  2607.  LIBPATH statement in CONFIG.SYS to see if SOM.DLL is in a directory other
  2608.  than, and ahead of, OS2\DLL. If yes, either change the LIBPATH statement
  2609.  to move the directory after OS2\DLL or try renaming SOM.DLL to SOM.DLO.
  2610.  One known cause of this is VisualAge C++. It has a version of SOM.DLL in
  2611.  its DLL library and the installation puts this library ahead of OS2\DLL
  2612.  in the LIBPATH statement.
  2613. 
  2614. SET SPCH_MAINLANG=XX_XX
  2615.  
  2616.  Sets the desired language for voicetype if there are more 
  2617.  languages installed. See also SET LANG
  2618. 
  2619. SET SQUID_DIRECTORY=C:\SQUID
  2620.  
  2621.  environment variable as the default root of squid tree
  2622.  for the FREE Squid caching proxy server
  2623.  
  2624.  <<=NOTE=>> 32Mb or more of RAM, SCSI hard disk and HPFS386 are highly
  2625.  recommended.
  2626. SET SYSTEM_INI=C:\OS2\OS2SYS.INI
  2627.  
  2628.  Tells OS/2 the name and location of OS2SYS.INI. This file
  2629.  tells OS/2 what kind of equipment your system uses. NOTE:
  2630.  OS2SYS.INI is a critical files and should not be deleted or
  2631.  modified. It is not an ASCII file. You should consider backing
  2632.  up this file with the FREE WPTOOLS by Henk Kelder. You can also use
  2633.  MAKEINI.EXE, which ships with OS/2, to build a new set of INI files.
  2634.  See your OS/2 documentation on how to do this.
  2635.  
  2636.  This file remains open the entire time the Presentation Manager is
  2637.  loaded and operating. It closes upon shut down.
  2638.  
  2639.  <<=NOTE=>> See the cm2.inf for FREE INI-maintenance programs.
  2640.  
  2641.  <<=TIP=>> You can also make a separate directory for your 
  2642.  OS2SYS.ini, e.g. SET SYSTEM_INI=C:\INI\OS2SYS.INI, useful for
  2643.  reinstallation's etc.
  2644. 
  2645. SET TAPE=SCSI:+LB,S2,TAPE$4
  2646.  
  2647.  default settings for TAR
  2648. 
  2649. SET TAR_COMPRESS=GZIP
  2650.  
  2651.  name of the compression program used by TAR
  2652. 
  2653. SET TELNET.PASSWORD.ID=XYZ
  2654.  
  2655.   Sets your Telnet Password
  2656. 
  2657. SET TEMP=C:\TEMP
  2658.  
  2659.  Sets the directory for temporary files
  2660. 
  2661. SET TERM=mono or ansi
  2662.  
  2663.  For using GDB (the GNU debugger) and info (the GNU info browser)
  2664.  and other programs like e.g. XFREE that use termcap
  2665.  This setting is needed by some programs. It sets the "preferred terminal
  2666.  type for the xterm or editor to be used". As you will find out,
  2667.  a xterm is a command line window in X, equivalent to an OS/2 window 
  2668.  session. Other term types are available; they are described in your
  2669.  termcap file.   
  2670. 
  2671. SET TERMCAP=D:/XFree86/lib/X11/etc/termcap.x11 
  2672.  
  2673.  This is the "terminal capabilities" file that is searched to
  2674.  determine the settings for the terminal type indicated in the 
  2675.  SET TERM variable. You will also have one (named termcap.dat)
  2676.  in \emx\etc. Either can be used. They are text files; have a look
  2677.  in them to see what terminal types are available. Not all may work in 
  2678.  XFree86/OS2 as they may depend upon a DOS driver.   
  2679. 
  2680. SET TERMCAP=c:/emx/etc/termcap.dat
  2681.  
  2682.  For using GDB (the GNU debugger) and info (the GNU info browser)
  2683.  and other programs that use termcap
  2684. 
  2685. SET TMP=C:\TEMP
  2686.  
  2687.  Sets the directory for temporary files
  2688. 
  2689. SET TMPDIR=C:/TEMP
  2690.  
  2691.  Temp used for GCC (regard the slash instead of a backslash).
  2692. 
  2693. SET TRIDENT_ENDIVE=OFF
  2694.  
  2695.  Disables endive with TRIDENT graphics chips
  2696. 
  2697. SET TZ=CET-1CDT,3,-1,0,7200,10,-1,0,10800,3600
  2698.  
  2699.  Sets the Timezone correctly for Germany with daylight savings
  2700.  
  2701.  The complete variable is: SET TZ=SSS[+|-]nDDD[,sm,sw,sd,st,em,ew,
  2702.  ed,et,shift]
  2703.  
  2704.  SSS   Standardtimezonedescriptor, default EST
  2705.        positive values are west of 0 degree length
  2706.        negative values are east of 0 degree length
  2707.  
  2708.  n     Difference to Greenwich Mean Time in Hours, default 5
  2709.  
  2710.  DDD   Daylightsavingsdescriptor, default EDT
  2711.  
  2712.  sm    Month in which Summer Time starts, default 4
  2713.  
  2714.  sw    Week in which Summer Time starts, default 1
  2715.        positive values are counted from the beginning
  2716.        negative values are counted from the end of the month
  2717.  
  2718.  sd    Day at which Summer Time starts, default 0
  2719.        0 is Sunday ( 1 Monday ...) if the week is
  2720.        unequal zero (0), when the week is zero
  2721.        it counts the day of the month (1 to 31).
  2722.  
  2723.  st    Time of Summer Time start in seconds, default 3600
  2724.  
  2725.  em    Month in which Summer Time ends, default 10
  2726.  
  2727.  ew    Week in which Summer Time ends, default -1
  2728.        see sw for description
  2729.  
  2730.  ed    Day at which Summer Time end, default 0
  2731.        see sd for description
  2732.  
  2733.  et    Time of Summer Time end in seconds, default is 7200
  2734.  
  2735.  shift Size of the Time shift in seconds, default 3600
  2736.  
  2737.  <<=TIP=>> If you need a clock showing the time and the correct 
  2738.  Timezone Settings for nearly all cities in the world (plus many
  2739.  more goodies), get the FREE Worldclock by Goran Ivankovics
  2740.  downloadable at: http://members.tripod.com/~Goran_Ivankovic/
  2741. 
  2742. SET ULSPATH=C:\LANGUAGE;
  2743.  
  2744.  Sets the path for unicode language files and for applications
  2745.  with a runtime library supporting "locales".
  2746.  
  2747.  <<=TIP=>> By Bob Goode: If you use Communicator 4.04 and you get
  2748.  a 'no DNS entry' putting a space after the semicolon should 
  2749.  resolve the problem.
  2750. 
  2751. SET USER_INI=C:\OS2\OS2.INI
  2752.  
  2753.  Tells OS/2 the name and locations of the file that contains
  2754.  your desktop setup information and the options saved from
  2755.  various OS/2 applications. OS2.INI is the default file name. 
  2756.  
  2757.  <<=NOTE=>> OS2.INI is a critical file for the proper operation
  2758.  of OS/2 and should not be deleted or modified. It is not an
  2759.  ASCII file and, if it should become damaged, cannot be modified
  2760.  with an ASCII editor. You should consider backing up this file with
  2761.  the FREE WPTOOLS by Henk Kelder. You can also use MAKEINI.EXE, which
  2762.  ships with OS/2, to build a new set of INI files. See your OS/2
  2763.  documentation on how to do this.
  2764.  
  2765.  <<=NOTE=>> See the cm2.inf for FREE INI-maintenance programs.
  2766.  
  2767.  <<=TIP=>> You can also make a separate directory for your OS2.ini,
  2768.  e.g. SET USER_INI=C:\INI\OS2.INI, useful for reinstallation's etc.
  2769. 
  2770. SET VIDEO_APERTURE=xxx
  2771.  
  2772.  This command allows you to set the address for video memory
  2773.  refresh buffers, where xxx is a hexadecimal number. E.g. for
  2774.  PCI A00
  2775. 
  2776. SET VIDEO_DEVICES=VIO_MGA
  2777.  
  2778.  These settings are for a Matrox video card
  2779. 
  2780. SET VIDEO_DEVICES=VIO_SVGA
  2781.  
  2782.  These settings are for a SVGA video card.
  2783. 
  2784. SET VIDEO_DEVICES=VIO_VGA
  2785.  
  2786.  These settings are for a VGA video card.
  2787. 
  2788. SET VIO_MGA=DEVICE(BVHVGA,BMGAX64)
  2789.  
  2790.  These settings are for a Matrox video card
  2791. 
  2792. SET VIO_SVGA=DEVICE(BVHVGA, BVHSVGA)
  2793.       
  2794.  These settings are for a SVGA video card.
  2795. 
  2796. SET VIO_VGA=DEVICE(BVHVGA)
  2797.  
  2798.  These settings are for a VGA video card.
  2799. 
  2800. SET X11SHELL=C:\OS2\CMD.EXE
  2801.  
  2802.  This identifies the shell or command interpreter to be used
  2803.  with XFree86/OS2. If you are using the default CMD.EXE as your
  2804.  OS/2 shell, this line isn't needed. Other shells that can be specified
  2805.  here are tcsh and ksh. Unfortunately 4OS2 doesn't work as a shell for
  2806.  XFree86/OS2.
  2807. 
  2808. SET X11ROOT=D: 
  2809.  
  2810.  This is an essential setting, pointing to the location of the
  2811.  \XFree86 directory. The recommended configuration is to have
  2812.  \XFree86 as a subdirectory directly off the root directory; in which
  2813.  case, the X11ROOT variable should point to the drive where XFree86/OS2
  2814.  is installed. It is possible to have \XFree86 elsewhere 
  2815.  (e.g. D:\unix\emx\X\XFree86 with X11ROOT set to D:\unix\emx\X) but this
  2816.  isn't recommended as it may confuse some poor programs that assume the
  2817.  standard installation tree.   
  2818. 
  2819. SET XSERVER=X:/XFree86/bin/XF86_SVGA.EXE
  2820.  
  2821.  This is the hardware dependent portion of X as it identifies the
  2822.  specific X server to use with your hardware.
  2823.  You should set this to the specific server that supports your video
  2824.  card, this will be identified when you run the xf86config.exe program.
  2825.  The SVGA server is somewhat misnamed now as it is almost a catchall server
  2826.  for many video cards (e.g. from Matrox). You can find out which particular
  2827.  server you need to install from the xf86config program. Note that SVGA does
  2828.  not mean unaccelerated.   
  2829. 
  2830. SET EHSDATASRV=C:\DOMINO\NETQ\DATA
  2831. SET EHSDATACL=C:\DOMINO\NETQ\DATA
  2832. SET EHSWORKSRV=C:\DOMINO\NETQ\WORK
  2833. SET EHSWORKCL=C:\DOMINO\NETQ\WORK
  2834. SET EHSNLPSSRV=C:\DOMINO\NETQ
  2835. SET EHSNLPSCL=C:\DOMINO\NETQ
  2836. SET EHSSLICESIZE=10000000
  2837. SET EHSMAXINDEXES=16
  2838. SET EHSCCCFGFILE=NETQ.CFG
  2839. SET EHSCSCFGFILE=NETQ.CFG
  2840. SET WEBS_LOCALES=C:\DOMINO\DLL
  2841.  
  2842.  settings included from the Lotus "Domino W3-Server" install 
  2843.  if anybody can tell more, please do so. Thanks
  2844. 
  2845. -----------------------------------------------------------------
  2846. 4. DEVICES
  2847. 
  2848.  
  2849.  BASEDEV installs a base device driver used by OS/2 when it is first
  2850.  started. The statement cannot contain either a drive or path 
  2851.  because OS/2 cannot process such information at the stage at which 
  2852.  these statements are loaded. These base device drivers include
  2853.  (not all delivered or available drivers are listed, but I've included
  2854.  most common and all additionally basedev's of the fixpaks):
  2855.  
  2856.  The basedev's are loaded according to their extensions in the
  2857.  following order:
  2858.  
  2859.  SYS
  2860.  BID
  2861.  VSD
  2862.  TSD
  2863.  ADD
  2864.  I13
  2865.  FLT
  2866.  DMD
  2867.  
  2868.  This means all basedevices with the extension SYS are loaded first and
  2869.  those with DMD last. This could also the reason for some trouble you
  2870.  might have.
  2871.  
  2872.  For Warp 3 and 4 BASEDEV's must reside either in the root or in the
  2873.  \os2\boot directory. A rule IBM itself disregards e.g. with the IBM
  2874.  Thinkpad drivers. They are installed in \os2. If BASEDEVICE Drivers
  2875.  are not in these three directories (\;\os2;\os2\boot;) they will fail
  2876.  to work. In General it is recommended to copy all BASEDEVICE Drivers
  2877.  ONLY to your \os2\boot directory. If any installation routine copies
  2878.  them to another place please move them to \os2\boot.
  2879.  
  2880.  <<=TIP=>> You can identify Driver failures by pressing ALT F2 during
  2881.  boot as long as the screen displays OS/2 in the upper left corner.
  2882.  
  2883.  <<=TIP=>> Adding the /V (=Verbose) parameter to drivers could tell
  2884.  you some useful information. Example BASEDEV=IBM1S506.ADD /V
  2885.  
  2886.  <<=TIP=>> Updated and new drivers can be found at:
  2887.  http://service.software.ibm.com/os2ddpak/html/ or at your
  2888.  hardware vendors site.
  2889. 
  2890. BASEDEV=AHA152X.ADD
  2891.  
  2892.  supports SCSI on Adaptec 152x/1510 controllers.
  2893.  
  2894.  <<=TIP=>> If you are using an Adaptec SCSI Card you can also use
  2895.  BASEDEV=AHA152X.ADD /V /F:x to force the target SCSI ID x. The host
  2896.  adapter will assume that the target ID x is connected to SCSI Bus.
  2897. 
  2898. BASEDEV=AHA154x.ADD
  2899.  
  2900.  supports SCSI on Adaptec 1540/1542 controllers.
  2901.  
  2902.  <<=TIP=>> By Prof. C.W. Fischer Physics Department Director
  2903.  CPES Micro-Computer Lab. Users may be interested in a undocumented
  2904.  parameter on the Adaptec AHA154x.add file i.e /DBUFF. Anyone using
  2905.  this SCSI adapter will loose access to RAM above 16M. 
  2906.  It's a Bus mastering problem on ISA (thanks to Steven Levine).
  2907. 
  2908. BASEDEV=AIC78U2.ADD 
  2909.  
  2910.  supports SCSI on Adaptec 78U2 controllers (e.g. AHA-2940U2W)
  2911.  
  2912.  For Parameters see AIC7870.ADD
  2913. 
  2914. BASEDEV=AIC7870.ADD 
  2915.  
  2916.  supports SCSI on Adaptec 7870 Ultra Scsi controllers (e.g. AHA-2940)
  2917.  or earlier
  2918.  
  2919.  Universal Parameters:
  2920.  
  2921.  /ET -- Allow embedded targets.  This parameter indicates that the ADD
  2922.       should assume that all targets have more than one logical unit (LUN)
  2923.       defined.
  2924.  
  2925.  /!ET -- Do not allow embedded targets (DEFAULT). This parameter indicates
  2926.       that the ADD should assume that all targets have only one logical 
  2927.       unit (LUN) defined.
  2928.  
  2929.  /V -- Load driver verbosely. This parameter will display the driver
  2930.       name as well as the version number and Adaptec copyright if the driver
  2931.       loads successfully. Information on all targets found in the system
  2932.       will also be displayed.
  2933.  
  2934.  /PCIHW -- Enables driver to access PCI configuration hardware registers.
  2935.       This switch is implemented because in some PCI systems, accessing
  2936.       PCI configuration space through PCI BIOS function calls causes
  2937.       problems. This switch is enabled by default. New with Version 3.02
  2938.  
  2939.  /!PCIHW -- Disables the PCIHW switch. This parameter will cause the driver
  2940.       to access the PCI configuration space through PCI BIOS function calls.
  2941.       New with version 3.02
  2942.  
  2943.  <<=TIP=>> If Warp doesn't recognise the AIC7870 Driver add the 
  2944.  parameter /A:n n=Number of Controller and /TAG:n n=number of
  2945.  PCI-Slot to AIC7870.ADD.
  2946.  It seems that the version 2.2 of the Adaptec 2940 driver
  2947.  does not work correctly with RSJ, but version 2.11 works fine.
  2948. 
  2949. BASEDEV=ALI.ADD
  2950.  
  2951.  Alladin Busmaster driver, better use DANIS506.ADD
  2952. 
  2953. BASEDEV=AODBSMD.SYS
  2954.  
  2955.  Thinkpad Resource Management Driver
  2956. 
  2957. BASEDEV=AUTODRV2.SYS
  2958.  
  2959.  Autoconfigurator supports PCMCIA modems.
  2960. 
  2961. BASEDEV=CHKDSK.SYS
  2962.  
  2963.  New with Fixpaks supports large disks
  2964. 
  2965. BASEDEV=CL6832SS.SYS
  2966.  
  2967.  Socket Services driver for Toshiba Tecra
  2968.  
  2969.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  2970.  after PCMCIA.SYS
  2971. 
  2972. BASEDEV=CMPXCHG8.SYS
  2973.  
  2974.  New with Fixpaks fixes the Pentium F00F bug
  2975. 
  2976. BASEDEV=DANIS506.ADD
  2977.  
  2978.  Highly recommended replacement IBM1S506.ADD EIDE driver by
  2979.  Daniela Engert (d.engert@odn.de) with additional support for 
  2980.  Intel, VIA, ALi, SiS, CMD, Promis, Cyrix, HighPoint, AMD chipsets,
  2981.  and generic busmaster support for all SFF-8038i compliant chips.
  2982.  
  2983.  This driver supports all parameters and options IBM1S506 supports.
  2984.  
  2985.  The driver saves all messages possibly shown at boot-up internally.
  2986.  Users may redisplay these messages, or store them into a file later
  2987.  with commands like these:
  2988.  
  2989.  COPY IBMS506$ con:     or
  2990.  COPY IBMS506$ anyfile
  2991.  
  2992.  Additional or changed Parameters:
  2993.  
  2994.  /!SMS disables SMS even when the hardware reports capability
  2995.  
  2996.  /IT:x inactivity timer feature. Simply add /IT:x to the *unit*
  2997.        parameters. x is the timeout value in minutes. 0 disables the
  2998.        spin down completely.
  2999.  
  3000.  /MR:udp Limits the data rate a device communicates at.Simply add
  3001.          MR:udp to the *unit* parameters.
  3002.          Choose the values for u, d, and p from this table:
  3003.    u: Ultra DMA
  3004.      0  -  disable  Ultra DMA
  3005.      1  -  limit to Ultra DMA mode 0
  3006.      2  -  limit to Ultra DMA mode 1
  3007.      3  -  limit to Ultra DMA mode 2
  3008.      4  -  limit to Ultra DMA mode 3
  3009.      5  -  limit to Ultra DMA mode 4
  3010.  
  3011.    d: Multi Word DMA
  3012.      0  -  disable  MW DMA
  3013.      1  -  limit to MW DMA mode 0 (in S506.ADD effectively the same as 0)
  3014.      2  -  limit to MW DMA mode 1
  3015.      3  -  limit to MW DMA mode 2
  3016.  
  3017.    p: PIO
  3018.      0  -  limit to PIO mode 0
  3019.      1  -  limit to PIO mode 1 (in S506.ADD effectively PIO 0)
  3020.      2  -  limit to PIO mode 2 (in S506.ADD effectively PIO 0)
  3021.      3  -  limit to PIO mode 3 (with flow control)
  3022.      4  -  limit to PIO mode 4 (with flow control)
  3023.  
  3024.    If you set u and d to 0 at the same time, this effectively disables
  3025.    busmastering on this device since no DMA mode is left to use. Leading
  3026.    zeroes may be left out.
  3027.  
  3028.  /PCLK:x enables the PCI clock speed. x = O enables autodetection the driver
  3029.          will then tell the outcome of this speed detection.
  3030.  
  3031.   These speed classes are the result of the typical FSB clocks and dividers:
  3032.  
  3033.    FSB clock / divider -> PCI clock -> class
  3034.     50MHz    /   2     ->  25MHz    -> 25MHz
  3035.     60MHz    /   2     ->  30MHz    -> 33MHz
  3036.     66MHz    /   2     ->  33MHz    -> 33MHz
  3037.     75MHz    /   2     ->  37.5MHz  -> 37MHz
  3038.     75MHz    /   2.5   ->  30MHz    -> 33MHz
  3039.     75MHz    /   3     ->  25MHz    -> 25MHz
  3040.     83MHz    /   2     ->  41.5MHz  -> 41MHz
  3041.     83MHz    /   2.5   ->  33MHz    -> 33MHz
  3042.     95MHz    /   3     ->  31.7MHz  -> 33MHz
  3043.    100MHz    /   3     ->  33MHz    -> 33MHz
  3044.    112MHz    /   3     ->  37.3MHz  -> 37MHz
  3045.    124MHz    /   3     ->  41.3MHz  -> 41MHz
  3046.  
  3047.  /GBM enables the scan for busmaster capable PCI EIDE controllers
  3048.      if none of the 'well-known' chipsets (currently INTEL, VIA, ALi, SiS,
  3049.      CMD640, and RZ1000, the latter two are not busmaster capable!) is found.
  3050.      In this mode, the ADD doesn't touch any chip registers other than the
  3051.      standard PCI command register (to enable PCI busmastering) and the
  3052.      registers associated with the busmaster engine. It has *no* way to
  3053.      enable Ultra-DMA modes in hardware, so adding the appropriate
  3054.      /MR:0dp values may be needed.
  3055.  
  3056.  /FORCEGBM *every* EIDE chip is treated as if it's not a 'well-known' chip.
  3057.      All programming of device timings in the EIDE controller has to be done
  3058.      by the BIOS.
  3059.  
  3060.  /!RMV If you have a removable drive which you want to boot from, this
  3061.      reportedly fails. To enable booting from this unit it has to be
  3062.      treated as a fixed one. This can be done with the option /!RMV
  3063.      applied to the proper unit. 
  3064.  
  3065.  /RMV It is reported also that some Syquest drives have buggy firmware
  3066.      which doesn't report properly the support of the removable feature
  3067.      set. To announce these drives to OS/2 a removable drives add the
  3068.      /RMV option to the appropriate unit.
  3069.  
  3070.  /!AA prefer to ignore hardware errors indicated by these beeps, add the
  3071.       (no audible alerts) option.
  3072.  
  3073.  /MGAFIX detects EIDE hardware with addresses affected by the Matrox
  3074.       address scan Cx0yh (x = 0..F, y = 0..3) and tries to push them
  3075.       away a little by reprogramming the address decoders so that they
  3076.       are no longer potential scan targets.
  3077.  
  3078.  /80WIRE the ATA-66 features aren't enabled by default in the driver
  3079.       because it has no way to detect the presence of a 80-wire
  3080.       cable reliably. In this case add /80WIRE to the *adapter* options
  3081.       if there is a 80-wire cable installed on that particular EIDE channel.
  3082.  
  3083.  /SHUTDOWN enables new shutdown behaviour (on notebooks perhaps)
  3084.       like found in the latest IBM1S506.ADD. /!SHUTDOWN (like in
  3085.       IBM1506) since Ver. 1.1 no longer supported.
  3086. 
  3087. BASEDEV=DaniADsk.FLT
  3088.  
  3089.  replacement for IBMATAPI.FLT by Daniela Engert (d.engert@odn.de)
  3090.  This filter driver supports all of the ATAPI disks that IBMATAPI does
  3091.  (LS-120, ZIP-100, JAZZ), and in addition the ZIP-250 (including full media
  3092.  swapping).
  3093.  
  3094.  Parameter: 
  3095.  
  3096.  /ZA enables booting OS/2 from an ATAPI ZIP drive. It takes effect only
  3097.   if the BIOS has mapped the ZIP to drive letter A: in order to boot 
  3098.   from it; in all other cases the /ZA option is a no-op.
  3099.  
  3100.   If there are floppy disk drives in your system, then - as a side effect -
  3101.   /ZA remaps floppy drive A: to B:, and floppy drive B: (if present) is
  3102.   no longer accessable. Due to limitations in OS2DASD.DMD (?) floppy
  3103.   reads and writes are a little 'rocky' in this case.
  3104.  
  3105.   A boot from ZIP automatically locks the boot medium in the drive, media
  3106.   swapping is no longer possible! This lock is imposed automatically by
  3107.   OS2DASD. If you insist to eject the locked medium by the 'eject' command,
  3108.   this command obviously is routed into nirvana and causes a kernel trap.
  3109. 
  3110. BASEDEV=DETNE2.SYS
  3111.  
  3112.  Driver for NE2000 Networkcards
  3113. 
  3114. BASEDEV=DPT20XX.ADD
  3115.  
  3116.  Driver for the DPT SCSI Card
  3117. 
  3118. BASEDEV=DSKSLEEP.FLT
  3119.  
  3120.  The SCSI Disk Sleeper Filter by Vitus Jensen.
  3121.  Spins down the Harddisk after a adjustable time.
  3122. 
  3123. BASEDEV=EXT2FLT.FLT <options>
  3124.  
  3125.  ext2flt.flt is a filter device driver for OS/2 that makes it possible to
  3126.  load an IFS for linux partitions. (Without this filter you must patch the
  3127.  partition table. On many systems doing so may cause LILO to fail.).
  3128.  Ext2flt.flt is part of the EXT2-OS2.ZIP package. Together with you can also
  3129.  hide the falsely recognised NTFS, see howto.dat for explanation.
  3130.  
  3131.  In addition this driver is capable to control in what order drive letters
  3132.  are assigned to partitions on fixed disks. It will also allow you to access
  3133.  hidden primary partitions under OS/2.
  3134.  
  3135.  The following command line options are allowed:
  3136.  
  3137.  /Q    Quiet install. Prevents the filter from displaying messages.
  3138.  /V    Verbose install. Displays some diagnostic messages.
  3139.  /W    Allows the virtual partitions to be written to.
  3140.  /A    Virtualize all partitions found. The only good reason to use
  3141.        this is along with the /M option when you want to control
  3142.        the mounting order of all the partitions. You must use the
  3143.        /W option if you use the /A option; otherwise OS/2 may crash
  3144.         when it tries to write to the partition.
  3145.        PLEASE NOTE: Using the /A option may change your drive
  3146.        letters causing the your system to be unbootable. Use
  3147.        the /M option together with /A. (This may change in the
  3148.        future.
  3149.  /M <mount list> Mounts the partitions in the order specified in the mount
  3150.        list, which should be a list of numbers separated by commas.
  3151.        The partitions are numbered 0 on a first come basis. (Not
  3152.        the OS/2 uses.)
  3153. 
  3154. BASEDEV=HFSFLT.FLT
  3155.  
  3156.  Part of the HFS.IFS for accessing HFS formatted Apple Disks 
  3157. 
  3158. BASEDEV=IBMATAPI.FLT
  3159.  
  3160.  New with Fixpaks since Fixpak 6/35 supports ATAPI Removable Media
  3161.  like Zip100, LS120 attached to an IDE Port.
  3162.  
  3163.  <<=TIP=>> If you have removable media drives (MO, IOMEGA, SYQUEST
  3164.  and others) look at http://rheooptik.fmf.uni-freiburg.de/www/faq/
  3165.  remmedia.htm for a detailed removable media FAQ.
  3166. 
  3167. BASEDEV=IBM1FLPY.ADD
  3168.  
  3169.  supports diskette drives on non-Micro Channel PC's.
  3170.  
  3171.  <<=TIP=>> If you wish to prevent users from using the
  3172.  floppy drives under OS/2 (to keep them from loading non-
  3173.  authorised programs or in a workstation situation), REM the 
  3174.  BASEDEV=IBMxFLPY.ADD line (where x is 1 for ISA and EISA
  3175.  machines, or 2 for Microchannel).
  3176.  
  3177.  <<=NOTE=>> In Warp, the install program may have placed both
  3178.  IBM1FLPY.ADD and IBM2FLPY.ADD BASEDEV drivers in your 
  3179.  config.sys. Remove IBM2FLPY.ADD if you don't have a Micro
  3180.  Channel PC.
  3181.  
  3182.  The correct setting for e.g. a IBM Thinkpad 560 with external
  3183.  floppy disk is (see the Warp Reference book for a detailed
  3184.  description): 
  3185.  BASEDEV=IBM1FLPY.ADD /A:0 /FORCE:2 /U:0 /F:1.44MB /U:1 /F:1.44MB
  3186. 
  3187. BASEDEV=IBM2FLPY.ADD
  3188.  
  3189.  supports diskette drives on Micro Channel PC's.
  3190.  See also BASEDEV=IBM1FLPY.ADD for additional tips
  3191. 
  3192. BASEDEV=IBMIDECD.FLT
  3193.  
  3194.  Support for ATAPI CD-ROM drives attached to an IDE Port.
  3195.  It is important to use IBMIDECD.FLT with the IBM1S506.ADD driver.
  3196. 
  3197. BASEDEV=IBMINT13.I13
  3198.  
  3199.  Supports generic disk adapters supported by the BIOS.
  3200.  Using this driver is very slow, but it works with every
  3201.  harddisk supported by your BIOS, even scsi.
  3202. 
  3203. BASEDEV=IBMKBD.SYS 
  3204.  
  3205.  The keyboard driver
  3206.  
  3207.  Together with the parameter /NONE OS/2 starts even when no keyboard
  3208.  is attached. Useful for unsupervised operation.
  3209.  
  3210.  <<=TIP=>> For the mostly sold so called 'Win95-Keyboards' (how ironic, as 
  3211.  with windows9x you can only loose) there are two replacement drivers
  3212.  One by Robert Muchsel (muchsel@acm.org), Release is Ver 2.00 available
  3213.  under winkey02.zip, and a newer one available at:
  3214.  http://os2.avi.kiev.ua/ Release is ver.021
  3215.  
  3216.  <<=TIP=>> By Kovacs Istvan: If you try BASEDEV=IMBKBD.SYS /NUMON numlock
  3217.  could turned on like with the utility 'jshifter'. Works only with some
  3218.  releases of the IBMKBD.SYS delivered with Warp. According to the mails 
  3219.  I've got it seems that the parameter doesn't work on nearly most keyboards,
  3220.  (but one some) so you have still to use 'jshifter' available at:
  3221.  http://www.gbar.dtu.dk/~c948129, or 'numlock' by Peter Engels available
  3222.  at http://www.uni-bonn.de/~uzs0ad.
  3223.  
  3224.  <<=TIP=>> If you prefer a so called Dvorak keyboard layout (a keyboard 
  3225.  which tends to arrange the characters more ergonomic than the qwerty 
  3226.  type - which was a need when constructing mechanical typewriters at 
  3227.  the end of the 19.th century - since Fixpak 8 for Warp 4 (maybe 
  3228.  earlier, but this was the first time I was aware of its existance)
  3229.  go to your keyboard settings in the System Setup folder and simply
  3230.  select Dvorak (for left and righthanded !, but only in English). 
  3231.  Now you only need a keyboard with a Dvorak layout (or one of these
  3232.  old but beautiful IBM keyboards with a 'klick' and 'solid as a rock',
  3233.  here you can pull the caps and place em where you want).
  3234.  This is another new goodie in OS/2 IBM never speaks of.
  3235. 
  3236. BASEDEV=IBM2SCSI.ADD
  3237.  
  3238.  supports SCSI disk drives on Micro Channel PC's.
  3239.  
  3240.  <<=TIP=>> If you want to use SCSI Hardisks together with (E)IDE-Disks 
  3241.  and to boot from SCSI first, make sure that the SCSI-Drivers are in 
  3242.  front of the IDE-Drivers (normally IBM1S506.ADD).
  3243. 
  3244. BASEDEV=IBM1S506.ADD
  3245.  
  3246.  supports (E)IDE disk drives, non-Micro Channel PC's.
  3247.  a list of all parameters is enclosed in your OS/2 online help
  3248.  
  3249.  New Parameters (not listed in online help):
  3250.  
  3251.  /W (Wait) pauses the config.sys after displaying the verbose
  3252.  
  3253.  /!SHUTDOWN disables the new shutdown behaviour.
  3254.  
  3255.  If you are using the /BM or !BM parameters to enable or disable
  3256.  busmaster; you MUST specify the adapter with /A:x. You can also
  3257.  specify the unit on that adapter with /U:z.
  3258.  For example:
  3259.  
  3260.  BASEDEV=IBM1S506.ADD /A:0 /U:0 /!BM or /A:0 /!BM
  3261.  to disable BUS Master DMA
  3262.  
  3263.  BASEDEV=IBM1S506.ADD /A:0 /U:0 /BM or /A:0 /BM
  3264.  to enable
  3265.  
  3266.  <<=TIP=>> If you have an IBM Thinkpad 760E/ED/ELD/EL that exhibits
  3267.  sluggish harddisk behaviour (pausing intermittently with hard drive
  3268.  light on) after FixPaks have been applied, add the /!BM parameter to
  3269.  the BASEDEV=IBM1S506.ADD statement (if present) in your CONFIG.SYS.
  3270.  This will disable the Bus Mastering function whose default has been
  3271.  changed from OFF to ON. 
  3272.  Example: BASEDEV=IBM1S506.ADD /A:0 /!BM /U:1 /ATAPI /FORCE
  3273.  
  3274.  <<=TIP=>> A 'New Feature' that went into IBM1S506.ADD to flush buffers
  3275.  more reliably during shutdown using C-A-D seems to cause some disks to
  3276.  SPIN DOWN and stay there. Add " /!SHUTDOWN". This is known to fix the
  3277.  problem.
  3278.  
  3279.  <<=NOTE=>> /SMS! works only if the hardware doesn't report SMS
  3280.  capability, otherwise SMS enabled will be used regardless if the 
  3281.  parameter is set or not.
  3282. 
  3283. BASEDEV=IBMDSS01.SYS
  3284.  
  3285.  IBM Thinkpad Socket services
  3286.  
  3287.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3288.  after PCMCIA.SYS
  3289. 
  3290. BASEDEV=IBMDSS02.SYS
  3291.  
  3292.  IBM Thinkpad 720 Socket services
  3293.  
  3294.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3295.  after PCMCIA.SYS
  3296. 
  3297. BASEDEV=IBM2SS01.SYS 
  3298.  
  3299.  IBM Thinkpad 750 (and others) Socket services
  3300.  
  3301.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3302.  after PCMCIA.SYS
  3303. 
  3304. BASEDEV=IBM2SS14.SYS
  3305.  
  3306.  Socket Services driver for IBM Thinkpad
  3307.  
  3308.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3309.  after PCMCIA.SYS
  3310. 
  3311. BASEDEV=ICRMU01.SYS
  3312.  
  3313.  PCMCIA Resource Management. Only needed for OS/2 2.1
  3314. 
  3315. BASEDEV=LOCKCDR.FLT -Parameter
  3316.  
  3317.  Some CD recorders claim to be CDROM drives. As OS2CDROM.DMD allocates
  3318.  all CDROM drives at bootup, those recorders cannot be accessed by
  3319.  additional software, including the RSJ CD Writer File System. To
  3320.  correct this behaviour, the filter device driver LOCKCDR.FLT is added
  3321.  to the file CONFIG.SYS; all already known CD recorders will be
  3322.  converted to WORM devices automatically.
  3323.  
  3324.  parameter -a: Filters all commands. Solves problems with the SCSI
  3325.  Bus reset after a session.  
  3326.  
  3327.  parameter -i:"Recorder Name" can be used to specify the device name of
  3328.  the unknown CD recorder.
  3329.  
  3330.  Example:
  3331.     BASEDEV=LOCKCDR.FLT -i:"IMS CDD2000"
  3332.  
  3333.  In this example, the Philips recorder CDR2000 is added to the built-in
  3334.  list of CD recorders. During bootup, the OS/2-internal device tables
  3335.  are modified such that the CD recorder is treated as a WORM device
  3336.  instead of a CDROM.
  3337.  
  3338.  The name of all connected CDROM devices as well as whether they have
  3339.  been converted to WORM devices is printed to the screen while the
  3340.  system is booting.
  3341.  
  3342.  <<=Note=>> It is not necessary to specify the complete device name.
  3343.  In the example above, specifying -i:"IMS" would do the same job.
  3344.  However, the more complete the device names are specified, the
  3345.  less likely it is that a CDROM drive is converted to a WORM
  3346.  device accidentally.
  3347. 
  3348. BASEDEV=MWDD32.sys
  3349.  
  3350.  32-bit device driver support by Matthieu WILLM (Win32-OS/2
  3351.  and many IFS's rely on it). Part of the EXT2-OS2.ZIP package
  3352. 
  3353. BASEDEV=OS2ASPI.DMD /SHARE /ALL
  3354.  
  3355.   ASPI Device Manager for drivers according the ASPI specification
  3356.   by Adaptec. Replaces the ASPI4OS2.SYS by Adaptec.
  3357.  
  3358.  <<=TIP=>> If you are using RSJ CD Writer 2.59 or above you may add
  3359.  the parameter /ALL to BASEDEV=OS2ASPI.DMD. Also needed by SANE.
  3360.  After booting your machine, the recorder will be useable as a standard
  3361.  CDROM drive, and you will nevertheless be able to attach the CD to our
  3362.  filesystem. But please ensure that you're not using the CDROM drive
  3363.  letter at the same time when the CDR is attached to RSJ's filesystem,
  3364.  otherwise this will result in errors. 
  3365.  If you are using RSJ CD Writer 2.7 you can add unsupported drives
  3366. 
  3367. BASEDEV=OS2CAM.ADD 
  3368.  
  3369.  Old NCR SCSI Driver.
  3370.  
  3371.  <<=TIP=>> Replaced by newer ones from Symbios. Check for
  3372.  an update.
  3373. 
  3374. BASEDEV=OS2DASD.DMD 
  3375.  
  3376.  Device Manager, is a general purpose driver for disk drives,
  3377.  and is always needed.
  3378.  
  3379.  Together with the 'new' OSDASD.DMD since fixpak 6/35 parameters are:
  3380.  
  3381.   /rf (removable to fixed) Together with this parameter it is possible
  3382.       to handle formerly only as 'superfloppy' available removable
  3383.       disks as partitionized disks.
  3384.  
  3385.   /of (optical to fixed) Like /rf but for MO (MagnetoOptical) Drives.
  3386.  
  3387.   /lf Forces all removable devices to be treated as Large Floppy
  3388.       rather than partitioned media.
  3389.  
  3390.   /MP Used to support allocating a predetermined number of drive
  3391.       letters for a partitioned removable media device. Note
  3392.       that this option only applies to partitioned removable
  3393.       devices, and is ignored for any other device type.
  3394.  
  3395.  <<=IMPORTANT NOTE=>> Some parameters are case sensitive. IN UPPERCASE
  3396.  THEY DON'T WORK ! This was false in previous versions of this file.
  3397.  Be sure to correct this manually if you have chosen 'convert to upper
  3398.  case' in the cm2 settings.
  3399. 
  3400. BASEDEV=OS2LVM.DMD
  3401.  
  3402.  OS2LVM.DMD [...] sits between the IFSM and OS2DASD providing the
  3403.  logical view of the DASD to the OS/2 file system. OS2LVM also
  3404.  provides Bad Block Relocation (BBR) for JFS.
  3405.  
  3406.  <<=NOTE=>> The statement BASEDEV=OS2LVM.DMD must immediately follow
  3407.  the BASEDEV=OS2DASD.DMD statement in config.sys.
  3408. 
  3409. BASEDEV=OS2PCARD.DMD
  3410.  
  3411.  PC-Card Device Manager
  3412.  
  3413.  <<=ATTENTION=>> Must be after $ICPMOS2.SYS. If no $ICPMOS2.SYS installed
  3414.  it has to be the last line in the config.sys.
  3415. 
  3416. BASEDEV=OS2SCSI.DMD
  3417.  
  3418.  SCSI Device Manager supports non-disk SCSI devices.
  3419. 
  3420. BASEDEV=PIIXIDE.ADD /A:1 /U:1 /BM
  3421.  
  3422.  Intel Busmaster Driver, better use DANIS506.ADD or IBM1S506.ADD
  3423. 
  3424. BASEDEV=PAR1284.SYS /IRQ
  3425.  
  3426.  replacement for print01.sys, enables bi-directional printing
  3427.  fast prints without heavy system load (but you really need a
  3428.  appropriate printer cable)
  3429.  
  3430.  <<=NOTE=>> To work print01.sys or print02.sys must be disabled
  3431.  by putting a REM in front or deleted from the config.sys
  3432. 
  3433. BASEDEV=PARTFILT.FLT <options>
  3434.  
  3435.  PARTFILT.flt is a filter device driver for OS/2 that makes it possible to
  3436.  load an IFS for linux partitions. (Without this filter you must patch the
  3437.  partition table. On many systems doing so may cause LILO to fail.)
  3438.  
  3439.  The filter now is NOT specific for Linux.
  3440.  In addition this driver is capable to control in what order drive letters
  3441.  are assigned to partitions on fixed disks. It will also allow you to access
  3442.  hidden primary partitions under OS/2.
  3443.  
  3444.  PARTFILT.FLT supports the following options:
  3445.  
  3446.  /Q      Load quietly
  3447.  /W      Enables Writing to the faked partitions.
  3448.          Without this option the faked partitions are read-only.
  3449.  /A      This option does two things: 
  3450.           - Disables OS/2 to access all partitions, but:
  3451.           - Virtualizes (or fakes) all known partitions. 
  3452.             Known partitions are the normal FAT partitions, 
  3453.             IFS (=mainly HPFS) partitions and the partitions specified
  3454.             with the /P option. 
  3455.             All primary partitions of known types are also virtualized, 
  3456.             and will be accessible from OS/2.
  3457.  
  3458.         This option must be used in conjunction with the /M option.
  3459.  
  3460.         When this option is specified, the /W option is automatically set,
  3461.         because otherwise OS/2 will not boot.
  3462.  
  3463.  /M <mountlist> - Specifies the order in which partitions must be mounted.
  3464.         Must be used with the /M option.
  3465.  
  3466.         WARNING: Incorrect usage of the /A and /M options could make your 
  3467.                  system unbootable.
  3468.  
  3469.   => USING THE /A and /M OPTIONS is not advised! <=
  3470.  
  3471.      if you need more information on these options please see:
  3472.  
  3473.         http://ourworld.compuserve.com/homepages/hkelder
  3474.   
  3475.  /P <partition types to fake>
  3476.   
  3477.    This option is used to tell PARTFILT which partition type are to
  3478.    be faked. You should NOT use partition types already supported by 
  3479.    OS/2 since this would result in a single partition being mounted
  3480.    two times. The list should consist of partition type numbers (in 
  3481.    hexadecimal), separated by comma's. See Howto.dat for a almost
  3482.    complete list of partition type numbers.
  3483.  
  3484.  To make PARTFILT.FLT fake a FAT32 partition the /P option should be /P 0B.
  3485.  To make PARTFILT.FLT fake a FAT32X partition the /P option should be /P 0C.
  3486.  To make PARTFILT.FLT fake a LINUX partition the /P option should be /P 83.
  3487.  Or you can use a combination of the types e.g. /P 0B,0C
  3488.  
  3489.  <<=NOTE=>> The best location in the config.sys seems to differ depending
  3490.  on your configuration. Some state FAT32.IFS will only work is PARTFILT is
  3491.  the first basedev, other claim it only works if PARTFILT is the last one.
  3492.  A specific problem was reported when using a SCSI powersave basedev that
  3493.  only seemed to work if PARTFILT was the last basedev.
  3494.  
  3495.  <<=NOTE=>> See also the howto.dat for dealing with the falsely recognised 
  3496.  NTFS.
  3497. 
  3498. BASEDEV=PCM2ATA.ADD /S:2 /!DM /NOBEEP
  3499.  
  3500.  supports PCMCIA ATA devices.
  3501.  For the parameters consult the pcmcia manual
  3502. 
  3503. BASEDEV=PCMCIA.SYS 
  3504.  
  3505.  Card Services for PMCIA-Cards.
  3506.  
  3507.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers 
  3508.  
  3509.  See the howto.dat for identifying the correct socket
  3510.  services driver.
  3511. 
  3512. BASEDEV=PRINT01.SYS /IRQ
  3513.  
  3514.  supports attached printers on non-Micro Channel PC's.
  3515.  
  3516.  <<=WARP TIP=>> With Warp, the default transmission protocol used
  3517.  by PRINTO1.SYS and PRINTO2.SYS is the polling transmission
  3518.  method. The protocol used by previous versions of OS/2 was the
  3519.  interrupt transmission method. In Warp, you can change back
  3520.  to the interrupt method by adding the /IRQ parameter.
  3521.  
  3522.  <<=TIP=>> From Paul Kurr: "Since I'm running on a LAN at work
  3523.  here, I have no need for direct printer support of any kind since
  3524.  this is taken care of by my NOS (LAN Server). So I have REM'd
  3525.  BASEVEV=PRINT01.SYS to save some RAM."
  3526. 
  3527. BASEDEV=PRINT02.SYS 
  3528.  
  3529.  supports attached printers on Micro Channel PC's.
  3530.  See also BASEDEV=PRINT01.SYS for additional tips.
  3531. 
  3532. BASEDEV=RESERVE.SYS
  3533.  
  3534.  This driver reserves hardwareressources for drivers, especially for
  3535.  those who are not recognised by the ressourcemanager.
  3536.  
  3537.  Parameters:
  3538.  
  3539.  /V
  3540.  /IO:
  3541.  /P:
  3542.  /DW:
  3543.  /EXC
  3544.  /MUL
  3545.  /MEM:
  3546.  /SHA
  3547.  /DMA:
  3548.  /IRQ:
  3549.  
  3550.  See OS/2 Reference Book for a detailed discussion of the parameters
  3551.  
  3552.  <<=Tip=>> By Sam Detweiler: "for adapters that are not PnP and do not
  3553.  have a legacy detector, one can use the DOCUMENTED approach of adding
  3554.  a BASEDEV=RESERVE.SYS /p:2e8,8 to the config.sys and re-running hard-
  3555.  ware detection at the next boot. It causes the reserve.snp to pre-
  3556.  allocate the defined resources so that PnP adapters can't use them.
  3557.  
  3558.  <<=TIP=>> By Paul F.Grobler: The tablet / enhanced mouse driver by 
  3559.  M. Finney was broken by the GA code of Merlin but I found a workaround.
  3560.  The symptoms I got was an error free driver load (including vmouse.sys),
  3561.  a mouse cursor on the first graphic mode screen but the mouse pointer
  3562.  was static i.e. it would not move. All that was required was to put
  3563.  a "BASEDEV=RESERVE.SYS /IO:3f8,8 /IRQ:4" as the first line of my config.
  3564.  sys. You will note that the values correspond to normal com1 as this is 
  3565.  were my tablet is connected. By modifying the values to /IO:2f8,8 and
  3566.  /IRQ:3 this should work for com2.
  3567. 
  3568. BASEDEV=RSJIDECD.FLT
  3569.  
  3570.  Modified IBMIDECD.FLT for the RSJ CD-Toasting software since V 2.70 that
  3571.  works correct with writing commands and command timeouts. Will be removed
  3572.  as soon as a corrected IBMIDECD.FLT is available.
  3573.  
  3574.  <<=TIP=>> Not needed when you have a SCSI-only system. If you get a trap
  3575.  000d during boot REM this line and use BASEDEV=IBMIDECD.FLT instead.
  3576. 
  3577. BASEDEV=SSDPCIC1.SYS
  3578.  
  3579.  Intel PCIC compatibles Socket services
  3580.  
  3581.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3582.  after PCMCIA.SYS
  3583. 
  3584. BASEDEV=SSDTCIC1.SYS
  3585.  
  3586.  DataBook TCIC compatibles Socket services
  3587.  
  3588.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3589.  after PCMCIA.SYS
  3590. 
  3591. BASEDEV=SYM8XX.ADD 
  3592.  
  3593.  supports the following Symbios host adapters
  3594.  
  3595.  SYM53C810, SYM53C810A, SYM53C810AE (SYM8100S, SYM8100ASP)
  3596.  SYM53C815 (SYM815XS, SYM8150SP)
  3597.  SYM53C825, 53C825A (SYM8250S, SYM8251S, SYM8251D, SYM8250ASP,
  3598.  SYM8251ASP,SYM8251AD)
  3599.  SYM53C860, SYM53C860AE (SYM8600SP)
  3600.  SYM53C875, SYM53C875E (SYM8750SP, SYM8751SP, SYM8751D)
  3601.  SYM53C876 (SYM22801, SYM22802)
  3602.  SYM53C885
  3603.  SYM53C895 (SYM8951U)
  3604.  
  3605.  <<=NOTE=>> If the drive does not support synchronous or tagged
  3606.  command queing. Use /!SN or /!Q on the driver. e.g.
  3607.  BASEDEV=SYMC8XX.ADD /V /!SN /!Q
  3608. 
  3609. BASEDEV=SYM_HI.ADD 
  3610.  
  3611.  supports the Symbios host adapter: SYM53C896 (SYM22910)
  3612. 
  3613. BASEDEV=SYM416.ADD
  3614.  
  3615.  driver for Symbios 53C416 SCSI (ISA)
  3616. 
  3617. BASEDEV=TMSCSIW.ADD /Universal parameter /Adapter ID /Unit switch
  3618.  
  3619.  supports the following Tekram adapters
  3620.  
  3621.  - DC-390W:
  3622.  - DC-390U:
  3623.  - DC-390F:
  3624.  - DC-390U2B:
  3625.  
  3626.  Universal parameter - An option that applies to all adapters.
  3627.  
  3628.  Adapter ID - A:x, where x(start from 0) is the order number of the
  3629.  adapter that was found in the system.
  3630.  
  3631.  Unit parameter - An option that applies to device(s) unit.
  3632.  
  3633.  Unit parameters:
  3634.  
  3635.  I - Ignore the specified adapter.
  3636.  
  3637.  DM - Enable DASD manager support (default).
  3638.  
  3639.  !DM - Disable DASD manager support.
  3640.  
  3641.  SM - Enable SCSI manager support (default).
  3642.  
  3643.  !SM - Disable SCSI manager support.
  3644. 
  3645. BASEDEV=TIMER0.SYS
  3646.  
  3647.  New with Warp4, Hardware timer for correct sound timings
  3648. 
  3649. BASEDEV=TPIC95SS.SYS
  3650.  
  3651.  Socket Services driver for Chembook 2600
  3652.  
  3653.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3654.  after PCMCIA.SYS
  3655. 
  3656. BASEDEV=USBD.SYS /REQ:USBUHCD$
  3657.  
  3658.  Basic USB Driver
  3659.  
  3660.  <<=ATTENTION=>> Only UHCI (Intel and Via) USB host controllers
  3661.  are supported. OHCI (Opti, SIS, ALI, CMD and Compaq) are not
  3662.  supported, so the USB drivers don't work with these chipsets.
  3663. 
  3664. BASEDEV=USBHID.SYS
  3665.  
  3666.  USB Human Interface Driver
  3667. 
  3668. BASEDEV=USBMSD.ADD
  3669.  
  3670.  USB Removable Media Device Driver
  3671.  for USB 1.44M Floppy Drive and IOMega 100MB portable USB ZIP drive
  3672. 
  3673. BASEDEV=USBUHCD.SYS
  3674.  
  3675.  USB Universal Host Controller Driver
  3676.  
  3677.  <<=NOTE=>> On IBM 365 System you have to add the parameter /FS
  3678. 
  3679. BASEDEV=USBUHCD2.SYS
  3680.  
  3681.  USB Controller Driver for IBM DockStation III
  3682. 
  3683. BASEDEV=VIAIDE.ADD
  3684.  
  3685.  AGP 4X/133 Bus Master PCI IDE Driver VIA Bus Master IDE chipset,
  3686.  VT82C580VP or later, and others' chipset will not be supported.
  3687.  
  3688.  The default setting for the hard disk is DMA enabled and for the CD-ROM
  3689.  is DMA disabled. You can enable or disable a single device by setting the
  3690.  following parameters after VIAIDE.ADD in CONFIG.SYS.
  3691.  
  3692.   /A:[0|1]    Select primary or secondary channel.
  3693.   /U:[0|1]    Select master or slave device in the same channel.
  3694.   /BM         Enable DMA mode.
  3695.   /!BM        Disable DMA mode.
  3696. 
  3697. BASEDEV=VIACD.FLT
  3698.  
  3699.  Support for ATAPI CD-ROM drives attached to the VIA AGP 4X/133
  3700.  use only with VIA Bus Master PCI IDE Driver
  3701. 
  3702. BASEDEV=XDFLOPPY.FLT
  3703.  
  3704.  supports IBM's 1.8Mb OS/2 installation disk format.
  3705.  
  3706.  <<=TIP=>> After installation you can put a REM in front of the
  3707.  XDFLOPPY.FLT, as it's only needed for the installation disks and
  3708.  Fixpak disks.
  3709. 
  3710. DEVICE=C:\OS2\BOOT\APM.SYS /Parameter
  3711.  
  3712.  Device driver for ADVANCED POWER MANAGEMENT system.
  3713.  See also RUN=C:\OS2\BOOT\APMDAEMN.EXE
  3714.  
  3715.  Parameters are:
  3716.  
  3717.  /B favorizes the direct connection to the APM-BIOS support
  3718.  /D favorizes the device-driver connection of the APM support
  3719.  /V x.y forces the compatibility to APM Version x.y (e.g. 1.0)
  3720.  
  3721.  Together with the APMDAEMN.SYS these settings can also be done
  3722.  by using the Power-Symbol in your System Setup Folder. 
  3723. 
  3724. DEVICE=D:\OS2\BOOT\ASPIROUT.SYS
  3725.  
  3726.  The interface of ASPI Router merely is an extension of
  3727.  the interface of OS2-ASPI.DMD
  3728.  Needed by the FREE CDRECORD/2 by Chris Wohlgemuth
  3729.  available at: http://www.geocities.com/SiliconValley/Sector/5785/
  3730.  And by the FREE SANE (Scanner Access Now Easy) By Yuri Dario available
  3731.  at http://www.geocities.com/SiliconValley/Peaks/4320.
  3732. 
  3733. DEVICE=C:\TAR\ASPITAPE.SYS TAPE$4 4 S2
  3734.  
  3735.  GTAK Driver for SCSI tape access by GTAR
  3736.  scsitape.dmd and scsitape.sys also belong to the package
  3737.  
  3738.  By Andreas Kaiser Andreas.Kaiser@stuttgart.netsurf.de
  3739.  gtak258.zip gtar258.zip
  3740. 
  3741. DEVICE=D:\PATH\CDMGRDRV.SYS
  3742.  
  3743.  Driver of the FREE CD-Rom Manager for Plextor SCSI CD-ROM
  3744.  drives. Developed by Markus and Christian Mueller. Available
  3745.  at http://ourworld.compuserve.com/homepages/mjm5
  3746. 
  3747. DEVICE=C:\OS2\BOOT\COM.SYS
  3748.  
  3749.  Lets you use the communications ports COM1 and COM2. If you
  3750.  want to use COM3 or COM4 or change the IRQ of any COM port,
  3751.  see <<=TIP=>> below. This line MUST appear after any driver
  3752.  that uses a communications port. Older versions of COM.SYS are
  3753.  limited to 57600 Baud, newer ones (e.g. delivered with Warp 4)
  3754.  are able to do 115200 Baud.
  3755.  
  3756.  <<=TIP=>> There are two very good replacement drivers called
  3757.  SIO.SYS\VSIO.SYS.
  3758.  
  3759.  <<=TIP=>> To add support for COM3 and COM4 at location 3E8 with
  3760.  IRQ 4 and 2E8 with IRQ 3 respectively, add (3,3E8,4) (4,2E8,3)
  3761.  to the DEVICE line, e.g. DEVICE=C:\OS2\COM.SYS (3,3E8,4)
  3762.  (4,2E8,3). You can also use this method to change a COM ports
  3763.  assigned IRQ. The normal address for COM1 is 3F8 and IRQ 4, for
  3764.  COM2 2F8 and IRQ3.
  3765.  
  3766.  <<=TIP=>> With ThinkPads should the address be added.
  3767.  e.g: DEVICE=C:\OS2\BOOT\COM.SYS (1,3F8,4) (2,2F8,3)
  3768. 
  3769. DEVICE=C:\OS2\BOOT\COM02.SYS
  3770.  
  3771.  For IBM PS/2 model 90 & 95 only.
  3772.  
  3773.  Lets you use the communications ports COM1 and COM2.
  3774.  See also DEVICE=C:\OS2\BOOT\COM.SYS
  3775. 
  3776. DEVICE=D:\IMPOS2\CPASPI.SYS
  3777.  
  3778.  Driver for scanner access by Impos/2
  3779. 
  3780. DEVICE=C:\MMOS2\CWAUDIO.SYS /N:BSAUD1$ /X1:0 /X2:0 /L:0 /LCAPT:MX
  3781.  
  3782.  Sound Drivers for the Crystal CS4232
  3783.  The parameters are explained in the README of the driver.
  3784.  
  3785.  <<=TIP=>> If you have problems with the Yamaha OPL3-SAx chipset:
  3786.  According to a user, instead of using the Yamaha OPL-3 SAx drivers
  3787.  for the same audio chipset, using the driver for Crystal CS4232 works
  3788.  fine without any limitations.
  3789.  
  3790.  A FREE mixer for the crystal cards is LBCSMix V.1.0 from
  3791.  http://freebyte.ml.org/~boga/OS2Programs.html
  3792. 
  3793. DEVICE=C:\OS2\BOOT\DOS.SYS
  3794.  
  3795.  A device driver used to communicate between DOS and OS/2
  3796.  applications running on the same system.
  3797. 
  3798. DEVICE=F:\PPM242A\ECRDRV.SYS
  3799.  
  3800.  Driver for PolyPM a Remote Service Management Solution
  3801.  http://www.iss2you.com
  3802. 
  3803. DEVICE=C:\OS2\BOOT\ELSA.SYS
  3804.  
  3805.  Card specific part of GRADD display driver and settings for
  3806.  ELSA WINNER 2000/Office
  3807. 
  3808. DEVICE=F:\DCAF13\EQNRCSH.EXE
  3809.  
  3810.  Part of DCAF (Distributed Console Access Facility)
  3811.  
  3812.  <<=ATTENTION=>> If you don't have the IBM Internal Y2K fix
  3813.  it won't work after 31.12.1999
  3814. 
  3815. DEVICE=F:\DCAF13\EQNVKBD.SYS
  3816.  
  3817.  Part of DCAF (Distributed Console Access Facility)
  3818.  
  3819.  <<=ATTENTION=>> See also DEVICE=F:\DCAF13\EQNRCSH.EXE
  3820. 
  3821. DEVICE=C:\MMOS2\ES1868DD.SYS /B:220 /D:1 /F:3 /I:5 /C:4 /M:300
  3822.        ,7 /N:ES18681$
  3823.  
  3824.  Sounddriver for the ESS1868pnp (many soundcards)
  3825.  
  3826.  A FREE Mixer for this soundcard is MINIMIX2.ZIP by
  3827.  Marco G. Salvano (whiz@iol.it).
  3828. 
  3829. DEVICE=C:\MMOS2\ES1688DD.SYS /B:220 /D:1 /I:5 /N:ES16881$
  3830.  
  3831.  Sounddriver for the ESS1688
  3832.  
  3833.  A FREE mixer for this Soundchip is ESSMIX13.ZIP by
  3834.  Oleg Deribas (older@iname.com).
  3835. 
  3836. DEVICE=C:\OS2\BOOT\EXMOUSE2.SYS 
  3837.  
  3838.  Kensington mouse driver for OS/2.
  3839. 
  3840. DEVICE=C:\OS2\EXTDSKDD.SYS
  3841.  
  3842.  EXTDSKDD.SYS supports external disk drives. See your online
  3843.  Command Reference for complete details.
  3844. 
  3845. DEVICE=C:\OS2\FLSH2MTD.SYS
  3846.  
  3847.  PCMCIA Storage Driver for OS/2 (FLASH MTD)
  3848. 
  3849. DEVICE=D:\FAX\FMD.SYS L T N S A (c,h,i) 
  3850.  
  3851.  Driver required by Faxworks lite 2.* in Warp 3 or the Pro 
  3852.  Versions of Faxworks/PMFax
  3853.  
  3854.  Parameters:
  3855.  
  3856.   L = disable logo on error free boot
  3857.   T = do port tests (default)
  3858.   N = no port tests, assume ports exist (PCMCIA default)
  3859.   S = allow interrupt sharing (MCA bus only)
  3860.   A = get ABIOS LID on port open (MCA bus only)
  3861.  
  3862.   c = COM number (1-48)
  3863.   h = I/O port address (in hex)
  3864.   i = interrupt number
  3865.   (defaults are for the standard COM ports)
  3866. 
  3867. DEVICE=D:\BACKMAST\FTDVR.SYS
  3868.  
  3869.  Driver of Backmaster tape backup system.
  3870. 
  3871. DEVICE=C:\OS2\GAMEDD.SYS
  3872.  
  3873.  The following joysticks are supported by this driver:
  3874.  
  3875.    Advance Gravis Analog Joystick
  3876.    Advance Gravis GamePad
  3877.    Advance Gravis Analog Pro
  3878.    CH Products Flightstick
  3879.    Dexxa Joystick ( Infrared )
  3880.    Kraft Thunderstick
  3881.    Logitech WingMan Extreme
  3882.    Logitech Wingman
  3883.    Thrustmaster XL Action Controller
  3884. 
  3885. DEVICE=C:\OS2\GRADD.SYS
  3886.  
  3887.  GRADD Display Drivers - generic part
  3888. 
  3889. DEVICE=C:\OS2\BOOT\IRDD.SYS 2F8 3
  3890.  
  3891.  Installs the Infrared Device Driver at COM2
  3892.  To print through that port, the driver INFRARED.PDR
  3893.  needs also to be installed.
  3894.  
  3895.  <<=TIP=>> For Thinkpads the address and the IRQ should be added.
  3896. 
  3897. DEVICE=C:\MMOS2\JAZZDD.SYS /I:5 /D:1 /E:5 /T:330 /Q:10 /P:220 /N:JAZZ1$
  3898.  
  3899.  Support driver of Creative Labs Jazz16 card.
  3900. 
  3901. DEVICE=C:\WATCHCAT\KILLER.SYS
  3902.  
  3903.  WatchCat 2.1 Process Manipulation Center Driver
  3904. 
  3905. DEVICE=C:\MGA\OS2\KMGAX64.SYS
  3906.  
  3907.  Driver for the Matrox Video Cards
  3908. 
  3909. DEVICE=C:\OS2\LOG.SYS
  3910.  
  3911.  This optional device driver installs OS/2s error log file. If
  3912.  you want a log of errors that occur on your system, then add
  3913.  this and the next line to your config.sys file. If you are
  3914.  interested in such things, you may wish to play with it, but
  3915.  be forewarned, the error log information is cryptic and
  3916.  incomplete. See note below. To learn what these codes mean,
  3917.  you need to have IBM's Systems Network Architecture Formats
  3918.  (GA27-3136-12) or, for a reasonable overview, get OS/2 2.1
  3919.  Unleashed, 1993, SMAs Publishing.
  3920.  
  3921.  The parameter /E:nn sets the size of the error log buffer. The
  3922.  range is from 4kb to 64kb with 8kb as the default. 
  3923.  
  3924.  You will get a short and quick message during boot up
  3925.  indicating that Logging has been installed and what the buffer
  3926.  size is.
  3927.  
  3928.  <<=NOTE=>> LOG.SYS has its limitations. It will not log an 
  3929.  application error unless the application has been written to make
  3930.  use of LOG.SYS. Some routine system errors will not log either 
  3931.  because OS/2 opens an error message box on screen to report
  3932.  these.
  3933. 
  3934. DEVICE=C:\OS2\BOOT\LPT49.SYS
  3935.  
  3936.  Devicedriver out of the LPT49.ZIP package available for free
  3937.  at http://www.kellergroup.com.
  3938.  The LPT49 utility includes a device driver (LPT49.SYS) and command 
  3939.  file (LPT49.CMD) for creating additional LPT ports on your system
  3940.  (LPT4 through LPT9). You can then install the fax printer object on
  3941.  any of these LPT ports. You can also create multiple fax printer
  3942.  objects on different LPT ports (set on the Output page of the printer
  3943.  object's Settings notebook), and each printer object can have
  3944.  different job properties (set with the Job properties button on the
  3945.  Printer driver page of the printer object's Settings notebook).
  3946.  Keller Group Inc. is the developer of PMFax and Faxworks.
  3947. 
  3948. DEVICE=C:\OS2\BOOT\LPTDD.SYS
  3949.  
  3950.  Driver for the LPTools, a parallel to parallel port
  3951.  solution like laplink.
  3952.  
  3953.  -T:ss specifying the timeout value on send/receive (default
  3954.        10 seconds). If using slow media (diskette), or when
  3955.        LPTool is used on a very busy system, increase this for
  3956.        reliable operation.
  3957.  
  3958.  -P:n  specifying the LPT port-address to use (default is 1 for
  3959.        using 0378). Use LPTDD.CMD to define the correct n.
  3960.  
  3961.  The FREE LPTool is developed by Jan van Wijk
  3962.  available at http://www.fsys.demon.nl
  3963.  
  3964.  <<=TIP=>> Together with e.g. the great FileCommander/2 by Brian Harvard
  3965.  create a user-menue entry that sends the current directory to the
  3966.  connected Computer for an easy use. 
  3967.  Example:
  3968.  S: Copy to Remote via parallel port
  3969.         D:\TOOLS\LPTOOL\LPTOOL send
  3970. 
  3971. DEVICE=C:\MMOS2\MIDI.SYS
  3972.  
  3973.  Real Time Midi Driver new with Warp 4
  3974. 
  3975. DEVICE=C:\OS2\BOOT\MOUSE.SYS SERIAL=COM2 QSIZE=10 TYPE=X RELAXED
  3976.  
  3977.  Lets you use a mouse or track ball. This line also identifies
  3978.  the device dependent type of mouse you have and which COM port
  3979.  it is on. In this case, the device dependent mouse driver is
  3980.  loaded in your OS/2 CONFIG.SYS through a standard "DEVICE="
  3981.  line, before the MOUSE.SYS driver is loaded, and then on the
  3982.  MOUSE.SYS line there is the parameter "TYPE=", with a reference
  3983.  to the device name of the device. QSIZE is a number from 1 to 100
  3984.  which indicates how many mouse actions are to be saved when you
  3985.  execute mouse actions faster than your system can handle them.
  3986.  There is also a RELAXED parameter which you would place after
  3987.  QSIZE. It can be used with any mouse when the pointer is jumping
  3988.  randomly about the screen. IBM does not suggest you use this
  3989.  parameter unless you are experiencing this problem.
  3990.  
  3991.  <<=ATTENTION=>> Together with an device independent Mouse (e.g. a
  3992.  IBM PS/2 Mouse) NO PARAMETERS are needed.
  3993.  
  3994.  The supported device dependent Types are:
  3995.  
  3996.  PCLOGIC$ for Genius, Logitech, PC Mouse Systems, Driver: PCLOGIC.SYS
  3997.  MSBUS$   for Microsoft Bus-Mouse,                Driver: NONE
  3998.  MSINP$   for Microsoft-Inport,                   Driver: NONE
  3999.  VISION$  for Visi-On:                            Driver: VISION.SYS
  4000.  
  4001.  <<=NOTE=>> The MOUSE.SYS statement must come before COM.SYS, but
  4002.  after POINTDD.SYS, because COM.SYS will take over any unused COM
  4003.  port. If COM.SYS takes over the COM ports before MOUSE.SYS is
  4004.  loaded, MOUSE.SYS will not have any COM ports available, thus no
  4005.  mouse support.
  4006.  
  4007.  <<=TIP=>> If you have a so called scroll-mouse (e.g. from IBM,
  4008.  or Logitech) get the scrollms.exe package from the OS/2 Device
  4009.  Driver Pack. If you want to have a 'scrolling-feature' with
  4010.  normal mice there is the FREE hots11.zip package by Samuel
  4011.  Audet from http://WWW.CAM.ORG/~guardia/programs.html
  4012.  
  4013.  <<=TIP=>> If you want to have animated mouse pointers (very nice);
  4014.  Christan Langanke has developed a FREE Version to get as AMPTR101.ZIP
  4015.  from: http://www.online-club.de/m1/clanganke
  4016. 
  4017. DEVICE=C:\MMOS2\MVPRODD.SYS /I11 /D3 /S:1,220,1,5 /N:PAS161$
  4018.    
  4019.  Driver for MediaVision's ProAudio Spectrum
  4020.  sound card. The first driver is set for IRQ 11, DMA 3 with
  4021.  Sound Blaster support on IRQ 5 and DMA 1.
  4022.  
  4023.  <<=Warp TIP=>> MediaVison's technical support indicates that
  4024.  the only correct settings for the PAS 16 in Warp is IRQ 11
  4025.  and DMA 3. If you are experiencing static or white noise
  4026.  during bootup, MediaVison indicates that this is caused by
  4027.  using an IRQ other than 11 and DMA 3. They also indicate that
  4028.  the two device driver lines must be the last lines in your 
  4029.  config.sys file. Note that this information didn't solve the
  4030.  static problem for all users, but it did for some. Others have
  4031.  indicated that adding the /T:1 parameter solved
  4032.  their "white noise" problem.
  4033.  
  4034.  <<=Warp NOTE=>> There may be a bug in Warp which causes problems
  4035.  in WIN-OS2 "seamless" mode. A solution is contained in SNDWOR.ZIP.
  4036. 
  4037. DEVICE=C:\OS2\BOOT\OS2CDROM.DMD /Q
  4038.     
  4039.  OS/2 driver used on many, but not all CD-ROM's.
  4040.  
  4041.  The /Q switch supresses error messages.
  4042. 
  4043. DEVICE=C:\OS2\BOOT\OPTICAL.DMD
  4044.  
  4045.  New with Warp4 Device Manager for Optical devices like MO
  4046.  
  4047.  <<=TIP=>> If you have removable media drives (MO, IOMEGA, SYQUEST
  4048.  and others) look at http://rheooptik.fmf.uni-freiburg.de/www/faq/
  4049.  remmedia.htm for a detailed removable media FAQ.
  4050. 
  4051. DEVICE=C:\OS2\BOOT\PAUSE.SYS /w:NNN
  4052.  
  4053.  where: NNN = seconds to wait (default = 30 seconds)
  4054.  
  4055.  Pauses the config.sys for a given time
  4056.  Useful for maintenance purposes
  4057.  the driver can be found at the IBM Device Driver Pak Online site.
  4058.  
  4059.  <<=TIP=>> Together with BASEDEV=IBM1S506.ADD the /W parameter does 
  4060.  the same
  4061. 
  4062. DEVICE=C:\OS2\BOOT\PCLOGIC.SYS SERIAL=COM2
  4063.  
  4064.  Provides mouse support for Genius, Logitech, PC Mouse Systems
  4065.  
  4066.  <<=ATTENTION=>> Must reside between POINTDD.SYS and MOUSE.SYS
  4067. 
  4068. DEVICE=C:\OS2\PCMSSDIF.SYS
  4069.  
  4070.  PCMCIA Storage Driver for OS/2 (Interface)
  4071. 
  4072. DEVICE=C:\OS2\PCM2FLSH.SYS
  4073.  
  4074.  PCMCIA Storage Driver for OS/2 (FLASH)
  4075. 
  4076. DEVICE=C:\OS2\PCM2SRAM.SYS
  4077.  
  4078.  PCMCIA Storage Driver for OS/2 (SRAM)
  4079. 
  4080. DEVICE=C:\OS2\PDITOU01.SYS
  4081.  
  4082.  See DEVICE=C:\OS2\TOUCH.SYS
  4083. 
  4084. DEVICE=C:\OS2\PDITOU02.SYS
  4085.  
  4086.  See DEVICE=C:\OS2\TOUCH.SYS
  4087. 
  4088. DEVICE=C:\OS2\BOOT\PMDD.SYS
  4089.  
  4090.  Driver to provide pointer draw support along with POINTDD.SYS.
  4091.  
  4092.  <<=WARNING=>> OS/2 will not start without this line in your 
  4093.  config.sys file.
  4094. 
  4095. DEVICE=C:\OS2\BOOT\POINTDD.SYS
  4096.  
  4097.  Provides mouse-pointer draw support. Text modes 0, 1, 2, 3, and
  4098.  7 and graphic modes D, E, F, and 10 are supported. For graphic
  4099.  modes D, E, F, and 10, the correct graphic device driver must
  4100.  also be installed. 
  4101.  
  4102.  <<=WARNING=>> In order for MOUSE.SYS to work effectively, this 
  4103.  driver must be loaded by OS/2 before MOUSE.SYS. Do not remove
  4104.  it from your config.sys file.
  4105. 
  4106. DEVICE=D:\BACKMAST\PTDVR.SYS
  4107.  
  4108.  Driver of Backmaster tape backup system.
  4109. 
  4110. DEVICE=C:\OS2\BOOT\QCOM.SYS
  4111.  
  4112.  Quatech (www.quatech.com) asynchronous serial device driver for the
  4113.  Quatech ISA and PCI boards
  4114.  
  4115.   * High baud rates to 921,600 bits per second, depending on UART type.
  4116.  
  4117.   * Support for 16750 UARTs and their 64-byte FIFOs.
  4118.  
  4119.   * Up to 32 serial ports
  4120. 
  4121. DEVICE=C:\OS2\RODENT\RODENT.SYS COM=1 BUTTONS=3
  4122.  
  4123.  Device driver for the shareware mouse driver Rodent.
  4124. 
  4125. DEVICE=C:\MMOS2\R0STUB.SYS
  4126.  
  4127.  Any information ? If Yes tell me please.
  4128. 
  4129. DEVICE=X:\PATH\RSJSCSI.SYS
  4130.  
  4131.  The device driver RSJSCSI.SYS provides simplified access to SCSI
  4132.  devices. The CD Writer File System uses this device driver to access
  4133.  the CD Recorder.
  4134.  
  4135.  Syntax:
  4136.    DEVICE=<Path>\RSJSCSI.SYS [-q] [-n<Driver Name>] [-x]
  4137.    where <Path> is to be replaced by the installation path.
  4138.  
  4139.   The optional parameters have the following meaning:
  4140.      -q While booting, ask user for confirmation before installing the
  4141.         device driver.
  4142.  
  4143.      -x This option allows using memory above the 16MB line. This
  4144.         works together with true 32-bit SCSI adapters, only (e.g. most
  4145.         EISA and PCI adapters).
  4146. 
  4147. DEVICE=F:\PPM242A\RSMVDWO.SYS
  4148.  
  4149.  Driver for PolyPM a Remote Service Management Solution
  4150.  http://www.iss2you.com
  4151. 
  4152. DEVICE=C:\MMOS2\SB16D2.SYS /C:1 /D:3 /H:7 /I:5 /A:220 /M:300 /N:SBAUD1$ /Q /P
  4153.  
  4154.  Driver for Sound Blaster 16 sound card. 
  4155.  
  4156.  /C: - Card Number, this will be set to 1 in most cases
  4157.  /D: - 8-bit DMA channel,
  4158.        Valid values - 0, 1 & 3
  4159.        (Sound Blaster cards that use Vibra chipset do not have 0).
  4160.        Default value - 1.
  4161.  /H: - 16-bit DMA channel,
  4162.        Valid values - 5, 6 & 7
  4163.        (Sound Blaster cards that use Vibra chipset do not have 6).
  4164.        Default value - 5.
  4165.  /I: - IRQ number,
  4166.        Valid values - 5, 7, 9, 10 & 11.
  4167.        Default IRQ - 5.
  4168.  /A: - Base addresss,
  4169.        Valid values - 220, 240, 260, 280
  4170.        Default value - 220.
  4171.  /B: - Buffer size in KB,
  4172.        Valid values - 1-24. While any value in this range will work
  4173.        fine, to get the best results don't use this option and let
  4174.        the driver use the default buffer size.
  4175.        Default value - 8KB.
  4176.  /M: - MPU port address
  4177.        Valid values - 300 & 330
  4178.        Default value - 330.
  4179.  /N: - driver name, set this to SBAUD1$
  4180.  /Q  - quiet mode flag, OPTIONAL
  4181.        Setting this option disables initialization messages.
  4182.        If not specified the initialization messages are displayed
  4183.        during boot-up.
  4184.  /EXT - use MPU port instead of internal synth for MIDI, OPTIONAL
  4185.         By default the drivers are configured to use the internal
  4186.         synthesizer. But if you have a daughterboard attached to
  4187.         your Sound Blaster card and you want MIDI playback to
  4188.         use the synthesizer in the daughterboard, specify
  4189.         this flag.
  4190.  /P  - Ignore PnP BIOS if it is present. If PnP BIOS is present,
  4191.        the driver usually queries the BIOS for certain PnP port
  4192.        addresses. Specifying this option causes the driver not
  4193.        to access the BIOS and determine these port addresses
  4194.        itself.
  4195.  
  4196.  <<=TIP=>> Look for the SB163264.ZIP package which contains
  4197.  all drivers for the soundblaster cards including those for the
  4198.  AWE 64.
  4199.  
  4200.  A FREE Mixer for SB 16/32/64 is Mixomat 1.01b by Christoph Bratschi,
  4201.  and the newer Mixomat 2.0 (unfortunately no more free), available
  4202.  at http://www.datacomm.ch/~cbratschi/
  4203. 
  4204. DEVICE=C:\MMOS2\SBAWED2.SYS /C:1 /D:1 /H:5 /I:5 /A:220 /M:330 /N:SBAUD1$ 
  4205.        /Q /P /G
  4206.  
  4207.  This driver is for Sound Blaster AWE32 sound card. 
  4208.  
  4209.  <<=TIP=>> According to OS/2-Inside the statement can be shortened to:
  4210.  SBAWED2.SYS /N:SBAUD1$
  4211.  
  4212.  <<=TIP=>> Look for the SB163264.ZIP package which contains
  4213.  all drivers for the soundblaster cards including those for the
  4214.  AWE 64.
  4215. 
  4216. DEVICE=C:\THINKPAD\$ICPMOS2.SYS
  4217.  
  4218.  Driver supports energy management.
  4219.  
  4220.  <<=ATTENTION=>> Must be after all other listed drivers in the
  4221.  config.sys.
  4222. 
  4223. DEVICE=C:\SIO\SIO.SYS
  4224.  
  4225.  Excellent replacement driver for COM.SYS. If you utilise 
  4226.  communications software on a regular basis at high speeds 
  4227.  (e.g. 57,600), then the SIO drivers are the way to go.
  4228.  SIO.SYS must reside in the config.sys after MOUSE.SYS !
  4229.  Be sure you have REM'd out COM.SYS when using. SIO.SYS and
  4230.  VSIO.SYS are Shareware, not Freeware. See also VSIO.SYS. and
  4231.  DEVICE=C:\OS2\BOOT\COM.SYS
  4232. 
  4233. DEVICE=C:\MMOS2\SOLO.SYS N:SOLO1$
  4234.  
  4235.  Driver for ESS SOLO 1 based soundcards or motherboards
  4236.  
  4237.  /O:ENABLEWAVETABLE If your installation includes an ES689 or ES692
  4238.    WaveTable adding thid parameter to the config.sys line will cause
  4239.    the driver to use the wavetable as the primary midi.
  4240.  
  4241.  /R:n (where n is in milliseconds and between 1 and 32) this parameter
  4242.    allows the user to over ride the default timer resolution (5ms)
  4243.    Increasing this value will cause te driver to get dispatched less
  4244.    often and so use less cpu time, however this can cause the tempo to
  4245.    drag. Decreasing this value below 5 will cause the driver to use more
  4246.    cpu time and can interfere with other timers.
  4247.  
  4248.  The IBM Mixer IOCTLS fully implemented in the Solo driver and this driver
  4249.  can be controlled using IBM's Warp Mixer. Available as Warpmix.zip
  4250. 
  4251. DEVICE=D:\MMOS2\SPKRDD.SYS
  4252.  
  4253.  The Speaker audio device driver provide support for playing digital
  4254.  audio waveform files on the standard PC speaker by using the
  4255.  MMPM/2 audio system. The speaker driver provides support for
  4256.  PCM waveform files that are (8-bit/16-bit, stereo/mono, 11Khz-44khz).
  4257.  
  4258.  BETTER DON'T USE IT, if you need (or want) sound on a regular base
  4259.  better buy one of those cheap soundcards.
  4260. 
  4261. DEVICE=E:\SRVIFS\SRVIFS.SYS
  4262.  
  4263.  Part of the ThinIFS by IBM
  4264. 
  4265. DEVICE=C:\MMOS2\SSMDD.SYS
  4266.  
  4267.  Any information ? If yes tell me
  4268. 
  4269. DEVICE=D:\SVDISK\SVDISK.SYS
  4270.  
  4271.  Driver for the Super Virtual Disk by Albert J. Shan
  4272. 
  4273. DEVICE=C:\OS2\APPS\SYSIOS2.SYS
  4274.  
  4275.  This device driver is required by the System Information Tools
  4276.  provided in the "BonusPak" that comes with OS/2 Warp. If you plan
  4277.  on using these tools, do not delete this driver.
  4278. 
  4279. DEVICE=D:\BACKMAST\TC15DVR.SYS
  4280.  
  4281.  Driver of Backmaster tape backup system.
  4282. 
  4283. DEVICE=C:\OS2\BOOT\TESTCFG.SYS
  4284.  
  4285.  TESTCFG.SYS is used during the install process to test your
  4286.  systems configuration. It is also used by the Selective Install
  4287.  process and during device driver installations. 
  4288.  
  4289.  <<=NOTE=>> Because this driver is used by the Selective Install
  4290.  process, it should not be deleted.
  4291. 
  4292. DEVICE=C:\THESEUS\THESEUS2.SYS
  4293.  
  4294.  Driver for the outdated memory analysis tool THESEUS2
  4295.  by IBM. See DEVICE=X:\THESEUS\THESEUS5.SYS for an
  4296.  update.
  4297. 
  4298. DEVICE=C:\THESEUS\THESEUS5.SYS
  4299.  
  4300.  Driver for the new memory analysis tool THESEUS3 by IBM
  4301.  downloadable at:
  4302. 
  4303. DEVICE=C:\OS2\TOUCH.SYS
  4304.  
  4305.  Implements support for touch devices. For a touch device to be
  4306.  effectively used, the POINTDD.SYS device driver and appropriate
  4307.  mouse device-driver support must be loaded. In addition, these
  4308.  statements must be included in the CONFIG.SYS file in the
  4309.  following order: 
  4310.  
  4311.  o  A device-dependent statement that gives the name of the
  4312.     file containing the information for the touch device you use. 
  4313.  
  4314.  o  A device-independent statement that identifies the touch
  4315.     device to TOUCH.SYS
  4316.   
  4317.  If during installation, OS/2 detects a touch device installed on
  4318.  your system, the Install program automatically loads the required
  4319.  device-driver support necessary to enable the touch device. The
  4320.  touch device shares the auxiliary device (mouse) port on the
  4321.  system with the mouse by allowing the mouse to connect to the 
  4322.  touch device, which is then connected to the system. 
  4323.  
  4324.  The Install program automatically adds the following statements
  4325.  to the CONFIG.SYS file: 
  4326.  
  4327.   DEVICE=C:\OS2\PDITOU0x.SYS CODE=C:\OS2TOUCO21.BIN INIT=C:TOUCH.INI
  4328.   DEVICE=C:\OS2\TOUCH.SYS TYPE=PDITOU$
  4329.   RUN=C:\OS2\CALIBRATE.EXE-C C:\OS2CALIBRAT.DAT
  4330.   DEVICE=C:\OS2\MOUSE.SYS TYPE=PDIMOU$
  4331.   
  4332.  "x" is 1 or 2 depending on the bus architecture of your system.
  4333.  TOUCO21D.BIN is the touch-device microcode binary file and
  4334.  TOUCH.INI is a text file containing default parameter settings.
  4335.  
  4336.  The RUN=CALIBRAT.EXE statement is to activate the Calibration
  4337.  program. This program performs the dual actions of downloading
  4338.  calibration-constant data to the touch device each time the
  4339.  system is started, and enabling recalibration of the touch
  4340.  device at initial setup, and when the device is moved to a new
  4341.  location. 
  4342.  
  4343.  To recalibrate the touch device, enter the following at an OS/2
  4344.  command prompt: 
  4345.  
  4346.   x:           (where "x" is your OS/2 boot drive.)
  4347.   CD \OS2
  4348.   CALIBRAT -U
  4349. 
  4350. DEVICE=C:\OS2\BOOT\USBCOM.SYS
  4351.  
  4352.  USB modem driver.
  4353. 
  4354. DEVICE=C:\OS2\BOOT\USBKBD.SYS
  4355.  
  4356.  USB Keyboard driver.
  4357. 
  4358. DEVICE=C:\OS2\BOOT\USBMOUSE.SYS
  4359.  
  4360.  USB Mouse driver.
  4361. 
  4362. DEVICE=C:\MMOS2\VCSHDD.SYS
  4363.  
  4364.  Any information ? If Yes tell me please
  4365. 
  4366. DEVICE=C:\OS2\BOOT\VDISK.SYS 512
  4367.  
  4368.  As in DOS, this driver installs a RAM disk. In this example,
  4369.  the RAM disk is 512k with the sectors and directories parameters
  4370.  set at the default level (64-byte sectors and 64 directory
  4371.  entries). With DOS, a RAM disk could significantly improve
  4372.  system performance, but because OS/2 handles your memory far
  4373.  more efficiently than DOS and has its own sophisticated caching
  4374.  routines, using a RAM disk is not recommended. 
  4375.  
  4376.  <<=CAUTION=>> Because a RAM disk takes available memory away
  4377.  from OS/2, you may negatively impact system performance on
  4378.  systems with less than 12MB of RAM. Unless you have lots of
  4379.  RAM or have a very specific need, don't install a RAM disk.
  4380.  
  4381.  <<=NOTE=>> If you do install VDISK.SYS and you also have 
  4382.  EXTDSKDD.SYS installed, VDISK.SYS must be placed after
  4383.  EXTDSKDD.SYS in your config.sys file. Check your on-line
  4384.  Command Reference for information on EXTDSKDD.SYS.
  4385.  
  4386.  <<=TIP=>> Better use the RAM(64).IFS by Karl Olson, see IFS.
  4387. 
  4388. DEVICE=C:\WATCHCAT\VWCAT.SYS
  4389.  
  4390.  WatchCat 2.1 CAD Package Virtual Device Driver
  4391. 
  4392. DEVICE=C:\WATCHCAT\WATCHCAT.SYS KEYB:SC-F12
  4393.  
  4394.  WatchCat 2.1 device driver
  4395. 
  4396. DEVICE=C:\XFREE86\LIB\XF86SUP.SYS
  4397.  
  4398.  Driver for XFree86
  4399. 
  4400. -----------------------------------------------------------------
  4401. 5. RUN, START AND CALL
  4402. 
  4403. RUN=\OS2\BOOT\APMDAEMN.EXE
  4404.  
  4405.  New in Fixpaks, fixes some errors when using APM 1.2
  4406. 
  4407. RUN=C:\OS2\CACHE.EXE /MAXAGE:7500 /DISKIDLE:60000 /BUFFERIDLE:60000
  4408.  
  4409.  This line runs CACHE.EXE which allows you to modify the
  4410.  parameters for the HPFS cache. CACHE.EXE is only used for
  4411.  HPFS partitions. (The DISKCACHE command sets up a cache for
  4412.  FAT.) There are four parameters for CACHE.EXE:
  4413.  
  4414.    /LAZY:ON|OFF|n Determines if lazy writes is ON or OFF, that is, 
  4415.      whether the contents of the cache will be written to your 
  4416.      hard disk immediately (/LAZY:OFF) or when your hard disk 
  4417.      is idle (/LAZY:ON). The default is ON. I like lazy 
  4418.      writes ON because it improves performance, but keep in 
  4419.      mind that since the system delays writing data to your 
  4420.      hard disk, you can lose data if your system should crash.
  4421.      In the config.sys file line above no parameter is specified 
  4422.      therefore the default remains in effect, which is ON. 
  4423.      The new parameters in Warp 4 are LAZY:n (in Warp 3 it 
  4424.      only allowed ON & OFF) 
  4425.  
  4426.      <<=TIP=>> Lazy writes can also be turned ON or OFF at an 
  4427.      OS/2 command prompt.
  4428.  
  4429.      <<=WARNING=>> If you include the /LAZY parameter, then the 
  4430.      CACHE statement will IGNORE ALL OTHER PARAMETERS in the 
  4431.      line. Therefore, if you want to turn lazy writes off (or
  4432.      on) and also change some other parameter, you will need 
  4433.      two RUN statements.
  4434.      
  4435.      <<=WARNING=>> There is a bug in OS/2 version 2.1 which
  4436.      does not appear to have been fixed in Warp. You can't 
  4437.      turn lazy writes off from the config.sys file. The WPS
  4438.      always turns lazy writes ON when it loads regardless
  4439.      of what your CACHE.EXE command sets. So, if you want lazy
  4440.      writes off, you will need to run the CACHE command AFTER
  4441.      the WPS starts. Create a CMD file to turn it off and place
  4442.      it in your Startup folder. The WPS has already done it's
  4443.      thing when the objects in the Startup folder are opened.
  4444.      You can also turn it off from a command prompt.
  4445.  
  4446.    /MAXAGE: Sets how long data waits in the cache before it is 
  4447.      moved to another area of the cache where less used 
  4448.      information is stored, or how long data waits in the 
  4449.      cache before it is written to the hard disk. It is 
  4450.      expressed in milliseconds. The default is 5,000 or about 
  4451.      5 seconds. In the config.sys file line above, the wait 
  4452.      is set at 7,500 milliseconds or about 7 1/2 seconds.
  4453.       
  4454.    /DISKIDLE: Sets how long your hard disk must be idle before
  4455.      it will accept data from the cache. Express in 
  4456.      milliseconds and the default is 1,000 or about one 
  4457.      second. The minimum value must be greater than the value
  4458.      specified in the BUFFERIDLE parameter. In the config.sys
  4459.      file line above no parameter was specified so the default 
  4460.      remains in effect.
  4461.  
  4462.    /BUFFERIDLE: Sets how long the cache buffer must be idle 
  4463.      before its contents MUST be written to your hard disk. 
  4464.      Express in milliseconds and the default is 500 or about 
  4465.      1/2 second. In the config.sys file line above no parameter 
  4466.      was specified so the default remains in effect.
  4467.  
  4468.    /READAHEAD:ON|OFF|n Turns read ahead on, off or set to 'n' 
  4469.      read ahead workers. Only in Warp 4.0
  4470.  
  4471.      <<=TIP=>> According to the OS/2 Guild running Voicetype
  4472.      in Warp 4.0 is speeded up with /READAHAED:ON
  4473.  
  4474.  According to one source at IBM, there are two other
  4475.  undocumented parameters. "Mr HPFS" Doug Azzarito
  4476.  of IBM - Austin recommends them for testing only.
  4477.  
  4478.    /DIRTYMAX: Sets a maximum number of dirty buffers - if this
  4479.      limit is reached, the lazy-writer wakes up and cleans 
  4480.      up the cache. It is set at 80% of the cache.
  4481.  
  4482.    /WRITECACHE: Sets the maximum size of a WRITE that will be put
  4483.      in cache. It is set to the maximum size of a write operation (64K).
  4484.  
  4485.  <<=NOTE=>> Nearly everybody has his own recommendations
  4486.  about the correct size, so don't bother if you find different
  4487.  recommendations. Better try what is working best on YOUR system.
  4488.  
  4489.  <<=TIP=>> These settings can also easily done by using Warp'nGO or
  4490.  Xfolder Ver.080 and higher. Available at http://www2.rz.hu-berlin.
  4491.  de/~h0444vnd/os2.htm
  4492.  
  4493.  <<=NOTE=>> The HPFS.IFS config.sys file line sets up the
  4494.  cache and uses the system defaults. This config.sys file
  4495.  line is only used to modify the cache parameters. 
  4496.  
  4497.  <<=TIP=>> You can check to see what parameters the HPFS cache
  4498.  is currently set at by going to an OS/2 command prompt and 
  4499.  keying in the word CACHE and pressing the enter key.
  4500.  
  4501.  ========================= Table 4 =============================
  4502.  
  4503.    Parameters:             LAZY WRITES               /LAZY:ON
  4504.                                 MAXAGE                 >7,500 
  4505.                               DISKIDLE                 60,000 
  4506.                             BUFFERIDLE                 60,000
  4507.  ===============================================================
  4508. 
  4509. RUN=C:\IBMLAN\NETPROG\CACHE386.EXE
  4510.  
  4511.  Enables the cache for HPFS386. Only valid for the OS/2 Warp server advanced
  4512.  
  4513.  For more Information see:
  4514.  CALL=C:\OS2\CMD.EXE /Q /C C:\IBM386FS\CACHE386.EXE >NUL
  4515. 
  4516. RUN=C:\OS2\CALIBRATE.EXE-C C:\OS2CALIBRAT.DAT
  4517.  
  4518.  See DEVICE=C:\OS2\TOUCH.SYS
  4519. 
  4520. RUN=C:\PATH\CDWFSD.EXE
  4521.  
  4522.  Starts the background process for the RSJ CD-Writer, responsible
  4523.  for writing of data on the CD.
  4524. 
  4525. RUN=C:\HFSDIR\HFS.EXE
  4526.  
  4527.  Part of the HFS.IFS for accessing HFS formatted Apple Disks 
  4528. 
  4529. RUN=C:\OS2\SYSTEM\LOGDAEM.EXE /E:C:\OS2\LOGFILE.DAT /W:16
  4530.  
  4531.  This RUN command starts the logging process and must appear
  4532.  AFTER you have installed the LOG.SYS driver noted in the 
  4533.  config.sys line above. The two parameters are:
  4534.  
  4535.   /E:path\filename  This is the path and file name of the
  4536.      test file where the errors will be logged. You can place 
  4537.      it anywhere you want and call it anything you wish. 
  4538.      NOTE: Like the OS/2 INI files, this file is "locked" and 
  4539.      you will not be able to access it with your standard text 
  4540.      editor or the OS/2 System Editor. You will get a 
  4541.      "violation error". The Enhanced Editor will open the file.
  4542.  
  4543.   /W:nn  This is the size of the file named with the /E
  4544.      parameter. The default size is 64k, but with this switch 
  4545.      you can set the value from 4k to 64k. I've set the file 
  4546.      size at 16k in the example line above.
  4547.  
  4548.  <<=NOTE=>> Use SYSLOG.EXE from an OS/2 command line prompt to
  4549.  view your log file.
  4550. 
  4551. RUN=C:\MMOS2\MIDIDMON.EXE
  4552.  
  4553.  This is for MIDI
  4554. 
  4555. RUN=C:\MMOS2\QRYMMCD.EXE
  4556.  
  4557.  Queries the Audio CD
  4558. 
  4559. RUN=D:\PATH\RAMDISK R:
  4560.  
  4561.  Creates a RAM drive together with RAM(64).IFS every boot. 
  4562. 
  4563. RUN=C:\OS2\RSRV.EXE
  4564.  
  4565.  By older versions of IBM Open32 for Warp3. Should be deleted
  4566.  after applying Fixpak 26 or higher for Warp3.
  4567. 
  4568. RUN=C:\OS2\SMSTART.EXE
  4569.  
  4570.  This belongs to the error logging system, which no normal
  4571.  user will ever have use for. The output is only decipherable
  4572.  for REAL experts, so it is probably meant as a goodie for
  4573.  the IT people in large corporations, with their own software etc.
  4574.  
  4575.  <<=TIP=>> A REM in front of RUN=C:\OS2\SMSTART.EXE will stop
  4576.  the following processes: SMSTART.EXE, DMISL.EXE the Desktop
  4577.  Management Interface service layer, ERLOGGER.EXE the error logger
  4578.  and FFST.EXE the first failure support technology.
  4579.  This is advised for all 'normal' users.
  4580. 
  4581. RUN=C:\WATCHCAT\WATCHCAT.EXE
  4582.  
  4583.  WatchCat 2.1 main program
  4584.  
  4585.  WatchCat is a program to recover OS/2 from a hanged Presentation
  4586.  Manager by killing applications. It can also display all PStat-info
  4587.  about modules, processes, threads etc.
  4588.  
  4589.  Developed by Felix von Normann and Thomas Opheys.
  4590.  Watchcat is FREE for private use.
  4591.  
  4592.  <<=NOTE=>> As Watchcat hasn't been updated since 1995 I first 
  4593.  suggest the use of SCKILLFEATUREENABLED=YES together with Warp4.
  4594.  There is also the FREE Task Buster ver 2.0 by Jostein Ullestad
  4595.  available at http://www.powerutilities.no. Both can unfortunately
  4596.  only act with a working P(resentation)M(anager), but as long you're
  4597.  not a developer who has to 'fight' with corrupt applications who are
  4598.  blocking the message queue these two should do in nearly every case,
  4599.  cause since Fixpak 17 for Warp 3 the "SIQ" feature allows the user to
  4600.  take focus away from an application that is monopolising the message
  4601.  queue.
  4602.  
  4603.  <<=Tip=>> By Rainer Feuerstein: Around Christmas the WatchCat Icon wears
  4604.  a Santa Cap :).
  4605. 
  4606. RUN=C:\WATCHCAD\WCCAD.EXE
  4607.  
  4608.  WatchCat 2.1 CAD Package Control Program
  4609. 
  4610. CALL=C:\OS2\CMD.EXE /Q /C C:\IBM386FS\CACHE386.EXE >NUL
  4611.  
  4612.  Call to the cache program for HPFS386
  4613.  
  4614.  options for CACHE386 (x is an optional drive letter):
  4615.  
  4616.  /OPTIONS[:x]         Display current configuration
  4617.  /STATS[:C|:D]        Display, clear, or dynamically display statistics
  4618.  /LAZY[:x][:ON|:OFF]  Enable or disable lazy writing
  4619.  /MAXAGE[:x]:n        Change msDataAge to n milliseconds
  4620.  /BUFFERIDLE[:x]:n    Change msIdleBuf to n milliseconds
  4621.  
  4622.  If no drive (x) is given, the option will apply to all HPFS drives.
  4623.  
  4624.  Each option may be abbreviated to a single letter, for example:
  4625.  
  4626.  CACHE386 /B:D:1000    (sets BufferIdle to 1000 for drive D)
  4627.  
  4628.  <<=ATTENTION=>>This entry has to be done manually. If this statement is not
  4629.  added you'll get the following error 'Net 3091: the Cache386.exe is not 
  4630.  running. The server cannot be started.
  4631.  
  4632.  Adding the parameter /STATS will display the statistic usage cache
  4633.  usage. This will help you to size the cache to a size where the 
  4634.  minimum sized cache achieves the maximum hit rate.
  4635. 
  4636. CALL=C:\OS2\CACHEF32.EXE
  4637.  
  4638.  CACHEF32.EXE is a helper program for FAT32.IFS with the following
  4639.  functions:
  4640.  - Check DISK state on boot, run CHKDSK if needed.
  4641.  - Start the LAZY WRITE daemon.
  4642.  - Set CACHE and READ-AHEAD parameters.
  4643.  - Set Longname behaviour.
  4644.  - Load a CP to UNICODE translate table for longnames and the default 
  4645.    codepage.
  4646.  
  4647.  When run in the foreground and CACHEF32 is already running, it displays
  4648.  the CACHE parameters and allows you to modify the values. If no other
  4649.  copy of CACHEF32 is running, it detaches a background copy.
  4650.  
  4651.  When run in the background (detached), CACHEF32 will act as lazywrite daemon.
  4652.  
  4653.  CACHEF32.EXE supports the following options:
  4654.  
  4655.  /?    Shows help.
  4656.  
  4657.  /Q    Terminates CACHEF32. CacheF32 will be unloaded from memory, lazy
  4658.        writing will stop. (Performance will degrade).
  4659.  
  4660.  /N    Runs CACHEF32 without starting the deamon in the background.
  4661.  
  4662.  /D:nn Sets the DISKIDLE value. See OS/2 online help on CACHE.
  4663.  
  4664.  /B:nn Sets the BUFFERIDLE value. See OS/2 online help on CACHE.
  4665.  
  4666.  /M:nn Sets the MAXAGE value. See OS/2 online help on CACHE.
  4667.  
  4668.  /R:d:,n Set RASECTORS for drive d: to n.
  4669.  
  4670.  /L:ON|OFF Set lazy writing ON or OFF, default is ON
  4671.  
  4672.  /FS   Use short names internally.
  4673.  
  4674.  /FL   Use long names internally (default).
  4675.       (see LONG FILENAMES IN OS/2 AND DOS SESSIONS below)
  4676.  
  4677.  /P:1|2|3|4 Set priority for lazy writer. 1 is lowest, 4 is highest. 
  4678.       Default 1 (= idle-time). This might be handy if the lazy-writer 
  4679.       doesn't seem to get any CPU due to heavy system load.
  4680.  
  4681.  Note 1: the /T option has been removed in version 0.83.
  4682.  
  4683.  Note 2: if you notice that the /P options has any effect on your 
  4684.         situation please let me know.
  4685. 
  4686. CALL=C:\OS2\CHKDSK.COM C: /C
  4687.  
  4688.  This CALL statement will call the new 32-bit CHKDSK.COM, and will
  4689.  tell it what drive to check (e.g. C:). This CALL statement must appear
  4690.  after the LIBPATH=, SET PATH=, and SET DPATH= statements, but before any
  4691.  other CALL statements in your CONFIG.SYS file.
  4692.  The /C option tells CHKDSK to check the drive only if it is "dirty" and
  4693.  it needs checking. It needs BASEDEV=CHKDSK.SYS loaded.
  4694. 
  4695. CALL=C:\OS2\CMD.EXE
  4696.  
  4697.  With this statement you can 'delay' the initialisation of the 
  4698.  presentation manager. The effect is the same as if you would press
  4699.  'ALT F1' during boot (as long 'OS/2' is visible on the left upper
  4700.  corner of  the display) and then selecting the command-line option
  4701.  (F2 in Warp4). After typing 'exit' the command-line will be closed
  4702.  and boot-up finishes. Useful if you have to delete locked files
  4703.  (specially locked dll's).
  4704. 
  4705. CALL=F:\DCAF13\EQNINNEW.EXE
  4706.  
  4707.  Part of DCAF (Distributed Console Access Facility)
  4708.  
  4709.  <<=ATTENTION=>> If you have not the IBM Internal Y2K fix
  4710.  it won't work after 31.12.1999
  4711. 
  4712. CALL=F:\DCAF13\EQNRCLD.EXE
  4713.  
  4714.  Part of DCAF (Distributed Console Access Facility)
  4715.  
  4716.  <<=ATTENTION=>> If you have not the IBM Internal Y2K fix
  4717.  it won't work after 31.12.1999
  4718. 
  4719. CALL=F:\PPM242A\PPS242A.EXE
  4720.  
  4721.  Part of PolyPM Remote Service Management Solution
  4722. 
  4723. CALL=E:\SRVIFS\SRVATTCH.EXE M: CIDSRVM
  4724.  
  4725.  Part of the ThinIFS by IBM
  4726. 
  4727. -----------------------------------------------------------------
  4728. 6. DOS SPECIFICS
  4729. 
  4730. BREAK=OFF
  4731.   
  4732.  For DOS programs only. Many DOS programs can be stopped by
  4733.  holding down the Ctrl key and then pressing the Break key. 
  4734.  BREAK controls how quickly DOS programs stop when you interrupt
  4735.  them with the Ctrl+Break sequence. If BREAK=OFF, DOS will stop
  4736.  the program only when the programs next reads a character from
  4737.  the keyboard or writes to the screen or printer. With BREAK=ON,
  4738.  DOS will check for the Ctrl+Break on a more frequent basis. 
  4739.  Remember that this extra checking can make your DOS programs run
  4740.  slower.
  4741. 
  4742. DOS=LOW,NOUMB
  4743.   
  4744.  This is a standard DOS command that lets you control how DOS
  4745.  uses memory. The default is DOS=LOW,NOUMB and is considered
  4746.  by many to be the best setting for it conserves memory
  4747.  for OS/2. DOS=HIGH (including ,UMB) reduces available memory
  4748.  for OS/2, but increases the available memory in EVERY DOS
  4749.  session. Few DOS sessions need maximum memory. Also remember
  4750.  that you can move DOS HIGH for a specific program by changing
  4751.  that programs Settings. This is done in the programs Settings
  4752.  Notebook and is likely the better way to go. Finally, keep in
  4753.  mind that in OS/2 many device drivers are not taking up room in
  4754.  your 640k DOS area. So you generally have more memory in the
  4755.  typical OS/2 DOS session than in a standard DOS session.
  4756.  
  4757.  The following is the amount of memory my system reports in each
  4758.  DOS session with DOS=LOW,NOUMB. The vast majority of all DOS
  4759.  programs will run just fine with this amount of memory.
  4760.  
  4761.    655360 bytes total memory
  4762.    655360 bytes available for DOS
  4763.    618208 largest executable program size    <---- About 604k.
  4764.  
  4765.  With DOS=HIGH, the amount of memory reported is:
  4766.  
  4767.    655360 bytes total memory
  4768.    655360 bytes available for DOS
  4769.    643632 largest executable program size    <---- About 629k.
  4770.  
  4771.  <<=TIP=>>  If you need the maximum available RAM in a DOS
  4772.  session and can get by on CGA or MONO, in the DOS Settings of
  4773.  your applications Settings Notebook, change VIDEO_MODE_RESTRICTION
  4774.  to CGA or MONO. (Note that there are some reports from users
  4775.  that this procedure does not work on their hardware.)  A final
  4776.  note:  For this to work on some systems, you may need to change
  4777.  RMSIZE command to 639 (RMSIZE=639). See description of this
  4778.  parameter under RMSIZE. This is the result of a bug in OS/2.
  4779. 
  4780. FCBS=4,2
  4781.  
  4782.  File Control Blocks (FCBS) are an outmoded holdover from old 
  4783.  versions of DOS. The blocks are an internal holding area for
  4784.  data about concurrently open files. In newer versions of DOS,
  4785.  these FCBS have been replaced by File Handles, but some DOS
  4786.  programs still use them and you need this statement for com-
  4787.  patibility. The command tells an OS/2 VDM how many FCBS can
  4788.  be open at once, or, when DOS needs to open more FCBS than are
  4789.  available, how many currently open but not active FCBS may be
  4790.  closed to make room for new ones.
  4791.  
  4792.  The syntax is FCBS=a,b where a=the number of FCBS that DOS can
  4793.  have open at one time and b=the number of FCBS DOS cannot close
  4794.  to make room for new FCBS. "a" can be as high as 255. "b" can
  4795.  have a value of 0 to 254, but must be less than "a". Unless
  4796.  you get some kind of error message when running a DOS program
  4797.  that tells you the program doesn't have enough FCBS, leave the
  4798.  default as set.
  4799.  
  4800.  <<=TIP=>> You may wish to experiment with a smaller number.
  4801.  If you can get by with a smaller number, you will get back a
  4802.  little memory in each of your DOS sessions. My suggestions is
  4803.  that you set it to 4,2. If you make this change and then load
  4804.  a DOS program that says it can't open a file, increase the
  4805.  first value, reboot, and see if the error message goes away.
  4806.  You can also increase or change the value in the DOS programs
  4807.  Settings notebook.
  4808. 
  4809. FILES=20
  4810.  
  4811.  This is a standard DOS command which sets the maximum number
  4812.  of files that DOS can access at the same time. OS/2 sets the
  4813.  install default is 20, but some DOS programs may require an
  4814.  increased number. The maximum parameter is 255. The FILES
  4815.  command is for DOS only and has no effect on OS/2 sessions
  4816.  which can have up to 64,000 files open at the same time.
  4817. 
  4818. LOADHIGH C:\OS2\MDOS\TSR.EXE
  4819.  
  4820.  LH does the same as LOADHIGH.
  4821.  This command is for DOS sessions and loads TRS programs into
  4822.  upper memory blocks if they are available. If upper memory
  4823.  blocks are not available, the TRS will be loaded into
  4824.  conventional memory.
  4825. 
  4826. RMSIZE=640
  4827.  
  4828.  This is a DOS command and sets the amount of memory available
  4829.  for use by each DOS session. The maximum is 640k. Since some
  4830.  DOS programs require 640k, its best to have RMSIZE set to 640.
  4831.  
  4832.  <<=TIP=>> If you need maximum memory (more than 640k), see
  4833.  tip under DOS=LOW,NOUMB.
  4834. 
  4835. SHELL=C:\OS2\MDOS\COMMAND.COM C:\OS2\MDOS /P
  4836.  
  4837.  This line identifies and loads the DOS command processor
  4838.  COMMAND.COM which you must have to make DOS sessions work. The
  4839.  /p parameter keeps the command processor in memory until shut down.
  4840.  
  4841.  <<=NOTE=>> This is the line where you can also specify the size
  4842.  of the DOS environment variable. The range is 160 through 32768.
  4843.  For example, to set a 1024 byte environment you would add the
  4844.  following to the end of the SHELL command line:  /E:1024
  4845.  
  4846.  <<=TIP=>> You can also load and run other command processor's
  4847.  such as 4DOS. To do so, just put 4DOS in your MDOS directory
  4848.  and change the SHELL line to read 4DOS.COM instead of
  4849.  COMMAND.COM.
  4850. 
  4851. WIN3DIR=WIN311_DIRECTORY
  4852.  
  4853.  This variable must point to the directory where Windows 3.1 resides
  4854.  if you use the TrapDoor feature for Warp 4.
  4855. 
  4856. -----------------------------------------------------------------
  4857. 7. DOS DRIVERS
  4858. 
  4859. DEVICE=C:\OS2\MDOS\ANSI.SYS  
  4860.  
  4861.  This is the traditional DOS command most are familiar with.
  4862.  It only affects DOS sessions. This line is not added to your
  4863.  config.sys file by default. If you want it, you need to add it.
  4864.  
  4865.  OS/2 sessions have ANSI support by default. If you are unsure
  4866.  if ANSI is on or off in an OS/2 session, go to an OS/2 command
  4867.  prompt and type ANSI. You will get a message like: "ANSI
  4868.  extended screen and keyboard control is on."  For an OS/2
  4869.  session, turn ANSI off or on by typing ANSI OFF or ANSI ON at
  4870.  an OS/2 command prompt.
  4871.  
  4872.  Parameters:
  4873.  
  4874.     /X Redefines keys with extended key values as distinct keys.
  4875.     /K Disables extended keyboard capabilities. Use this parameter
  4876.        if an application does not support extended keyboard.
  4877. 
  4878. DEVICE=C:\MMOS2\AUDIOVDD.SYS Parameter
  4879.  
  4880.  DOS Soundcard-Driver
  4881.  Parameter: 
  4882.  PAS161$  for the MediaVision's ProAudio Spectrum Soundcard
  4883.  SBAUD1$  for the Sound Blaster 16 sound card
  4884.  
  4885.  <<=NOTE=>> the parameter is the link between the OS2 driver and the
  4886.  DOS driver. The DOS driver inherits it's settings associated with 
  4887.  the parameter
  4888. 
  4889. DEVICE=C:\OS2\GAMEVDD.SYS
  4890.  
  4891.  Virtual Dos Joystick Driver
  4892. 
  4893. DEVICE=C:\TP\MWAVE\BIN\MWAVEVDD.sys
  4894.  
  4895.  Dos Driver for the MWAVE-DSP in Thinkpads
  4896.  
  4897.  <<=ATTENTION=>> The MWAVEVDD.SYS must placed before VEMM.SYS
  4898. 
  4899. DEVICE=C:\OS2\MDOS\QVCOM.SYS
  4900.  
  4901.  Quatech (www.quatech.com) asynchronous serial device driver for the
  4902.  Quatech ISA and PCI boards
  4903.  
  4904.   * High baud rates to 921,600 bits per second, depending on UART type.
  4905.  
  4906.   * Support for 16750 UARTs and their 64-byte FIFOs.
  4907.  
  4908.   * Up to 32 serial ports
  4909. 
  4910. DEVICE=D:\OS2\MDOS\VASPI.SYS
  4911.  
  4912.  Adaptec ASPI device drivers for SCSI support.
  4913. 
  4914. DEVICE=D:\OS2\MDOS\VASPIDD.SYS
  4915.  
  4916.  Adaptec ASPI device drivers for SCSI support.
  4917. 
  4918. DEVICE=C:\MMOS2\VAUDDRV.SYS Parameter
  4919.  
  4920.  DOS Soundcard-Driver
  4921.  Parameter: 
  4922.  ES16881$  for Soundcards with ESS 1688 chip
  4923.  ES18681$  for Soundcards with ESS 1868 chip 
  4924.  
  4925.  <<=NOTE=>> the parameter is the link between the OS2 driver and the
  4926.  DOS driver. The DOS driver inherits it's settings associated with 
  4927.  the parameter
  4928. 
  4929. DEVICE=C:\OS2\MDOS\VCDROM.SYS 
  4930.  
  4931.  This is a CD-ROM device driver that provides support in DOS
  4932.  sessions.
  4933. 
  4934. DEVICE=C:\OS2\MDOS\VCOM.SYS  
  4935.  
  4936.  Lets you use the communications ports for DOS and Windows
  4937.  sessions. Must appear after the COM.SYS driver. 
  4938.  
  4939.  <<=NOTE=>> If you are using COM3 and/or COM4, add the
  4940.  appropriate parameters to the COM.SYS line above only. It is
  4941.  not necessary to add any parameters to this line. VCOM.SYS
  4942.  inherits its parameters from the COM.SYS line.
  4943.  
  4944.  <<=TIP=>> See TIP under DEVICE=C:\OS2\COM.SYS regarding 
  4945.  SIO.SYS.
  4946. 
  4947. DEVICE=C:\OS2\MDOS\VDPMI.SYS
  4948.  
  4949.  Provides "virtual" DPMI (DOS Protect Mode Interface) memory
  4950.  for DOS and Window sessions. I don't know much about this,
  4951.  but I've been told not to remove it.
  4952. 
  4953. DEVICE=C:\OS2\MDOS\VDPX.SYS
  4954.  
  4955.  Driver required when using VDPMI in the config.sys line
  4956.  below. One authority said that this driver "provides V86 to
  4957.  Protected Mode translation for DPMI memory". Well that's
  4958.  enough to lose me.
  4959. 
  4960. DEVICE=C:\OS2\MDOS\VEMM.SYS 
  4961.  
  4962.  VEMM.SYS lets DOS programs use expanded memory unless you
  4963.  override it by changing a DOS programs SETTINGS.
  4964.  
  4965.  Parameters:
  4966.  
  4967.    /S=n  Sets the limit of EMS memory in blocks of 1024k. 
  4968.       Default is 2.
  4969.  
  4970.    /L=n  Size of conventional memory that can be remapped.
  4971.       Default is none.
  4972.  
  4973.    /F=nnnn  Memory frame address to be used to map EMS.
  4974.       Default is AUTO.
  4975.  
  4976.  <<=NOTE=>> Settings you specify in a DOS session will
  4977.  override these parameters.
  4978.  
  4979.  <<=NOTE=>> The VEMM.SYS device must be listed in your
  4980.  config.sys file before the VXMS.SYS device.
  4981. 
  4982. DEVICE=C:\CMLIB\VHAPI.OS2
  4983.  
  4984.  Paul Kurr wrote the following. "This provides for Virtual HLLAPI
  4985.  support within VDM's (not sure about VMB's). This allows DOS
  4986.  programs that use the HLLAPI to access the HOST sessions running
  4987.  at the OS/2 level under comm mgr. So you can actually watch your
  4988.  comm mgr sessions in one window and your DOS program in another
  4989.  while they interact."
  4990. 
  4991. DEVICE=C:\OS2\MDOS\VMANWIN.SYS
  4992.  
  4993.  GRADD Display Drivers - generic DOS part
  4994. 
  4995. DEVICE=C:\OS2\MDOS\VMGAX64.SYS
  4996.  
  4997.  Driver for the Matrox Video Cards
  4998. 
  4999. DEVICE=C:\OS2\MDOS\VMOUSE.SYS 
  5000.  
  5001.  Identifies and loads the mouse driver to let you use a mouse
  5002.  with DOS. Mouse support for OS/2 is loaded below.
  5003.  
  5004.  <<=NOTE=>> If you don't have this line (or you REM'd it), you
  5005.  will not have mouse support in your DOS sessions.
  5006. 
  5007. DEVICE=C:\OS2\MDOS\VNPX.SYS
  5008.  
  5009.  This device driver works _with_ your systems math coprocessor.
  5010.  If you do not have a math coprocessor, this driver will not load.
  5011.  Some have suggested that if you add it to your config.sys you
  5012.  will see an enhancement in your systems performance. Not so. 
  5013.  There is no reason for it to be added to your config.sys
  5014.  file. IF YOU HAVE A MATH COPROCESSOR, OS/2 WILL LOAD THIS
  5015.  DRIVER AUTOMATICALLY. If you add it to your config.sys file,
  5016.  a second copy of the driver will be loaded. In doing so, many
  5017.  have reported that no DOS programs would run. DO NOT ADD THIS
  5018.  STATEMENT TO YOUR CONFIG.SYS FILE.
  5019. 
  5020. DEVICE=C:\OS2\MDOS\VPCMCIA.SYS 
  5021.  
  5022.  Virtual Card Services driver for PCMCIA
  5023. 
  5024. DEVICE=C:\OS2\MDOS\VPICPARM.SYS irq9_off
  5025.  
  5026.  Some applications like PCAS (and some terminal emulators) have problems
  5027.  sharing IRQ9 in a VDM. Since the DOS Virtual Device drivers are not
  5028.  loaded out of CONFIG.SYS, a new device driver VPICPARM.SYS has been added
  5029.  starting with Warp 3 FixPak 38 and Warp 4 FixPak 8.
  5030.  
  5031.  To prevent sharing of IRQ9 in a VDM, add the device in config.sys:
  5032.  Next, in the settings for the program that requires exclusive access to
  5033.  IRQ9, set the DOS setting HW_SHARE_IRQ9 to ON.
  5034.  When you next boot your system, VDMs will not share IRQ9.
  5035. 
  5036. DEVICE=C:\OS2\MDOS\VPRPMI.SYS
  5037.  
  5038.  GRADD Display Drivers - generic DOS part
  5039. 
  5040. DEVICE=C:\SIO\VSIO.SYS
  5041.  
  5042.  Excellent replacement driver for VCOM.SYS. If you utilize
  5043.  communications software on a regular basis at high speeds 
  5044.  (e.g. 14,400), then the SIO drivers are the way to go.
  5045.  Be sure you have REM'd out VCOM.SYS when using. SIO.SYS and
  5046.  VSIO.SYS are Shareware, not Freeware. See also SIO.SYS.
  5047. 
  5048. DEVICE=C:\OS2\MDOS\VSVGA.SYS
  5049.       
  5050.  Your config.sys file will contain various device drivers for
  5051.  various devices based upon your systems hardware configuration.
  5052.  These device driver are for a SVGA video card.
  5053. 
  5054. DEVICE=C:\OS2\MDOS\VVGA.SYS 
  5055.  
  5056.  Your config.sys file will contain various device drivers for
  5057.  various devices based upon your systems hardware configuration.
  5058.  This device driver for supporting VGA video cards in DOS sessions.
  5059. 
  5060. DEVICE=C:\OS2\MDOS\VWIN.SYS
  5061.  
  5062.  Assists in the process of providing seamless Windows support.
  5063. 
  5064. DEVICE=C:\OS2\MDOS\VW32S.SYS
  5065.  
  5066.  WIN32s program support driver.
  5067.  
  5068.  You need additionally the whole win32s package.
  5069. 
  5070. DEVICE=C:\OS2\MDOS\VXMS.SYS
  5071.  
  5072.  VXMS.SYS is a device driver that provides Extended Memory
  5073.  management to DOS sessions. XMS allows DOS programs to access
  5074.  more than one MB of memory. 
  5075.  
  5076.  Parameters:
  5077.  
  5078.     /UMB  Upper memory block support in DOS sessions.
  5079.  
  5080.     /NOUMB  No upper memory block support.
  5081.  
  5082.     /XXMLIMIT=m,n  Indicates the total system wide memory limit.
  5083.  
  5084.     /HMAMIN=m  Sets the minimum request size for high memory,
  5085.                from 1k to 63k.
  5086.  
  5087.     /NUMHANDLES=m  Sets the number of handles in each DOS session,
  5088.                    from 1 to 128.
  5089.  
  5090.  <<=NOTE=>>  The VXMS.SYS device must be listed in your
  5091.  config.sys file after the VEMM.SYS device.
  5092. 
  5093. DEVICE=C:\OS2\WIN32OS2\WIN32K.SYS
  5094.  
  5095.  Win32k - Win32-OS/2 driver, description in WIN32.TXT of the w32os2
  5096.  package.
  5097. 
  5098. -----------------------------------------------------------------
  5099. 8. TCP\IP
  5100. 
  5101. DEVICE=C:\MPTN\PROTOCOL\AFOS2.SYS
  5102.  
  5103.  Part of the TCP/IP Protocol Drivers
  5104. 
  5105. DEVICE=C:\MPTN\PROTOCOL\AFINET.SYS
  5106.  
  5107.  Part of the TCP/IP Protocol Drivers
  5108. 
  5109. DEVICE=C:\MPTN\PROTOCOL\CDMF.SYS
  5110.  
  5111.  Device driver used by the IBM TCP/IP Firewall.
  5112.  Part of the TCP/IP Ver. 4.1/4.2/4.21 firewall
  5113.  (its unknown what this driver exactly does)
  5114. 
  5115. DEVICE=C:\MPTN\PROTOCOL\FWIP.SYS
  5116.  
  5117.  IBM TCP/IP Firewall IP Packet driver.
  5118.  IP Packet Filter Driver.
  5119.  Part of the TCP/IP Ver. 4.1/4.2/4.21 firewall
  5120.  
  5121.  For configuring the Firewall get the FREE ServerConfig
  5122.  Which can be found at: http://www.ecs.soton.ac.uk/~dm898/soft.html
  5123.  a GUI config util for Apache 1.3.9, InetPowerServer/2 0.85 and the
  5124.  IBM OS/2 TCP/IP Firewall. Author: SEHH (sehh@altered.com)
  5125. 
  5126. DEVICE=C:\MPTN\PROTOCOL\IPSEC.SYS
  5127.  
  5128.  Part of the TCP/IP Ver. 4.1/4.2/4.21 firewall
  5129.  Device driver used by the IBM TCP/IP Firewall to
  5130.  impliment the IPSEC protocol.
  5131. 
  5132. DEVICE=C:\MPTN\PROTOCOL\MD5.SYS
  5133.  
  5134.  Device driver used by the IBM TCP/IP Firewall to
  5135.  impliment MD5 encryption.
  5136.  Part of the TCP/IP Ver. 4.1/4.2/4.21 firewall
  5137.  See also DEVICE=C:\MPTN\PROTOCOL\FWIP.SYS
  5138. 
  5139. DEVICE=C:\MPTN\PROTOCOL\IFNDIS.SYS
  5140.  
  5141.  Part of the TCP/IP Protocol Drivers
  5142. 
  5143. DEVICE=C:\TCPIP\BIN\IFNDISNL.SYS
  5144.  
  5145.  TCP/IP Drivers for SLIP (Serial Line Internet Protocol)
  5146.  OS/2 TCP/IP Version 2.00 IFNDIS Null Driver from
  5147.  the Warp 3 Internet Access Kit.
  5148.  
  5149.  <<=TIP=>> To get PPP (Pont to Point Protocol) download
  5150.  ftp://ftp.ibm.net/pub/PPP/PPP.ZIP
  5151. 
  5152. DEVICE=C:\TCPIP\BIN\INET.SYS
  5153.   
  5154.  TCP/IP Drivers for SLIP (Serial Line Internet Protocol)
  5155.  OS/2 TCP/IP Version 2 from the Warp 3 Internet Access Kit.
  5156.  
  5157.  <<=TIP=>> For PPP see also DEVICE=C:\TCPIP\BIN\IFNDISNL.SYS
  5158. 
  5159. DEVICE=C:\MPTN\PROTOCOL\SOCKETS.SYS /Parameter
  5160.  
  5161.  Part of the TCP/IP Protocol Drivers
  5162.  
  5163.  Parameters:
  5164.  
  5165.  /c:#        Failuresearch, COMPORT-Number; Standard = 2
  5166.  /v          Verbose
  5167.  /uis:0      disable ID for select(); Standard = ON
  5168.  /mem:#      amount of 4KB Clusters. Standard = 75; 
  5169.              valid Range = 30 - 32766
  5170.  /gdt:#      max. amount of 64KB Blocks the Stack can arrange; Standard = 80
  5171.  
  5172.  <<=TIP=>> According to IBM there is the undocumented parameter
  5173.  /UIS:0 for use on 3172 Offload System to improve the
  5174.  performance. This parameter is only intended for use on a 3172
  5175.  Offload System and turns off the process id : thread id
  5176.  processing on select () calls in the stack 
  5177. 
  5178. DEVICE=C:\TCPIP\BIN\VDOSTCP.SYS
  5179.  
  5180.  Virtual DOS Driver for the TCP/IP protocol
  5181.  
  5182.  Parameter:
  5183.  /C:x, x is the number of the serial port. 
  5184.  
  5185.  <<=TIP=>> If you don't need TCP/IP support in DOS sessions
  5186.  REM this line:
  5187. 
  5188. DEVICE=C:\MTPN\BIN\VDOSTCP.VDD
  5189.  
  5190.  DOS API Driver for the TCP/IP protocol
  5191.  
  5192.  <<=TIP=>> If you don't need TCP/IP support in DOS sessions
  5193.  REM this line:
  5194. 
  5195. RUN=C:\MPTN\BIN\CNTRL.EXE
  5196.  
  5197.  TCP/IP Stack processing. CNTRL.EXE is a very important component
  5198.  of the stack. CNTRL.EXE provides threads for proper running of
  5199.  the stack. It provides a thread for each of the following: - IP
  5200.  input processing - TCP slow timeout processing - Debug thread for
  5201.  IP - ARP timeout processing - Ifndis debug thread - Watchdog thread
  5202.  for the adapter status - Loopback IP packets processing CNTRL.EXE
  5203.  is normally started from CONFIG.SYS with a RUN=statement. It should
  5204.  be the first program to begin executing when TCP/IP is started.
  5205.  CNTRL.EXE for Version 4 is different from that in the Version 2.0
  5206.  stack
  5207. 
  5208. RUN=C:\MPTN\BIN\VDOSCTL.EXE 
  5209.  
  5210.  DOS TCP/IP Stack processing
  5211.  
  5212.  <<=TIP=>> If you don't need TCP/IP support in DOS sessions
  5213.  REM this line:
  5214. 
  5215. CALL=C:\OS2\CMD.EXE /Q /C C:\MPTN\BIN\MPTSTART.CMD >NUL
  5216.  
  5217.  The file named MPTSTART.CMD contains Socket/MPTS 
  5218.  configuration information for a workstation. Socket/MPTS 
  5219.  creates and updates a MPTSTART.CMD file, based on your 
  5220.  configuration selections using the Socket/MPTS window 
  5221.  interface or using the response files. 
  5222.  
  5223.  MPTSTART.CMD is automatically started when the 
  5224.  workstation is restarted by a call statement in the 
  5225.  CONFIG.SYS file. 
  5226. 
  5227. SET DOMAIN=yourURL.com
  5228.  
  5229.  TCP/IP - Setting for domain name (like HOSTNAME)
  5230. 
  5231. SET ETC=C:\MPTN\ETC
  5232.  
  5233.  Sets the environment variable for TCPIP. Defines where the configuration
  5234.  files (e.g. *.ini) and log-files for TCPIP are stored. Needed by many
  5235.  TCPIP applications.
  5236.  
  5237.  <<=TIP=>> If this setting is missing some applications won't start. You
  5238.  can also type 'echo %ETC%' at the command line to show where ETC is loacted. 
  5239. 
  5240. SET HOSTNAME=xyz.ab
  5241.  
  5242.  Sets the variable for the Hostname
  5243. 
  5244. SET LPR_PRINTER=printer
  5245.  
  5246.  Name of the printing queue when printing via TCP/IP. This setting can also
  5247.  be done by using the TCP/IP settings notebook. 
  5248.  See also your TCP/IP-Reference.
  5249. 
  5250. SET LPR_SERVER=server
  5251.  
  5252.  Name of the LPR-Server when using the LPD-Protocol (Line Printer
  5253.  Daemon) for printing via TCP/IP over a network (e.g. using a LINUX 
  5254.  Print-server). This setting can also be done by using the TCP/IP 
  5255.  settings notebook. See also your TCP/IP-Reference.
  5256.  
  5257.  For networkprinting there are under OS/2 two functioning (unlike to 
  5258.  windows, but that's nothing surprising) solutions: LPRMON and LPRPORTD.
  5259.  
  5260.  <<=TIP=>> If you don't need network printing for dos/windows it is strongly
  5261.  recommended to use the LPRPORTD, cause it doesn't use port redirection,
  5262.  so spooling is done on the server and not on your local machine.
  5263.  This means you should install the printer as a network-printer.
  5264.  It is useful to 'autostart' the LPRPORTD by select this option in the
  5265.  TCP/IP settings notebook.
  5266.  When printing is slow you have to upgrade the LPRPORTD. The upgrade is 
  5267.  available at ftp://ftp.software.ibm.com/ps/products/tcpip/fixes/v4.0os2/
  5268.  latest/print/.
  5269.  
  5270.  <<=NOTE=>> When using the LPRMON you have to select the port-redirection
  5271.  of an lpt-port otherwise you'll get an error message like 'Queue contains
  5272.  more data'. In WinOS you have to select the LPTx.OS2 port not LPTx (like 
  5273.  this should be done for every printer under WinOS). LPRMON is also needed
  5274.  when using a Samba-Server.
  5275.  Using LPRMON means you have to install the printer as a local-printer 
  5276.  and then redirect the LPTx Port to the printing queue.
  5277.  Unfortunately OS/2 is limited to three LPT-Ports. Keller Group Inc. (the 
  5278.  developers of PMFax and Faxworks) has developed a free-to-use solution to
  5279.  add up to 9 printerports. The software is available under LPT49.zip at
  5280.  http://www.kellergroup.com
  5281. 
  5282. SET LPR_USER=user
  5283.  
  5284.  Undocumented command to set the username under lpr-printing 
  5285.  different from the default 'pc-user'. This setting can only be 
  5286.  done by an entry in the config.sys. There is NO command line
  5287.  option.
  5288. 
  5289. SET NLSPATH=C:\MPTN\MSG\NLS\%N;C:\TCPIP\msg\DEDE850\%N;
  5290.  
  5291.  Sets the path for the language specific messages in TCP\IP V.4.1
  5292. 
  5293. SET REXECDTIME=X
  5294.  
  5295.  X  = time in seconds
  5296.  -1 = never timeout
  5297.  
  5298.  Sets the timeout period for rexecd
  5299.  
  5300.  <<=NOTE=>> Works only when REXECD is started under the INETD. If not
  5301.  you can use the command:
  5302.  REXECD -t X (X = time in seconds, x = -1 will set to never timeout)
  5303. 
  5304. SET TCPLANG=de_DE
  5305.  
  5306.  Sets the Language for TCP/IP V4.1
  5307. 
  5308. SET USE_HOSTS_FIRST=1
  5309.  
  5310.  USE_HOSTS_FIRST determines whether the system will try to resolve names
  5311.  using the %etc\hosts file before asking the name server. It's often
  5312.  used in conjunction with the loopback, because you can place the line
  5313.  127.0.0.1 localhost in the hosts file, and any references to 'localhost' 
  5314.  will be translated to IP address 127.0.0.1 without the name server.
  5315.  Needed by many programs (e.g. Visual Age for Java, XFREE86) or if a 
  5316.  nameserver works in your LAN. You also have to edit the file 
  5317.  x:\mptn\bin\setup.cmd and insert after all other 'ifconfig' statements 
  5318.  the line 'ifconfig lo 127.0.0.1', then generate a file named 'hosts' in the
  5319.  directory x:\mptn\etc or x:\tcpip\etc and insert 127.0.0.1 localhost;
  5320.  the correct directory can be found out by typing the command
  5321.  'echo %etc%' at a command line
  5322.  
  5323.  <<= TIP =>> the necessary configuration can also be done by using the
  5324.  TCP/IP Notebook.
  5325. 
  5326. SET USER=user
  5327.  
  5328.  Sets the name of the user under lpr-printing with TCP/IP V.4.1. 
  5329.  If not set, default is 'pc-user'.
  5330.  
  5331.  <<=NOTE=>> The FREE IRC Client Ezirc also wants a SET USER in the
  5332.  config.sys in this case you must use your ID from your ISP (e.g.
  5333.  if you have j.kirk@enterprise.com you have to insert j.kirk)
  5334. 
  5335. ----------------------------------------------------------------
  5336. 9. JAVA
  5337. 
  5338. SET CLASSPATH=.\.;C:\JAVA11\LIB\SecMa.jar;
  5339.  
  5340.  Sets the path for the Java Classes
  5341.  
  5342.  SET CLASSPATH=C:\JAVA11\LIB\SecMA.jar;%CLASSPATH%
  5343.  
  5344.  Enables Security in Java 1.18 see also readme.sma in 
  5345.  your Java directory for more advices.
  5346. 
  5347. SET JAVA_AUDIO_RATE=n 
  5348.  
  5349.  Sets the preferred playback sample rate for audio.
  5350.  A value of 8 for n sets the playback rate to 8000 samples
  5351.  per second. Use a value of 11 for 11025 samples per second.
  5352.  The Java runtime normally tries a sample rate of 8000 first,
  5353.  which matches the incoming data stream rate, and then 11025. 
  5354.  
  5355.  <<=TIP=>> Some drivers, such as some ThinkPad 701C drivers
  5356.  dated prior to October 1995, appear to support a sample rate
  5357.  of 8000 but then fail; they can be made to work by setting a
  5358.  playback sample rate of 11025.
  5359. 
  5360. SET JAVA_AUDIO_VOLUME=v 
  5361.  
  5362.  Adjusts the volume level for the audio output. v is the
  5363.  percentage of the maximum volume, from 0 to 100.
  5364.  The default is 75. 
  5365. 
  5366. SET JAVA_CLOCK_RESOLUTION = 1
  5367.  
  5368.  Sets the Minimum of the timer resolution in JavaApps using
  5369.  currentTimeMillis to 1 Millisecond (the highest resolution). 
  5370.  
  5371.  The best Java-Speed using currentTimeMillis can be achieved
  5372.  with JAVA_CLOCK_RESOLUTION = 32. 
  5373.  This can be important for Java-Benchmark-Tests.
  5374. 
  5375. SET JAVA_COMPILER=<xyz> 
  5376.  
  5377.  Specifies the name of the just-in-time (JIT) compiler to load.
  5378.  The default JIT is JAVAX. 
  5379.  
  5380.  <<=TIP=>> To disable the JIT, specify the name of a non-existent
  5381.  DLL. ATTENTION, this will heavily decrease the speed of Java
  5382. 
  5383. SET JAVA_CONSOLE=1 
  5384.  
  5385.  Specifies that Java programs started by JAVA and APPLET are run
  5386.  with a Java console. 
  5387. 
  5388. SET JAVA_HIGH_MEMORY=1
  5389.  
  5390.  Since Java 1.18, activates High Memory Support.
  5391.  
  5392.  <<=NOTE=>> VIRTUALADDRESSLIMIT=2048 needs also to be set, otherwise
  5393.  this setting will be ignored. TCP 4.1 or higher must be installed.
  5394. 
  5395. SET JAVA_HOME=<dir> 
  5396.  
  5397.  Specifies the path to the shared Java runtime directories. 
  5398. 
  5399. SET JAVA_NL_DBCS=1
  5400.  
  5401.  Java uses in double-byte environments only one byte  
  5402. 
  5403. SET JAVA_NLS_SBCS=1 
  5404.  
  5405.  Specifies that Java should run in single-byte character set
  5406.  (SBCS) mode even in double-byte character set (DBCS) environments. 
  5407. 
  5408. SET JAVA_NOPRINTDLG=1 
  5409.  
  5410.  Specifies that Java should suppress display of the printer
  5411.  properties dialog box before printing. This allows jobs to
  5412.  print, without user intervention, using the default printer
  5413.  properties. 
  5414. 
  5415. SET JAVA_NORESTART=1 
  5416.  
  5417.  Declares the command JAVA not to be restarted as a PM-process.
  5418.  
  5419.  New with Java 1.18
  5420. 
  5421. SET JAVA_OLD_CHARSPACING=ON
  5422.  
  5423.  Enables the 'old' character spacing used together with the
  5424.  'pre-march' Java 1.17. Fixes bad spacing for codepage characters
  5425. 
  5426. SET JAVA_OLD_CHARSPACING=OFF
  5427.  
  5428.  Enables the 'new' character spacing introduced with the march
  5429.  fix of Java 1.17, improves the spacing in strings when characters
  5430.  from different codepages are used. If there is no variable in your
  5431.  config.sys the setting is OFF by default. 
  5432. 
  5433. SET JAVA_SOUND_MODE=ON 
  5434.  
  5435.  There are two ways to generate sound:
  5436.  Memory Playlist und Direct Audio Real Time (DART). DART is default
  5437.  If old audioapps don't need support you can disable DART and
  5438.  enable Memory Playlist by adding this setting.
  5439.  
  5440.  New with Java 1.18
  5441. 
  5442. SET JAVA_USER=<dir> 
  5443.  
  5444.  Specifies the path to the directory for user-specific files
  5445.  such as the hotjava\property file. 
  5446. 
  5447. SET JAVA_WEBLOGS=<dir> 
  5448.  
  5449.  Specifies the path to the directory where weblog files for
  5450.  each started Java process are written. 
  5451. 
  5452. SET LIB=C:\JAVA11\LIB;
  5453.  
  5454.  Sets the Path for the Java Libraries
  5455. 
  5456. -----------------------------------------------------------------
  5457. 10. NOVELL NETWARE NETWORK SUPPORT.                                
  5458. 
  5459. IFS=C:\NETWARE\NWIFS.IFS
  5460.  
  5461.  This installed the networks Installable File System. This IFS
  5462.  enables OS/2 to see the network drives just the same as local 
  5463.  drives.
  5464. 
  5465. DEVICE=C:\NETWARE\IPX.SYS
  5466.  
  5467.  Provides Novell IPX protocol support and is required for
  5468.  access to a NetWare server.
  5469. 
  5470. DEVICE=C:\NETWARE\LSL.SYS
  5471.    
  5472.  Loads Link support Layer driver. It is the lowest layer in
  5473.  the Novell Open Data Link Interface model and is required at
  5474.  all times for the requester to be active.
  5475. 
  5476. DEVICE=C:\NETWARE\NETBIOS.SYS
  5477.  
  5478.  Loads support for the NETBIOS protocol.
  5479.  
  5480.  <<=TIP=>> If you do not use NETBIOS applications, you can remove 
  5481.  the NETBIOS driver from the config.sys and the NETBIOS section 
  5482.  from the PROTOCOL.INI to remove some of the confusion this creates.
  5483.  You should also remove the virtual netbios drivers at the same time 
  5484.  since these bind onto the NETBIOS driver and not the LM10 interface 
  5485.  (which is why they appear after the NETWKSTA.SYS driver, so it can 
  5486.  "eat" its resources first, then what is left over is assigned to 
  5487.  NETBIOS.SYS). [<- Note: this should be NETBIOS.OS2]
  5488.  (The mentioned virtual NETBIOS drivers are 
  5489.  \IBMCOM\PROTOCOL\LANPDD.OS2 and LANVDD.OS2)
  5490. 
  5491. DEVICE=C:\NETWARE\NMPIPE.SYS
  5492.  
  5493.  Loads the support for client-only Named Pipes support.
  5494. 
  5495. DEVICE=C:\NETWARE\NPSERVER.SYS
  5496.  
  5497.  Loads support for your workstation to function as a Named
  5498.  Pipes server.
  5499. 
  5500. DEVICE=C:\NETWARE\NWREQ.SYS
  5501.  
  5502.  This is the CORE REQUESTER MODULE. This line must follow any
  5503.  lines that support IPX, SPX, or Named Pipes.
  5504. 
  5505. DEVICE=C:\NETWARE\SPX.SYS
  5506.  
  5507.  Provides Novell SPX protocol support. It is my understanding
  5508.  that this command is required for some Novell printing
  5509.  utilities, but is optional in most cases.
  5510. 
  5511. DEVICE=C:\NETWARE\TOKEN.SYS
  5512.  
  5513.  This line differs depending on the network board you have.
  5514. 
  5515. DEVICE=C:\NETWARE\VIPX.SYS
  5516.  
  5517.  Loads support for multiple virtual DOS machine support. It is 
  5518.  required both to have multiple DOS boxes on the network and to
  5519.  run the NetWare DOS based utilities.
  5520. 
  5521. DEVICE=C:\NETWARE\VSHELL.SYS
  5522.  
  5523.  Loads the network shell. It is automatically used for all DOS
  5524.  and WIN-OS/2 sessions that require it.
  5525. 
  5526. RUN=C:\NETWARE\DDAEMON.EXE
  5527.  
  5528.  A daemon is a background process that usually carries out 
  5529.  administrative tasks for the system without you knowing it. 
  5530.  This "daemon" is required for the requester to be active.
  5531. 
  5532. RUN=C:\NETWARE\NBDAEMON.EXE
  5533.  
  5534.  Loads the NETBIOS daemon process.
  5535. 
  5536. RUN=C:\NETWARE\NPDAEMON.EXE NP_COMPUTERNAME
  5537.  
  5538.  This line is required for either the client or the server
  5539.  NetBIOS support to be active and is a daemon program that is
  5540.  part of the Named Pipes support.
  5541. 
  5542. RUN=C:\NETWARE\NWDAEMON.EXE
  5543.  
  5544.  Another daemon program, but I'm not sure for which process.
  5545. 
  5546. RUN=C:\NETWARE\SPDAEMON.EXE
  5547.  
  5548.  Loads a daemon process that handles SPX packets.
  5549. 
  5550. -----------------------------------------------------------------
  5551. 11. LAN
  5552. 
  5553. DEVICE=C:\IBMCOM\MACS\IBMNE200.OS2
  5554.  
  5555.  Eagle Technology NE2000plus Ethernet Adapter
  5556. 
  5557. DEVICE=C:\IBMCOM\MACS\IBMTOK.OS2
  5558.  
  5559.  IBM compatible Token-Ring-Networkadapter
  5560. 
  5561. DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM /S
  5562.  
  5563.  The only thing I know about this is, that it writes a log named
  5564.  LANTRAG.LOG into X:\IBMCOM 
  5565. 
  5566. DEVICE=C:\IBMCOM\PROTOCOL\NETBIOS.OS2
  5567.  
  5568.  <<=TIP=>> By Roland Sambain. The conventions wisdom about IFS
  5569.  statements coming at the beginning of config.sys seems not to
  5570.  apply. i.e. for netbios to load correctly the device statement
  5571.  must comes before the NETWKSTA.200 IFS.
  5572. 
  5573. DEVICE=C:\IBMCOM\MACS\NULLNDIS.OS2
  5574.  
  5575.  IBM NULL MAC-driver
  5576.  
  5577.  Installed if you have NO Network Adapter.
  5578. 
  5579. DEVICE=C:\IBMCOM\MACS\PMAC.OS2
  5580.  
  5581.  SSW-Parallelportdriver for Adapter without NIC
  5582.  
  5583.  <<=TIP=>> See also Howto.dat for an advice how to do a network
  5584.  for two Computers via the parallel port.
  5585. 
  5586. DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
  5587.  
  5588.  IBM OS/2 LAN Protocol Manager
  5589. 
  5590. DEVICE=C:\IBMLAN\NETPROG\VNETAPI.OS2
  5591.  
  5592.  Paul Kurr wrote: "This sets up the virtual network support API
  5593.  within the VDM's (not VMB's). This allows DOS programs running
  5594.  within a VDM to "see" that the network is loaded, and interact
  5595.  with it (get/set redirections and such). If VDOLANAPI support
  5596.  is required in a VMB the device driver VNETAPI.SYS needs to be
  5597.  loaded within the VMB (this is found in \IBMLAN\NETPROG)."
  5598. 
  5599. IFS=C:\IBMLAN\NETPROG\NETWKSTA.200 /I:C:\IBMLAN /N
  5600.  
  5601.  Installable Network File system for the LAN Requester.
  5602.  
  5603.  <<=ATTENTION=>> For netbios to load correctly the NETBIOS.OS2 
  5604.  driver must come before. When you sort the config.sys you have
  5605.  to edit it manually and move this IFS behind.
  5606. 
  5607. RUN=C:\IBMCOM\LANMSGEX.EXE
  5608.  
  5609.  Any help needed by you.
  5610. 
  5611. CALL=C:\IBMCOM\PROTOCOL\NETBIND.EXE
  5612.  
  5613.  IBM OS/2 LAN Netbind 
  5614. 
  5615. RUN=C:\IBMLAN\NETPROG\VNRMINIT.EXE
  5616. SET NWDBPATH=C:\IBMLAN\NETPROG
  5617. SET DLSINI=C:\IBMLAN\NETPROG\NETGUI.INI
  5618. SET INIT_FILE_NAMES=netgui
  5619. SET INIT_FILE_RANGES=200
  5620. SET WPS_COMMUNICATION=YES
  5621. SET LOCPATH=C:\IBMLAN\XPG4\LOCALE
  5622. SET LANG=ENUS437
  5623. DEVICE=C:\IBMLAN\NETPROG\RDRHELP.200
  5624. RUN=C:\IBMLAN\NETPROG\LSDAEMON.EXE
  5625.  
  5626.  Items with \IBMLAN provide support for LAN Server. According to
  5627.  Paul Kurr, the SET statements are for LS 4 GUI support.
  5628. 
  5629. //END//
  5630. 
  5631.