Jump to content

CONFIG.SYS - SET Statements: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
No edit summary
Line 100: Line 100:
statement to support network DSOM
statement to support network DSOM


===SOM===
OS/2 SOM Set Statements.


====SomBase====
Used by OS/2 SOM.
SET SOMbase=path


==Programming Environments==
Parameters:
===EMX/GCC===
 
====AC_PREFIX====
Path can be any full path.
Sets the install directory for GNU autconf.
 
SET AC_PREFIX=
Value can be any full path. Relative paths are not allowed.


{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 121: Line 126:
|}
|}


====ADA_INCLUDE_PATH====
====SomdDebug====
Variable for GNAT the Ada95 Compiler from GNU GCC
Used by OS/2 SOM.
  SET ADA_INCLUDE_PATH=
  SET SomDDebug=10
 
More information will be available in one of the next releases of the Config.Sys Documentation
Project.
 
Value can be any full path. Relative paths are not allowed.


{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 132: Line 142:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 138: Line 148:
|}
|}


====ADA_OBJECTS_PATH====
====SomdDir====
Variable for GNAT the Ada95 Compiler for gcc
Used by OS/2 SOM. Points to the DSOM directory, DSOM stands for Distibuted SOM.
  SET ADA_OBJECTS_PATH=
  SET SomdDir=Path
 
Parameters:
 
Path can be any full path.
 
Value can be any full path. Relative paths are not allowed.


{| class="wikitable"
{| class="wikitable"
Line 149: Line 165:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 155: Line 171:
|}
|}


==Networking==
====SomdMessageLog====
===LAPS===
Used by OS/2 SOM.
====SET Adapter_Nif====
  SET SomDMessageLog=Somd.log
This Statement is part of the LAN Adapter and Protocol Support (LAPS) and points out the network information file (NIF) for the installed LAN card.
  SET Adapter_Nif=value


Parameters:
More information will be available in one of the next releases of the Config.Sys Documentation
Project.


Value can be any NIF file. The NIF file must be located in the x:\IBMCOM\MACS directory.  
Value can be any full path. Relative paths are not allowed.


{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 178: Line 193:
|}
|}


==Additional IBM Products==
====SomdPort====
===PSF/2===
Used by OS/2 SOM.
====SET AINCODEPATH====
SET SomdPort=4096
Setting by IBM Print Services Facility for OS/2.


====SET AINLANGUAGE====
More information will be available in one of the next releases of the Config.Sys Documentation
=ENU
Project.
Setting by IBM Print Services Facility for OS/2.


====SET AINUPTIMER====
Value can be any full path. Relative paths are not allowed.  
=1
Setting by IBM Print Services Facility for OS/2.


====SET AINWORKPATH====
{| class="wikitable"
Setting by IBM Print Services Facility for OS/2.
 
==Programs==
===AMD for IMDB===
====SET AMD_LISTS_PATH====
Setting for a database_application. It is an 'os2-browser' for IMDB (internet movie database!) , a very wellknown project for movie enthusiasts. Developed by Steffen Siebert (siebert@logware.de) and available for FREE
 
====SET AMD_PATH====
Setting for a database_application. It is an 'os2-browser' for IMDB (internet movie database!) , a very wellknown project for movie enthusiasts. Developed by Steffen Siebert (siebert@logware.de) and available for FREE
 
===Communigate Pro===
====SET APPLICATION====
Setting by ComminiGate Pro
 
===Inet.Mail===
====SET AutoReply====
This is used by the POP3 and SMTP Mailserver Inet.Mail.
SET AutoReply=Path
 
Parameters:
 
Path can be any full path.
 
{|class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 228: Line 215:
|}
|}


====AWK====
====SomdTimeout====
  SET AWK=
Used by OS/2 SOM.
Sets the path to the AWK executable regard the use of slashes (/)
  SET SomdTimeout=300


====AWKPATH====
More information will be available in one of the next releases of the Config.Sys Documentation
SET AWK=x:/path
Project.
Sets the searchpath for AWK regard the use of slashes (/)


===BackAgain/2===
Value can be any full path . Relative paths are not allowed.
====BA2_CATALOG_PATH====
SET BA2_CATALOG_PATH=x:\path
Environment variable used by Back Again/2


====BA2_LOG_PATH====
<b>Platform Support:</b>
SET BA2_LOG_PATH=x:\path
{| class="wikitable" style="text-align:center" border="1"
Environment variable used by Back Again/2
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====BA2_SCSI_LOGFILE====
====SomIR====
  SET BA2_SCSI_LOGFILE=x:\SCSILOG.TXT
Used by OS/2 SOM. Points to all *.ir files needed by SOM.
This will create with BackAgain/2 a logfile of scsi-related messages. Good for testing errors.
  SET SomIR=E:\OS2\ETC\SOM.IR;SOM.IR


====SET BA2_SET_PATH====
Parameters:
Environment variable used by Back Again/2
 
====BACKGROUNDBITMAP====
SET BACKGROUNDBITMAP="bitmap.BMP"
On security-enabled servers, the Presentation Manager lockup/autodim function is disabled. To restore the autodim function to guard against display phosphor burn-in, you can specify a sequence of up to 100 bitmaps to be displayed.


If no file is specified, a default OS/2 logo bitmap is used.
You can use any *.ir file. If you use more than one files, the files must be delimited by a semicolon.


If the file name is in the form bitmapNN, where NN represents digits 00-99, the file name specifies that it is the first of a sequence of files to be displayed cyclically.
Value can be any full path . Relative paths are not allowed.


====BACKGROUNDBITMAP2====
{|class="wikitable"
SET BACKGROUNDBITMAP2="bitmap.BMP"
|+Platform Support:
On security-enabled servers, the Presentation Manager lockup/autodim function is disabled. This line enables the Screen Saver function.
!OS/2 2.x
 
!OS/2 3.0
If no file is specified, a default OS/2 logo bitmap is used.
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====BACKGROUNDBITMAPDELAY====
====SomRunTime====
  SET BACKGROUNDBITMAPDELAY=n (in sec., default 300)
Used by OS/2 SOM.
the BACKGROUNDBITMAPDELAY value is the amount of time, in seconds, to display the BACKGROUNDBITMAP file before displaying the first bitmap in the sequence.
  SET SomRunTime=Path


====SET BACKGROUNDBITMAPDELAY2====
More information will be available in one of the next releases of the Config.Sys Documentation
SET BACKGROUNDBITMAPDELAY2=n (in sec., default 60)
Project.  
the BACKGROUNDBITMAPDELAY2 value is the amount of time, in seconds, to delay between the display of the bitmap sequence designated by BACKGROUNDBITMAP2.


====SET BASEDIRECTORY====
Value can be any full path. Relative paths are not allowed.
Setting by ComminiGate Pro


====SET BBACKUP====
{|class="wikitable"
Setting by BRIEF-editor, (os2-version); I think BRIEF is a well know
(programmers?) editor for dos-world. this is a specially os2-version! (1992)
 
====SET BeginLibpath====
With this variable can you enhance the Libpath. All paths you define in the Beginlibpath variable are added in front of the Libpath entries. It is normally not used in the Config.sys file, it is usefull at the command line and in scripts.
SET BeginLibpath=path;path2
 
'''Parameters:'''
If you have several paths they must be delimited by a semicolon.
 
{| class="wikitable" style="text-align:center" border="1"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 295: Line 277:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 301: Line 283:
|}
|}


====Bookshelf====
====SomSockets====
This variable points to the OS/2 online documentation and documents from various programs. Only the paths listed in the BOOKSHELF variable are searched, if you select "search in all books".
Used by OS/2 SOM.
  SET BOOKSHELF=Path1;Path2;...;PathN
  SET SomSockets=TcpIpSockets


Parameters:
More information will be available in one of the next releases of the Config.Sys Documentation
Project.


Path can be any full path.
Value can be any full path. Relative paths are not allowed.


{| class="wikitable"
{|class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 322: Line 305:
|}
|}


====C1====
==SomThreadPeer==
This variable is used by GRADD based video card drivers. GRADD drivers can only be used by Warp with a recent fixpak level.
The SomThreadPeer environment variable is used by the Lotus Smartsuite.
  SET C1=<parameter>
  SET SomThreadPeer=1


ex: SET C1=VMGRADD
Value can be any full path. Relative paths are not allowed.


;Parameter:
{| class="wikitable"
Parameter is one or more DLLs that the Gradd driver should load. If you have severall Dlls they must be delimited by a semicolon.
 
{|class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 344: Line 324:
|}
|}


====CPlus_Include_Path====
==Programming Environments==
Points to the path where the EMX-C++ Compiler stores the Include files.
===EMX/GCC===
SET CPlus_Include_Path=Path
====AC_PREFIX====
 
Sets the install directory for GNU autconf.
Parameters:
  SET AC_PREFIX=
 
Path can be any full path. If you have several path they must be delimited by a semicolon.
 
Note: You must use the UNIX-like forward slashes instead of the backslashes. See the example below:
  SET CPlus_Include_Path=c:/emx/include/cpp;c:/emx/include


{|class="wikitable"
{|class="wikitable"
Line 368: Line 343:
|}
|}


===ICAT===
====ADA_INCLUDE_PATH====
Set Statements used by the ICAT debugger.
Variable for GNAT the Ada95 Compiler from GNU GCC
 
  SET ADA_INCLUDE_PATH=
====CAT_Communication_Type====
Is used by the ICAT debugger.
  SET Cat_Communication_Type=value


{|class="wikitable"
{|class="wikitable"
Line 382: Line 354:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 388: Line 360:
|}
|}


====CAT_Host_Bin_Path====
====ADA_OBJECTS_PATH====
Is used by the ICAT debugger. Defines the path to the debug binaries.
Variable for GNAT the Ada95 Compiler for gcc
  SET Cat_Host_Bin_Path=path
  SET ADA_OBJECTS_PATH=


Parameters:
{| class="wikitable"
 
Path can be any full path. If you have several path they must be delimited by a semicolon.
 
{|class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 403: Line 371:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 409: Line 377:
|}
|}


====CAT_Host_Source_Path====
==Networking==
Is used by the ICAT debugger. Tells the debugger where to find the sources.
===LAPS===
  SET Cat_Host_Source_Path=path
====SET Adapter_Nif====
This Statement is part of the LAN Adapter and Protocol Support (LAPS) and points out the network information file (NIF) for the installed LAN card.
  SET Adapter_Nif=value


Parameters:
Parameters:


Path can be any full path. If you have several path they must be delimited by a semicolon.  
Value can be any NIF file. The NIF file must be located in the x:\IBMCOM\MACS directory.  


{|class="wikitable"
{|class="wikitable"
Line 430: Line 400:
|}
|}


====CAT_JAVA_ONLY====
==Additional IBM Products==
Is used by the ICAT debugger. Controls if you want to be able to debug native method dll code or not.
===PSF/2===
  SET Cat_Java_Only=value
====SET AINCODEPATH====
Setting by IBM Print Services Facility for OS/2.
 
====SET AINLANGUAGE====
=ENU
Setting by IBM Print Services Facility for OS/2.
 
====SET AINUPTIMER====
=1
Setting by IBM Print Services Facility for OS/2.
 
====SET AINWORKPATH====
Setting by IBM Print Services Facility for OS/2.
 
==Programs==
===AMD for IMDB===
====SET AMD_LISTS_PATH====
Setting for a database_application. It is an 'os2-browser' for IMDB (internet movie database!) , a very wellknown project for movie enthusiasts. Developed by Steffen Siebert (siebert@logware.de) and available for FREE
 
====SET AMD_PATH====
Setting for a database_application. It is an 'os2-browser' for IMDB (internet movie database!) , a very wellknown project for movie enthusiasts. Developed by Steffen Siebert (siebert@logware.de) and available for FREE
 
===Communigate Pro===
====SET APPLICATION====
Setting by ComminiGate Pro
 
===Inet.Mail===
====SET AutoReply====
This is used by the POP3 and SMTP Mailserver Inet.Mail.
  SET AutoReply=Path


Parameters:
Parameters:


Value can be ON or OFF.
Path can be any full path.
 
If set to OFF or the variable is not set up you can debug native method dll code.


{|class="wikitable"
{|class="wikitable"
Line 453: Line 450:
|}
|}


====CAT_JVM_ARGS====
====AWK====
Is used by the ICAT debugger.
  SET AWK=
  SET CAT_JVM_ARGS=parameters
Sets the path to the AWK executable regard the use of slashes (/)


Parameters:
====AWKPATH====
SET AWK=x:/path
Sets the searchpath for AWK regard the use of slashes (/)


Parameters can be any valid option for the JVM.
===BackAgain/2===
====BA2_CATALOG_PATH====
SET BA2_CATALOG_PATH=x:\path
Environment variable used by Back Again/2


{|class="wikitable"
====BA2_LOG_PATH====
|+Platform Support:
SET BA2_LOG_PATH=x:\path
!OS/2 2.x
Environment variable used by Back Again/2
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====CAT_Machine====
====BA2_SCSI_LOGFILE====
Is used by the ICAT debugger. This variable sets the ip address of the daemon's machine, and it sets the port number to communicate with the daemon.
SET BA2_SCSI_LOGFILE=x:\SCSILOG.TXT
SET Cat_Machine=value
This will create with BackAgain/2 a logfile of scsi-related messages. Good for testing errors.


Parameters:
====SET BA2_SET_PATH====
Environment variable used by Back Again/2


Value must be an ip address and a port number.
====BACKGROUNDBITMAP====
SET BACKGROUNDBITMAP="bitmap.BMP"
On security-enabled servers, the Presentation Manager lockup/autodim function is disabled. To restore the autodim function to guard against display phosphor burn-in, you can specify a sequence of up to 100 bitmaps to be displayed.


{|class="wikitable"
If no file is specified, a default OS/2 logo bitmap is used.
|+Platform Support:
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====CAT_MODULE_LIST====
If the file name is in the form bitmapNN, where NN represents digits 00-99, the file name specifies that it is the first of a sequence of files to be displayed cyclically.
Is used by the ICAT debugger.
 
  SET Cat_Module_List=value
====BACKGROUNDBITMAP2====
SET BACKGROUNDBITMAP2="bitmap.BMP"
On security-enabled servers, the Presentation Manager lockup/autodim function is disabled. This line enables the Screen Saver function.
 
If no file is specified, a default OS/2 logo bitmap is used.
 
====BACKGROUNDBITMAPDELAY====
SET BACKGROUNDBITMAPDELAY=n (in sec., default 300)
the BACKGROUNDBITMAPDELAY value is the amount of time, in seconds, to display the BACKGROUNDBITMAP file before displaying the first bitmap in the sequence.
 
====SET BACKGROUNDBITMAPDELAY2====
  SET BACKGROUNDBITMAPDELAY2=n (in sec., default 60)
the BACKGROUNDBITMAPDELAY2 value is the amount of time, in seconds, to delay between the display of the bitmap sequence designated by BACKGROUNDBITMAP2.
 
====SET BASEDIRECTORY====
Setting by ComminiGate Pro
 
====SET BBACKUP====
Setting by BRIEF-editor, (os2-version); I think BRIEF is a well know
(programmers?) editor for dos-world. this is a specially os2-version! (1992)


Parameters:
====SET BeginLibpath====
With this variable can you enhance the Libpath. All paths you define in the Beginlibpath variable are added in front of the Libpath entries. It is normally not used in the Config.sys file, it is usefull at the command line and in scripts.
SET BeginLibpath=path;path2


Value can be any class file. If you have several files they must be delimited by a space.  
'''Parameters:'''
If you have several paths they must be delimited by a semicolon.  


{|class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 510: Line 517:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 516: Line 523:
|}
|}


====CAT_Package_Path====
====Bookshelf====
Is used by the ICAT debugger.
This variable points to the OS/2 online documentation and documents from various programs. Only the paths listed in the BOOKSHELF variable are searched, if you select "search in all books".
  SET Cat_Package_Path=
  SET BOOKSHELF=Path1;Path2;...;PathN


Parameters:
Parameters:


Path can be any full path. If you have several path they must be =delimited by a semicolon.  
Path can be any full path.


{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 537: Line 544:
|}
|}


====CAT_PATH_RECURSE====
====C1====
Is used by the ICAT debugger. With this variable set the debugger will search recursive into the subdirectories.
This variable is used by GRADD based video card drivers. GRADD drivers can only be used by Warp with a recent fixpak level.
  SET Cat_Path_Recurse=value
  SET C1=<parameter>


Parameters:
ex: SET C1=VMGRADD


Value must be any non-null value to turn it on.  
;Parameter:
Parameter is one or more DLLs that the Gradd driver should load. If you have severall Dlls they must be delimited by a semicolon.  


{|class="wikitable"
{|class="wikitable"
Line 558: Line 566:
|}
|}


====C_Include_Path====
====CPlus_Include_Path====
Points to the path where the EMX-C Compiler stores the Include files.
Points to the path where the EMX-C++ Compiler stores the Include files.
  SET C_Include_Path=Path
  SET CPlus_Include_Path=Path


Parameters:
Parameters:
Line 566: Line 574:
Path can be any full path. If you have several path they must be delimited by a semicolon.
Path can be any full path. If you have several path they must be delimited by a semicolon.


Note: You must use the UNIX-like forwardslashes instead of the backslashes. See the example below:  
Note: You must use the UNIX-like forward slashes instead of the backslashes. See the example below:
  SET C_Include_Path=c:/emx/include
  SET CPlus_Include_Path=c:/emx/include/cpp;c:/emx/include


{|class="wikitable"
{|class="wikitable"
Line 582: Line 590:
|}
|}


====Classpath====
===ICAT===
The CLASSPATH variable points to the Java class files.
Set Statements used by the ICAT debugger.
SET CLASSPATH=Classfile1;Classfile2;Classfile3;


Parameters:
====CAT_Communication_Type====
 
Is used by the ICAT debugger.
Classfile can be any Java class file with full path, any relative path, or any full path.
SET Cat_Communication_Type=value


{|class="wikitable"
{|class="wikitable"
Line 603: Line 610:
|}
|}


===Changi===
====CAT_Host_Bin_Path====
The following Set Statements are used by the Newsserver Changi.
Is used by the ICAT debugger. Defines the path to the debug binaries.
SET Cat_Host_Bin_Path=path


====SET ChangiAutoFlush====
Parameters:
This is used by the Newsserver Changi.
SET ChangiAutoFlush=value


Parameters:
Path can be any full path. If you have several path they must be delimited by a semicolon.


{|class="wikitable"
{|class="wikitable"
Line 625: Line 631:
|}
|}


====SET ChangiHistory====
====CAT_Host_Source_Path====
This is used by the Newsserver Changi.
Is used by the ICAT debugger. Tells the debugger where to find the sources.
  SET ChangiHistory=Path
  SET Cat_Host_Source_Path=path
 
Parameters:


Parameters:
Path can be any full path. If you have several path they must be delimited by a semicolon.


{|class="wikitable"
{|class="wikitable"
Line 644: Line 652:
|}
|}


====SET ChangiHostName====
====CAT_JAVA_ONLY====
This is used by the Newsserver Changi.
Is used by the ICAT debugger. Controls if you want to be able to debug native method dll code or not.
  SET ChangiHostName=value
  SET Cat_Java_Only=value


Parameters:  
Parameters:
 
Value can be ON or OFF.
 
If set to OFF or the variable is not set up you can debug native method dll code.


{|class="wikitable"
{|class="wikitable"
Line 663: Line 675:
|}
|}


====SET ChangiLocalHost====
====CAT_JVM_ARGS====
This is used by the Newsserver Changi.
Is used by the ICAT debugger.
  SET ChangiLocalHost=value
  SET CAT_JVM_ARGS=parameters
 
Parameters:


Parameters:
Parameters can be any valid option for the JVM.


{|class="wikitable"
{|class="wikitable"
Line 682: Line 696:
|}
|}


====SET ChangiNewsDir====
====CAT_Machine====
This is used by the Newsserver Changi.
Is used by the ICAT debugger. This variable sets the ip address of the daemon's machine, and it sets the port number to communicate with the daemon.
  SET ChangiNewsDir=Path
  SET Cat_Machine=value
 
Parameters:


Parameters:
Value must be an ip address and a port number.


{|class="wikitable"
{|class="wikitable"
Line 701: Line 717:
|}
|}


====SET ChangiNodeName====
====CAT_MODULE_LIST====
This is used by the Newsserver Changi.
Is used by the ICAT debugger.
  SET ChangiNodeName=value
  SET Cat_Module_List=value
 
Parameters:


Parameters:
Value can be any class file. If you have several files they must be delimited by a space.


{|class="wikitable"
{|class="wikitable"
Line 720: Line 738:
|}
|}


====SET ChangiOverDir====
====CAT_Package_Path====
This is used by the Newsserver Changi.
Is used by the ICAT debugger.
  SET ChangiOverDir=Path
  SET Cat_Package_Path=
 
Parameters:


Parameters:
Path can be any full path. If you have several path they must be =delimited by a semicolon.


{|class="wikitable"
{|class="wikitable"
Line 739: Line 759:
|}
|}


====SET ChangiPathHost====
====CAT_PATH_RECURSE====
This is used by the Newsserver Changi.
Is used by the ICAT debugger. With this variable set the debugger will search recursive into the subdirectories.
  SET ChangiPathHost=value
  SET Cat_Path_Recurse=value


Parameters:  
Parameters:
 
Value must be any non-null value to turn it on.


{|class="wikitable"
{|class="wikitable"
Line 758: Line 780:
|}
|}


====SET ChangiWorkDir====
====C_Include_Path====
This is used by the Newsserver Changi.
Points to the path where the EMX-C Compiler stores the Include files.
  SET ChangiWorkDir=Path
  SET C_Include_Path=Path
 
Parameters:
 
Path can be any full path. If you have several path they must be delimited by a semicolon.


Parameters:  
Note: You must use the UNIX-like forwardslashes instead of the backslashes. See the example below:
SET C_Include_Path=c:/emx/include


{|class="wikitable"
{|class="wikitable"
Line 777: Line 804:
|}
|}


====SET CodeLPath====
====Classpath====
Is used by the IBM VisualAge for C++ Compiler.
The CLASSPATH variable points to the Java class files.
  SET CodeLPath=path
  SET CLASSPATH=Classfile1;Classfile2;Classfile3;


Parameters:
Parameters:


Path can be any full path. If you have several path they must be delimited by a semicolon.  
Classfile can be any Java class file with full path, any relative path, or any full path.


{|class="wikitable"
{|class="wikitable"
Line 792: Line 819:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes*
|Yes
|Yes
|Yes
|Yes
|Yes
Line 798: Line 825:
|}
|}


====SET Comspec====
===Changi===
The COMSPEC variable defines a reload path for the command processor.
The following Set Statements are used by the Newsserver Changi.
  SET COMSPEC=path
 
====SET ChangiAutoFlush====
This is used by the Newsserver Changi.
  SET ChangiAutoFlush=value


Parameters:
Parameters:
Path can be a full path to an OS/2 command processor.


{|class="wikitable"
{|class="wikitable"
Line 819: Line 847:
|}
|}


====SET CopyFromFloppy====
====SET ChangiHistory====
This environment variable is only useful in your install diskettes config.sys file. If you find it in your normal config.sys file, than you can delete it. If it is set up, OS/2 copies all standard drivers from the diskettes to your harddisk during the install process. If it is not set up, OS/2 will copy all drivers from the CD-Rom. If your hardware needs newer drivers than that on the install CD-Rom, you can copy the new drivers to the install diskettes. And set in the config.sys on the install diskettes the CopyfromFloppy variable to "On".
This is used by the Newsserver Changi.
  SET CopyFromFloppy=Value
  SET ChangiHistory=Path


Parameters:
Parameters:  
 
Value can be On or 1.


{|class="wikitable"
{|class="wikitable"
Line 840: Line 866:
|}
|}


===IBM VisualAge C++===
====SET ChangiHostName====
The following Set Statements are used in IBM Visualage for C++ Compiler.
This is used by the Newsserver Changi.
SET ChangiHostName=value


====SET CppHelp_Ini====
Parameters:  
Is used by the IBM Visualage for C++ Compiler.
SET CppHelp_Ini=path
 
Parameters:
 
Path can be any full path.


{|class="wikitable"
{|class="wikitable"
Line 864: Line 885:
|}
|}


====SET CppLocal====
====SET ChangiLocalHost====
Is used by the IBM Visualage for C++ Compiler.
This is used by the Newsserver Changi.
  SET CppLocal=path
  SET ChangiLocalHost=value


Parameters:
Parameters:  


Path can be any full path.
{|class="wikitable"
 
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 885: Line 904:
|}
|}


====SET CppMain====
====SET ChangiNewsDir====
Is used by the IBM Visualage for C++ Compiler.
This is used by the Newsserver Changi.
  SET CppMain=path
  SET ChangiNewsDir=Path


Parameters:
Parameters:  
 
Path can be any full path.


{|class="wikitable"
{|class="wikitable"
Line 906: Line 923:
|}
|}


====SET CppWork====
====SET ChangiNodeName====
Is used by the IBM Visualage for C++ Compiler.
This is used by the Newsserver Changi.
  SET CppWork=path
  SET ChangiNodeName=value


Parameters:
Parameters:  
 
Path can be any full path.


{|class="wikitable"
{|class="wikitable"
Line 927: Line 942:
|}
|}


====SET CpRef====
====SET ChangiOverDir====
Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Control Program Guide and Reference.
This is used by the Newsserver Changi.
  SET Cpref=Cp1.inf+cp2.inf+cp3.inf
  SET ChangiOverDir=Path
 
Parameters:


{|class="wikitable"
{|class="wikitable"
Line 944: Line 961:
|}
|}


===DCF/2===
====SET ChangiPathHost====
These are the environment variables used by the DCF/2 disk compression program.
This is used by the Newsserver Changi.
SET ChangiPathHost=value
 
Parameters:


{|class="wikitable"
{|class="wikitable"
Line 960: Line 980:
|}
|}


====DCF2_Acp_Auto_Optimize_Kb_Free====
====SET ChangiWorkDir====
This environment variable is used by the DCF/2 disk compression program.
This is used by the Newsserver Changi.
  SET Dcf2_Acp_Auto_Optimize_Kb_Free=1024
  SET ChangiWorkDir=Path


====DCF2_Acp_Auto_Optimize_Level====
Parameters:
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Auto_Optimize_Level=0


====DCF2_Acp_Auto_Optimize_Mins====
{|class="wikitable"
This environment variable is used by the DCF/2 disk compression program.
|+Platform Support:
SET Dcf2_Acp_Auto_Optimize_Mins=60
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====DCF2_Acp_Cache_Blocks====
====SET CodeLPath====
This environment variable is used by the DCF/2 disk compression program.
Is used by the IBM VisualAge for C++ Compiler.
  SET DCF2_Acp_Cache_Blocks=128
  SET CodeLPath=path


====DCF2_Acp_Compression_Level====
Parameters:
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Compression_Level=2


====DCF2_Acp_Debug====
Path can be any full path. If you have several path they must be delimited by a semicolon.  
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Debug=3


====DCF2_Acp_Foreground_Compress_Rate====
{|class="wikitable"
This environment variable is used by the DCF/2 disk compression program.
|+Platform Support:
SET Dcf2_Acp_Foreground_Compress_Rate=5
!OS/2 2.x
 
!OS/2 3.0
====DCF2_Acp_Logng====
!OS/2 4.0
This environment variable is used by the DCF/2 disk compression program.
!OS/2 4.5x
SET Dcf2_Acp_Logng=3
|-
|Yes*
|Yes
|Yes
|Yes
|}


====DCF2_Acp_Maxage_Secs====
====SET Comspec====
This environment variable is used by the DCF/2 disk compression program.
The COMSPEC variable defines a reload path for the command processor.
  SET Dcf2_Acp_Maxage_Secs=5
  SET COMSPEC=path


====DCF2_Acp_No_Clean_And_Close====
Parameters:
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_No_Clean_And_Close=TRUE


====DCF2_Acp_Out_Of_Space_Suspend====
Path can be a full path to an OS/2 command processor.
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Out_Of_Space_Suspend=512


====DCF2_Acp_Out_Of_Space_Warning====
{|class="wikitable"
This environment variable is used by the DCF/2 disk compression program.
|+Platform Support:
SET Dcf2_Acp_Out_Of_Space_Warning=3072
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====DCF2_Acp_Priority====
====SET CopyFromFloppy====
This environment variable is used by the DCF/2 disk compression program.
This environment variable is only useful in your install diskettes config.sys file. If you find it in your normal config.sys file, than you can delete it. If it is set up, OS/2 copies all standard drivers from the diskettes to your harddisk during the install process. If it is not set up, OS/2 will copy all drivers from the CD-Rom. If your hardware needs newer drivers than that on the install CD-Rom, you can copy the new drivers to the install diskettes. And set in the config.sys on the install diskettes the CopyfromFloppy variable to "On".
  SET Dcf2_Acp_Priority=2
  SET CopyFromFloppy=Value


====DCF2_Acp_Priority_Delta====
Parameters:
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Priority_Delta=2


====SET DCF2_Pdd_Wait====
Value can be On or 1.
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Pdd_Wait=0
 
====SET DCF2_Vdu_G====
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Vdu_G=file
 
====DELDIR====
This enables the OS/2 undelete function. If this line is set up all files you delete are not really deleted but instead are moved to a directory specified by the DELDIR variable.
If the total size of files in the delete directory is greater than the delete directory size the oldest files are deleted from the delete directory until the total size of files is smaller than the directory size. You must enable the delete directory function for every partition that you want to be able to recover files from.
SET DELDIR=Path1,Size1;Path2,Size2
 
Parameters:
* Path - Path must be a full path to an existing directory.
* Size - Size can be any value expressed in Kbytes.
 
See the examples below.
 
To use 4 megabytes of space for the undelete function on partition C: and 10 megabytes for the undelete function on partition E:, add this line to your config.sys file:
SET DELDIR=C:\DELETE,4096;E:\SYSTEM\DELETE,10240


{|class="wikitable"
{|class="wikitable"
Line 1,051: Line 1,062:
|}
|}


====Desktop====
===IBM VisualAge C++===
If OS/2 has problems to find the Desktop, you can define here the path to the desktop.
The following Set Statements are used in IBM Visualage for C++ Compiler.
  SET Desktop=path
 
====SET CppHelp_Ini====
Is used by the IBM Visualage for C++ Compiler.
  SET CppHelp_Ini=path


Parameter:
Parameters:


Path must be the full path to the desktop for example:
Path can be any full path.
SET Sourcepath=C:\Desktop.  


{|class="wikitable"
{|class="wikitable"
Line 1,073: Line 1,086:
|}
|}


====DEVICEFONTDISABLED====
====SET CppLocal====
Under OS/2 Warp Server for e-business (and probably more recent warp 3/4 fixpaks) setting this to YES will cause very large/slow print jobs, since no uploaded/internal printer fonts will be used.
Is used by the IBM Visualage for C++ Compiler.
  SET DEVICEFONTDISABLED=NO
  SET CppLocal=path
 
Parameters:


You want it set to "NO" in most cases (NO is the default).  
Path can be any full path.


{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 1,086: Line 1,101:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 1,092: Line 1,107:
|}
|}


====SET DirCmd====
====SET CppMain====
DIRCMD specifies a default parameter used by the Dir command in the OS/2 shell.
Is used by the IBM Visualage for C++ Compiler.
  SET DIRCMD=parameters
  SET CppMain=path


Parameters:
Parameters:


* /A[AHRS] - Shows only files with the specific attribute. Add a minus sign (minus) in front of the letter to show files WITHOUT the specific attribute. You can use any combination of the attributes. The /A parameter alone calls for display of all attributes. For example you
Path can be any full path.
want to display only files with the archive and read only attribute set, then use this parameter /AAR.
** A - Archive attribute
** H - Hidden attribute
** R - Read only attribute
** S - System attribute
* /B - Don't show the heading and summary information.
* /F - Show files with full path but without date, time and size.
* /L - Displays all information in lowercase.
* /N - List files on FAT drives in the same manner as on HPFS drives (i.e. date, time, size, EA size, name)
* /O: - Displays files sorted by following criteria. You can use any logical combination of sort attributes. Standard is /O:GN.
** G Directories first
** -G Directories last
** N Sorted by filename alphabetically
** -N Sorted by filename in reverse alphabetical order
** E Sorted by file extension alphabetically
** -E Sorted by file extension in reverse alphabetical order
** D Sorted by date from oldest to newest
** -D Sorted by date from newest to oldest
** S Sorted by size from smallest to biggest
** -S Sorted by size from biggest to smallest
* /P - Pauses after each full screen of information and waits for a keystroke.
* /R - Displays long names on FAT drives if available.
* /S - Recursive search and displays all sub-directories.
* /W - Displays only file names. No other information.
 
See the example below.
 
To set the default for the Dir command to show the output sorted by file name, list the directories first, and pause after each full screen of display, add this line to your config.sys file:
SET DIRCMD=/O:GN/P


{|class="wikitable"
{|class="wikitable"
Line 1,142: Line 1,128:
|}
|}


====SET Display====
====SET CppWork====
Needed by XFree86/OS2. Tells the X server were to display the output.
Is used by the IBM Visualage for C++ Compiler.
 
  SET CppWork=path
Normally this should be your own monitor, but it is possible to use an other computer for the output.
  SET Display=Hostname:displaynumber.screennumber


Parameters:
Parameters:
* Hostname
The Hostname is the name or IP address of the computer for the display. If you want to use your own PC then set it to the same name as defined in the SET HostName variable.


* displaynumber
Path can be any full path.
Use 0 if you want to use your own PC.
 
* screennumber
Use 0 if you want to use your own PC.  


{|class="wikitable"
{|class="wikitable"
Line 1,171: Line 1,149:
|}
|}


====SET DISPLAYTYPE====
====SET CpRef====
Setting in OS/2 Warp Server for e-Business when VGA was selected during installation.
Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Control Program Guide and Reference.
  SET DISPLAYTYPE=VGA
  SET Cpref=Cp1.inf+cp2.inf+cp3.inf


'''TIP=''' To avoid future troubles when changing the videodriver or the graphics card always install VGA.
{|class="wikitable"
 
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 1,190: Line 1,166:
|}
|}


====Dlsini====
===DCF/2===
Is used by the File and Print Client.
These are the environment variables used by the DCF/2 disk compression program.
SET Dlsini=C:\Ibmlan\Netprog\Netgui.ini


{|class="wikitable"
{|class="wikitable"
Line 1,207: Line 1,182:
|}
|}


====SET DmiPath====
====DCF2_Acp_Auto_Optimize_Kb_Free====
This variable is somewhere used by the Desktop Management Information (DMI) system. I think this is used by tools like Syslog.exe and Ffts.exe.
This environment variable is used by the DCF/2 disk compression program.
  SET Dmipath=E:\DMISL\BIN
SET Dcf2_Acp_Auto_Optimize_Kb_Free=1024
 
====DCF2_Acp_Auto_Optimize_Level====
This environment variable is used by the DCF/2 disk compression program.
  SET Dcf2_Acp_Auto_Optimize_Level=0


{|class="wikitable"
====DCF2_Acp_Auto_Optimize_Mins====
|+Platform Support:
This environment variable is used by the DCF/2 disk compression program.
!OS/2 2.x
SET Dcf2_Acp_Auto_Optimize_Mins=60
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====DPATH====
====DCF2_Acp_Cache_Blocks====
The DPATH variable sets up the search directories for data files.
This environment variable is used by the DCF/2 disk compression program.
  SET DPATH=Path1;Path2;Path3;
  SET DCF2_Acp_Cache_Blocks=128


Parameters:
====DCF2_Acp_Compression_Level====
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Compression_Level=2


Value can be any full path. Relative paths are not allowed.  
====DCF2_Acp_Debug====
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Debug=3


{|class="wikitable"
====DCF2_Acp_Foreground_Compress_Rate====
|+Platform Support:
This environment variable is used by the DCF/2 disk compression program.
!OS/2 2.x
SET Dcf2_Acp_Foreground_Compress_Rate=5
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====SET DSPPath====
====DCF2_Acp_Logng====
If your soundcard contains a digital signal processor (DSP) then the Dsppath points to the directory that contains additional files for the DSP.
This environment variable is used by the DCF/2 disk compression program.
  SET Dsppath=C:\Mmos2\dsp
  SET Dcf2_Acp_Logng=3


{|class="wikitable"
====DCF2_Acp_Maxage_Secs====
|+Platform Support:
This environment variable is used by the DCF/2 disk compression program.
!OS/2 2.x
SET Dcf2_Acp_Maxage_Secs=5
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


====SET Dssdir====
====DCF2_Acp_No_Clean_And_Close====
Is used by the Lotus Smartsuite.
This environment variable is used by the DCF/2 disk compression program.
  SET DssDir=Path
  SET Dcf2_Acp_No_Clean_And_Close=TRUE


Parameters:
====DCF2_Acp_Out_Of_Space_Suspend====
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Out_Of_Space_Suspend=512


Path can be any full path.
====DCF2_Acp_Out_Of_Space_Warning====
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Out_Of_Space_Warning=3072


Platform Support:
====DCF2_Acp_Priority====
{| class="wikitable"
This environment variable is used by the DCF/2 disk compression program.
|-
SET Dcf2_Acp_Priority=2
 
====DCF2_Acp_Priority_Delta====
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Priority_Delta=2
 
====SET DCF2_Pdd_Wait====
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Acp_Pdd_Wait=0
 
====SET DCF2_Vdu_G====
This environment variable is used by the DCF/2 disk compression program.
SET Dcf2_Vdu_G=file
 
====DELDIR====
This enables the OS/2 undelete function. If this line is set up all files you delete are not really deleted but instead are moved to a directory specified by the DELDIR variable.
If the total size of files in the delete directory is greater than the delete directory size the oldest files are deleted from the delete directory until the total size of files is smaller than the directory size. You must enable the delete directory function for every partition that you want to be able to recover files from.
SET DELDIR=Path1,Size1;Path2,Size2
 
Parameters:
* Path - Path must be a full path to an existing directory.
* Size - Size can be any value expressed in Kbytes.
 
See the examples below.
 
To use 4 megabytes of space for the undelete function on partition C: and 10 megabytes for the undelete function on partition E:, add this line to your config.sys file:
SET DELDIR=C:\DELETE,4096;E:\SYSTEM\DELETE,10240
 
{|class="wikitable"
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,284: Line 1,273:
|}
|}


====SET DssPath====
====Desktop====
Is used by the Lotus Smartsuite.
If OS/2 has problems to find the Desktop, you can define here the path to the desktop.
  SET DssPath=Path
  SET Desktop=path


Parameters:
Parameter:


Path can be any full path.
Path must be the full path to the desktop for example:
SET Sourcepath=C:\Desktop.  


Platform Support:
{|class="wikitable"
{|class="wikitable"
|-
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,306: Line 1,295:
|}
|}


====SET EDpath====
====DEVICEFONTDISABLED====
Is used by the Watcom C/C++ Compiler.
Under OS/2 Warp Server for e-business (and probably more recent warp 3/4 fixpaks) setting this to YES will cause very large/slow print jobs, since no uploaded/internal printer fonts will be used.
  SET EDPath=path
  SET DEVICEFONTDISABLED=NO


Parameters:
You want it set to "NO" in most cases (NO is the default).


Path can be any full path.
{|class="wikitable"
 
|+Platform Support:
Platform Support:
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,322: Line 1,308:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 1,328: Line 1,314:
|}
|}


====ETC====
====SET DirCmd====
In the Etc directory stores the OS/2 internet applications their configuration and log files.
DIRCMD specifies a default parameter used by the Dir command in the OS/2 shell.
SET Etc=E:\MPTN\ETC
  SET DIRCMD=parameters
 
Platform Support:
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
====SET EmxBook====
Is used to fit together all EMX books to one book with the name EmxBook.
  SET EmxBook=book1+book2+bookN


Parameters:
Parameters:


Book can be any *.inf file. See the example below:  
* /A[AHRS] - Shows only files with the specific attribute. Add a minus sign (minus) in front of the letter to show files WITHOUT the specific attribute. You can use any combination of the attributes. The /A parameter alone calls for display of all attributes. For example you
  SET EmxBook=emxdef.inf+libref.inf+gnudev.inf+bsddev.inf
want to display only files with the archive and read only attribute set, then use this parameter /AAR.
 
** A - Archive attribute
Platform Support:
** H - Hidden attribute
{| class="wikitable" style="text-align:center" border="1"
** R - Read only attribute
|-
** S - System attribute
!OS/2 2.x
* /B - Don't show the heading and summary information.
!OS/2 3.0
* /F - Show files with full path but without date, time and size.
!OS/2 4.0
* /L - Displays all information in lowercase.
* /N - List files on FAT drives in the same manner as on HPFS drives (i.e. date, time, size, EA size, name)
* /O: - Displays files sorted by following criteria. You can use any logical combination of sort attributes. Standard is /O:GN.
** G Directories first
** -G Directories last
** N Sorted by filename alphabetically
** -N Sorted by filename in reverse alphabetical order
** E Sorted by file extension alphabetically
** -E Sorted by file extension in reverse alphabetical order
** D Sorted by date from oldest to newest
** -D Sorted by date from newest to oldest
** S Sorted by size from smallest to biggest
** -S Sorted by size from biggest to smallest
* /P - Pauses after each full screen of information and waits for a keystroke.
* /R - Displays long names on FAT drives if available.
* /S - Recursive search and displays all sub-directories.
* /W - Displays only file names. No other information.  
 
See the example below.
 
To set the default for the Dir command to show the output sorted by file name, list the directories first, and pause after each full screen of display, add this line to your config.sys file:
  SET DIRCMD=/O:GN/P
 
{|class="wikitable"
|+Platform Support:
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
|-
|-
Line 1,369: Line 1,364:
|}
|}


====SET EmxOpt====
====SET Display====
Used by the EMX-compiler.
Needed by XFree86/OS2. Tells the X server were to display the output.
  SET EmxOpt=value
 
Normally this should be your own monitor, but it is possible to use an other computer for the output.
  SET Display=Hostname:displaynumber.screennumber
 
Parameters:
* Hostname
The Hostname is the name or IP address of the computer for the display. If you want to use your own PC then set it to the same name as defined in the SET HostName variable.
 
* displaynumber
Use 0 if you want to use your own PC.
 
* screennumber
Use 0 if you want to use your own PC.


Platform Support:
{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,387: Line 1,393:
|}
|}


====SET EndLibpath====
====SET DISPLAYTYPE====
With this variable can you enhance the Libpath . All paths you define in the Endlibpath variable are added at the end of the Libpath entries. It is normally not used in the Config.sys file, it is usefull at the command line and in scripts.
Setting in OS/2 Warp Server for e-Business when VGA was selected during installation.
  SET EndLibpath=path1;path2
  SET DISPLAYTYPE=VGA


Parameter:
'''TIP=''' To avoid future troubles when changing the videodriver or the graphics card always install VGA.


If you have several paths they must be delimited by a semicolon.
{| class="wikitable"
 
|+Platform Support:
Platform Support:
{|class="wikitable"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,409: Line 1,412:
|}
|}


====SET ENH_STRETCH====
====Dlsini====
In OS/2 Warp 4 FP14 and above, OS/2 WSeB FP2, and the Convenience Paks, there is new "enhanced stretch-blitting." This new feature has one known ill side-effect, where some of the icons for folders and other items will appear "washed out" when running in 24bpp or 32bpp. To fix this, you can disable the new feature by adding this line.
Is used by the File and Print Client.
  SET ENH_STRETCH=NO
  SET Dlsini=C:\Ibmlan\Netprog\Netgui.ini


{|class="wikitable"
{|class="wikitable"
Line 1,420: Line 1,423:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|No
|Yes
|No*
|Yes
|Yes
|Yes
|}
|}


====SET ENH_SUSPEND====
====SET DmiPath====
This is related to the software support package for Intel's SpeedStep dynamic frequency scaling technology (codenamed Geyserville). Enhanced Suspend support is designed to allow the system to refresh the display once the system is resumed from a D3 Cold suspend state. The Enhanced Suspend option should be enabled on a system with D3 Cold suspend enabled, if there is insufficient, disabled, or no BIOS assistence for restoring the video state once the system is resumed. On other systems, or in other circumstances, Enhanced Suspend may also be optionally enabled, if desired.
This variable is somewhere used by the Desktop Management Information (DMI) system. I think this is used by tools like Syslog.exe and Ffts.exe.
 
SET Dmipath=E:\DMISL\BIN
To control the Enhanced Suspend feature, the following statement should be used in the CONFIG.SYS file:
SET ENH_SUSPEND=<value>
 
where <value> is one of the following:
* 0 - the Enhanced Suspend is disabled, same as no "SET ENH_SUSPEND" statement in the CONFIG.SYS;
* 1 - basic Enhanced Suspend is enabled;
* 2 - same as "1" plus saving/restoration of the graphics mode screen.
 
SET ENH_SUSPEND=1 should be satisfactory in most cases, and requires the minimum of additional memory at the time of a suspend. However, there are circumstances such as a lockup desktop, or a PM Popup, where relatively unimportant video display content remains temporarily corrupted until the lockup or Popup is ended.
 
SET ENH_SUSPEND=2 requires additional memory to save and restore the exact the desktop bit pattern fairly immediately. It may yield results similar to SET ENH_SUSPEND=1 if system memory or virtual address space is in short supply at the time of the suspend.
 
'''NOTE:''' Suspend and resume may take longer when Enhanced Suspend is enabled. During suspend, some systems will produce a text screen advising the user that the system is suspending. Likewise, upon resume, a similar message may be displayed. Drivers are readied before the video is restored. On some systems, resume feels almost instantaneous, because by the time video is available, all other hardware has been awakened and the system is ready for input.
 
There are some system states for which the Enhanced Suspend support requires a newer version of display driver to avoid display corruption upon resume from a D3 Cold suspend state. It is recommended that the video driver claims support for Enhanced Suspend. The latest SciTech SNAP, IBMGRADD, and VGA/SVGA drivers have support for Enhanced Suspend. This would include Panorama, as well.


{|class="wikitable"
{|class="wikitable"
Line 1,452: Line 1,440:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 1,458: Line 1,446:
|}
|}


====SET EpfInstDir====
====DPATH====
This points to the directory in which the IBM installer stores information about the installed programs.
The DPATH variable sets up the search directories for data files.
  SET Epfinstdir=E:\OS2\Config
  SET DPATH=Path1;Path2;Path3;
 
Parameters:
 
Value can be any full path. Relative paths are not allowed.


Platform Support:
{|class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,476: Line 1,467:
|}
|}


====SET EpmPath====
====SET DSPPath====
The Epmpath variable tells OS/2 were to find files for the Enhanced editor EPM.
If your soundcard contains a digital signal processor (DSP) then the Dsppath points to the directory that contains additional files for the DSP.
  SET Epmpath=E:\OS2\Apps
  SET Dsppath=C:\Mmos2\dsp


Parameters:
{|class="wikitable"
 
If you have several paths they must be delimited by a semicolon.
 
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 1,497: Line 1,484:
|}
|}


====SET SHOWEXTENDEDPOWERMENU====
====SET Dssdir====
This is related to the software support package for Intel's SpeedStep dynamic frequency scaling technology (codenamed Geyserville). Mobile Intel Pentium processors support additional CPU and Throttle states to maximize battery life and optimize performance. The number of CPU states depends on the processor model and maximum frequency.
Is used by the Lotus Smartsuite.
SET DssDir=Path


While the Geyserville daemon (GSVDAEMN) controls CPU throttling, it is possible to enable the overview of the CPU and Throttle states in the Power object. To control the states overview, the following statement should be used in the CONFIG.SYS file:
Parameters:
SET SHOWEXTENDEDPOWERMENU=<value>


where <value> is one of the following:
Path can be any full path.
* NO  - the states overview are disabled, same as no "SET SHOWEXTENDEDPOWERMENU" statement in the CONFIG.SYS; (this is the default option)
* YES - the states overview are enabled.


'''NOTE:''' Extended power state information is shown in English only prior to eComStation, which patches the related dll with updated resources when installed via eCSMT.
Platform Support:
 
{| class="wikitable"
{|class="wikitable"
|-
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,516: Line 1,500:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 1,522: Line 1,506:
|}
|}


====SET GccLoad====
====SET DssPath====
Defines how long the GCC Compiler is kept in memory.
Is used by the Lotus Smartsuite.
  SET GccLoad=Minutes
  SET DssPath=Path


Parameters:
Parameters:


Minutes can be any time.
Path can be any full path.
This value is expressed in minutes. If this parameter is not set it defaults t


Platform Support:
{|class="wikitable"
{|class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,544: Line 1,528:
|}
|}


====SET GccOpt====
====SET EDpath====
Defines default options for the GCC/EMX compiler.
Is used by the Watcom C/C++ Compiler.
  SET GccOpt=Options
  SET EDPath=path
 
Parameters:
 
Path can be any full path.


{|class="wikitable"
Platform Support:
|+Platform Support:
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,561: Line 1,550:
|}
|}


====SET Glossary====
====ETC====
This variable points to the glossary directory. This directory contains the Wpgloss.hlp file which is the general help index.
In the Etc directory stores the OS/2 internet applications their configuration and log files.
  SET Glossary=C:\OS2\Help\Gloss
  SET Etc=E:\MPTN\ETC


{|class="wikitable"
Platform Support:
|+Platform Support:
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,578: Line 1,568:
|}
|}


====SET GpfRexx====
====SET EmxBook====
Points to the directory where GPFRexx is installed.
Is used to fit together all EMX books to one book with the name EmxBook.
  SET Gpfrexx=C:\User\Rexx\Gpfrexx
  SET EmxBook=book1+book2+bookN
 
Parameters:
 
Book can be any *.inf file. See the example below:
SET EmxBook=emxdef.inf+libref.inf+gnudev.inf+bsddev.inf


{|class="wikitable"
Platform Support:
|+Platform Support:
{| class="wikitable" style="text-align:center" border="1"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,595: Line 1,591:
|}
|}


====SET GpfRexxBitmap====
====SET EmxOpt====
Points to the directory where GPFRexx stores the bitmap files.
Used by the EMX-compiler.
  SET Gpfrexx=C:\User\Rexx\Gpfrexx\Bitmap
  SET EmxOpt=value


{|class="wikitable"
Platform Support:
|+Platform Support:
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,612: Line 1,609:
|}
|}


====SET GpiRef====
====SET EndLibpath====
Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Graphics Programming Guide and Reference.
With this variable can you enhance the Libpath . All paths you define in the Endlibpath variable are added at the end of the Libpath entries. It is normally not used in the Config.sys file, it is usefull at the command line and in scripts.
  SET Gpiref=Gpi1.inf+gpi2.inf+gpi3.inf
  SET EndLibpath=path1;path2
 
Parameter:
 
If you have several paths they must be delimited by a semicolon.  


Platform Support:
{|class="wikitable"
{|class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,629: Line 1,631:
|}
|}


====SET GRADD_CHAINS====
====SET ENH_STRETCH====
This variable is somewhere used by a Gradd based Video Card Driver.  
In OS/2 Warp 4 FP14 and above, OS/2 WSeB FP2, and the Convenience Paks, there is new "enhanced stretch-blitting." This new feature has one known ill side-effect, where some of the icons for folders and other items will appear "washed out" when running in 24bpp or 32bpp. To fix this, you can disable the new feature by adding this line.
 
  SET ENH_STRETCH=NO
This variable points to another variable that defines which Dlls to load. Gradd drivers can only be used on Warp with a recent fixpack level.
  SET GRADD_CHAINS=C1


{|class="wikitable"
{|class="wikitable"
Line 1,642: Line 1,642:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|No
|No
|No*
|No*
|Yes
|Yes
|Yes
|}
|}


====SET Greext====
====SET ENH_SUSPEND====
Is used by the Scitech Software Display Doctor for OS/2.
This is related to the software support package for Intel's SpeedStep dynamic frequency scaling technology (codenamed Geyserville). Enhanced Suspend support is designed to allow the system to refresh the display once the system is resumed from a D3 Cold suspend state. The Enhanced Suspend option should be enabled on a system with D3 Cold suspend enabled, if there is insufficient, disabled, or no BIOS assistence for restoring the video state once the system is resumed. On other systems, or in other circumstances, Enhanced Suspend may also be optionally enabled, if desired.
SET Greext=SDDGrext
 
To control the Enhanced Suspend feature, the following statement should be used in the CONFIG.SYS file:
SET ENH_SUSPEND=<value>
 
where <value> is one of the following:
* 0 - the Enhanced Suspend is disabled, same as no "SET ENH_SUSPEND" statement in the CONFIG.SYS;
* 1 - basic Enhanced Suspend is enabled;
* 2 - same as "1" plus saving/restoration of the graphics mode screen.
 
SET ENH_SUSPEND=1 should be satisfactory in most cases, and requires the minimum of additional memory at the time of a suspend. However, there are circumstances such as a lockup desktop, or a PM Popup, where relatively unimportant video display content remains temporarily corrupted until the lockup or Popup is ended.
 
SET ENH_SUSPEND=2 requires additional memory to save and restore the exact the desktop bit pattern fairly immediately. It may yield results similar to SET ENH_SUSPEND=1 if system memory or virtual address space is in short supply at the time of the suspend.
 
'''NOTE:''' Suspend and resume may take longer when Enhanced Suspend is enabled. During suspend, some systems will produce a text screen advising the user that the system is suspending. Likewise, upon resume, a similar message may be displayed. Drivers are readied before the video is restored. On some systems, resume feels almost instantaneous, because by the time video is available, all other hardware has been awakened and the system is ready for input.
 
There are some system states for which the Enhanced Suspend support requires a newer version of display driver to avoid display corruption upon resume from a D3 Cold suspend state. It is recommended that the video driver claims support for Enhanced Suspend. The latest SciTech SNAP, IBMGRADD, and VGA/SVGA drivers have support for Enhanced Suspend. This would include Panorama, as well.


{|class="wikitable"
{|class="wikitable"
Line 1,659: Line 1,674:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 1,665: Line 1,680:
|}
|}


====SET GU====
====SET EpfInstDir====
The GU variable sets up the path where the Graham Utilities are installed.
This points to the directory in which the IBM installer stores information about the installed programs.
  SET GU=C:\user\GU20
  SET Epfinstdir=E:\OS2\Config


{|class="wikitable"
Platform Support:
|+Platform Support:
{| class="wikitable" style="text-align:center" border="1"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,682: Line 1,698:
|}
|}


====SET Hardwarebitblt====
====SET EpmPath====
Enables the hardware "Bit Block Transmission", it is only supported by some graphics adapter device drivers.
The Epmpath variable tells OS/2 were to find files for the Enhanced editor EPM.
  SET Hardwarebitblt=Value
  SET Epmpath=E:\OS2\Apps


Parameters:
Parameters:


Value can be ON or OFF.
If you have several paths they must be delimited by a semicolon.  
If this parameter is not set, it defaults to OFF


{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 1,704: Line 1,719:
|}
|}


====SET HPP_Base====
====SET SHOWEXTENDEDPOWERMENU====
Points to the directory in which the HomePage Publisher is installed.
This is related to the software support package for Intel's SpeedStep dynamic frequency scaling technology (codenamed Geyserville). Mobile Intel Pentium processors support additional CPU and Throttle states to maximize battery life and optimize performance. The number of CPU states depends on the processor model and maximum frequency.
  SET Hpp_base=C:\Hpp21
 
While the Geyserville daemon (GSVDAEMN) controls CPU throttling, it is possible to enable the overview of the CPU and Throttle states in the Power object. To control the states overview, the following statement should be used in the CONFIG.SYS file:
  SET SHOWEXTENDEDPOWERMENU=<value>
 
where <value> is one of the following:
* NO  - the states overview are disabled, same as no "SET SHOWEXTENDEDPOWERMENU" statement in the CONFIG.SYS; (this is the default option)
* YES - the states overview are enabled.
 
'''NOTE:''' Extended power state information is shown in English only prior to eComStation, which patches the related dll with updated resources when installed via eCSMT.


{| class="wikitable"
{|class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 1,715: Line 1,738:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 1,721: Line 1,744:
|}
|}


====SET HPP_Options====
====SET GccLoad====
Used by the Home Page Publisher to define a default backgroundimage for new html files.
Defines how long the GCC Compiler is kept in memory.
  SET Hpp_Options=C:\Hpp21\Images\Background.jpg
  SET GccLoad=Minutes
 
Parameters:
 
Minutes can be any time.
This value is expressed in minutes. If this parameter is not set it defaults t


{|class="wikitable"
{|class="wikitable"
Line 1,738: Line 1,766:
|}
|}


====SET Help====
====SET GccOpt====
The HELP variable defines the search path for help files.
Defines default options for the GCC/EMX compiler.
  SET HELP=Path1;Path2;Path3;
  SET GccOpt=Options
 
Parameters:
 
Value can be any full path or any relative path.


{|class="wikitable"
{|class="wikitable"
Line 1,759: Line 1,783:
|}
|}


====SET Helpndx====
====SET Glossary====
The HELPNDX variable points to the index files which are used by the EPM editor and possibly by some other programming editors. With EPM, you can mark a keyword in your text and press CTRL + H. EPM then searches the index files for the marked word and if it is found, shows the online document for the keyword. The index files must be in a path defined by the BOOKSHELF or EPMPATH variable.
This variable points to the glossary directory. This directory contains the Wpgloss.hlp file which is the general help index.
  SET HELPNDX=FILE1.NDX+FILE2.NDX+...+FILEn.NDX
  SET Glossary=C:\OS2\Help\Gloss


Parameters:
{|class="wikitable"
 
The HELPNDX variable contains a list of *.ndx files separated by a plus sign (+).
 
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 1,773: Line 1,793:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 1,784: Line 1,800:
|}
|}


====SET HOARDPATH====
====SET GpfRexx====
This used by the Mobile File Synchronization (MFS).
Points to the directory where GPFRexx is installed.
  SET HoardPath=C:\Mfs\Bin\Hp
  SET Gpfrexx=C:\User\Rexx\Gpfrexx


Platform Support:
{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,802: Line 1,817:
|}
|}


====SET HOME====
====SET GpfRexxBitmap====
This used by many newer applications to have default directory to store configuration files. It is included on eComStation config.sys.
Points to the directory where GPFRexx stores the bitmap files.
  SET HOME=C:\HOME\DEFAULT
  SET Gpfrexx=C:\User\Rexx\Gpfrexx\Bitmap


Platform Support:
{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,820: Line 1,834:
|}
|}


====SET HostName====
====SET GpiRef====
Defines a name for your computer. You can choose any name you like. Some users reported that the program "Dial Other internet Provider" will work much better if you set up the Hostname, but I can't see any differences with or without the Hostname set up. It is needed also by XFree86/OS2.
Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Graphics Programming Guide and Reference.
  SET HostName=MyHost
  SET Gpiref=Gpi1.inf+gpi2.inf+gpi3.inf


Platform Support:
{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,838: Line 1,851:
|}
|}


====SET Html_DbcsNetq====
====SET GRADD_CHAINS====
This is used by the NetQuestion Help system in IBM VisualAge for C++ 4.0 and IBM VisualAge for Java.
This variable is somewhere used by a Gradd based Video Card Driver.  
SET Html_DbcsNetq=Value


Parameters:
This variable points to another variable that defines which Dlls to load. Gradd drivers can only be used on Warp with a recent fixpack level.
SET GRADD_CHAINS=C1


Value can be ON or OFF.
{|class="wikitable"
 
|+Platform Support:
Platform Support:
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,854: Line 1,864:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|No
|Yes
|No*
|Yes
|Yes
|Yes
|Yes
|}
|}


====SET I18NDir====
====SET Greext====
Points to the IBM I18N Toolkit. This is used by Nationl Language support (NLS).
Is used by the Scitech Software Display Doctor for OS/2.
  SET I18ndir=C:\IBMI18N
  SET Greext=SDDGrext


Platform Support:
{|class="wikitable"
{|class="wikitable"
|-
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,878: Line 1,887:
|}
|}


====SET IBMAV====
====SET GU====
Is used by the IBM/Symantec Antivirus program.
The GU variable sets up the path where the Graham Utilities are installed.
  SET IBMAV=Path
  SET GU=C:\user\GU20


Platform Support:
{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,896: Line 1,904:
|}
|}


====SET IBMWorks_Ini====
====SET Hardwarebitblt====
Here can you define the directory in that IBM Works stores the Ibmworks.ini file.
Enables the hardware "Bit Block Transmission", it is only supported by some graphics adapter device drivers.
  SET Ibmworks_ini=E:\BonusPak\ibmworks
  SET Hardwarebitblt=Value
 
Parameters:


Platform Support:
Value can be ON or OFF.
{| class="wikitable"
If this parameter is not set, it defaults to OFF
|-
 
{|class="wikitable"
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,914: Line 1,926:
|}
|}


===IKEY...===
====SET HPP_Base====
====SET IKEYMAN40_HOME====
Points to the directory in which the HomePage Publisher is installed.
SET IKEYMAN40_HOME=<path>
  SET Hpp_base=C:\Hpp21
  ex: SET IKEYMAN40_HOME=C:\IBMGSK40


Platform Support:
{| class="wikitable"
{| class="wikitable"
|-
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,933: Line 1,943:
|}
|}


====SET IKEYMAN50_HOME====
====SET HPP_Options====
SET IKEYMAN50_HOME=<path>
Used by the Home Page Publisher to define a default backgroundimage for new html files.
  ex: SET IKEYMAN50_HOME=C:\IBMGSK50
  SET Hpp_Options=C:\Hpp21\Images\Background.jpg


Platform Support:
{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,951: Line 1,960:
|}
|}


====SET IKEYMAN_HOME====
====SET Help====
SET IKEYMAN_HOME=<path>
The HELP variable defines the search path for help files.
  ex: SET IKEYMAN_HOME=C:\IBMGSK
  SET HELP=Path1;Path2;Path3;
 
Parameters:
 
Value can be any full path or any relative path.


Platform Support:
{|class="wikitable"
{| class="wikitable"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 1,969: Line 1,981:
|}
|}


===Imn...===
====SET Helpndx====
Set Statements used by NetQuestion, Help system in IBM VisualAge for C++ 4.0 and IBM VisualAge for Java.
The HELPNDX variable points to the index files which are used by the EPM editor and possibly by some other programming editors. With EPM, you can mark a keyword in your text and press CTRL + H. EPM then searches the index files for the marked word and if it is found, shows the online document for the keyword. The index files must be in a path defined by the BOOKSHELF or EPMPATH variable.
SET HELPNDX=FILE1.NDX+FILE2.NDX+...+FILEn.NDX


====SET ImnCcCfgFile====
Parameters:
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
 
SET ImnCcCfgFile=Netq.cfg
The HELPNDX variable contains a list of *.ndx files separated by a plus sign (+).  


Platform Support:
{| class="wikitable"
{| class="wikitable"
|-
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 1,990: Line 2,006:
|}
|}


====SET ImnCsCfgFile====
====SET HOARDPATH====
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
This used by the Mobile File Synchronization (MFS).
  SET ImnCsCfgFile=Netq.cfg
  SET HoardPath=C:\Mfs\Bin\Hp


Platform Support:
Platform Support:
Line 2,002: Line 2,018:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,008: Line 2,024:
|}
|}


====SET ImnDataCl====
====SET HOME====
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
This used by many newer applications to have default directory to store configuration files. It is included on eComStation config.sys.
  SET ImnDataCl=path
  SET HOME=C:\HOME\DEFAULT
 
Parameters:
 
Path can be any full path.


Platform Support:
Platform Support:
{|class="wikitable"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,024: Line 2,036:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,030: Line 2,042:
|}
|}


====SET ImnDataSrv====
====SET HostName====
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
Defines a name for your computer. You can choose any name you like. Some users reported that the program "Dial Other internet Provider" will work much better if you set up the Hostname, but I can't see any differences with or without the Hostname set up. It is needed also by XFree86/OS2.
  SET ImnDataSrv=path
  SET HostName=MyHost
 
Parameters:
 
Path can be any full path.


Platform Support:
Platform Support:
Line 2,046: Line 2,054:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,052: Line 2,060:
|}
|}


====SET ImnNlpsCl====
====SET Html_DbcsNetq====
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
This is used by the NetQuestion Help system in IBM VisualAge for C++ 4.0 and IBM VisualAge for Java.
  SET ImnNlpsCl=path
  SET Html_DbcsNetq=Value


Parameters:
Parameters:
Path can be any full path.
 
Value can be ON or OFF.


Platform Support:
Platform Support:
Line 2,067: Line 2,076:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,073: Line 2,082:
|}
|}


====SET ImnNlpsSrv====
====SET I18NDir====
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
Points to the IBM I18N Toolkit. This is used by Nationl Language support (NLS).
  SET ImnNlpsSrv=path
  SET I18ndir=C:\IBMI18N
 
Parameters:
 
Path can be any full path.


Platform Support:
Platform Support:
Line 2,089: Line 2,094:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,095: Line 2,100:
|}
|}


====SET ImnWorkCl====
====SET IBMAV====
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
Is used by the IBM/Symantec Antivirus program.
  SET ImnWorkCl=path
  SET IBMAV=Path  
 
Parameters:
 
Path can be any full path.


Platform Support:
Platform Support:
{|class="wikitable"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,111: Line 2,112:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,117: Line 2,118:
|}
|}


====SET ImnWorkSrv====
====SET IBMWorks_Ini====
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
Here can you define the directory in that IBM Works stores the Ibmworks.ini file.
  SET ImnWorkSrv=path
  SET Ibmworks_ini=E:\BonusPak\ibmworks
 
Parameters:
 
Path can be any full path.


Platform Support:
Platform Support:
Line 2,133: Line 2,130:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,139: Line 2,136:
|}
|}


===SET Imq...===
===IKEY...===
Set Steatements used by the NetQuestion, Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
====SET IKEYMAN40_HOME====
SET IKEYMAN40_HOME=<path>
ex: SET IKEYMAN40_HOME=C:\IBMGSK40


==SET ImqConfigCl==
Platform Support:
 
{| class="wikitable"
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
 
  SET ImqConfigCl=path
 
Parameters:
 
Path can be any full path .
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,159: Line 2,148:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,170: Line 2,155:
|}
|}


==SET ImqConfigSrv==
====SET IKEYMAN50_HOME====
SET IKEYMAN50_HOME=<path>
ex: SET IKEYMAN50_HOME=C:\IBMGSK50


This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
Platform Support:
 
{| class="wikitable"
SET ImnConfigSrv=path
 
Parameters:
 
Path can be any full path .
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,187: Line 2,166:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,198: Line 2,173:
|}
|}


=SET Init_File_Names=
====SET IKEYMAN_HOME====
This is used by the File and Print Client.
SET IKEYMAN_HOME=<path>
ex: SET IKEYMAN_HOME=C:\IBMGSK


  SET Init_File_Names=netgui
Platform Support:
 
{| class="wikitable"
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,210: Line 2,184:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,221: Line 2,191:
|}
|}


=SET Init_File_Ranges=
===Imn...===
This is used by the File and Print Client.
Set Statements used by NetQuestion, Help system in IBM VisualAge for C++ 4.0 and IBM VisualAge for Java.


  SET Init_File_Ranges=200
====SET ImnCcCfgFile====
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
SET ImnCcCfgFile=Netq.cfg


<b>Platform Support:</b>
Platform Support:
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,233: Line 2,205:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,244: Line 2,212:
|}
|}


=SET IPFC=
====SET ImnCsCfgFile====
Points to the IPF Compiler path, the location of the APSY*.APS and IPF*.NLS files.
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
SET ImnCsCfgFile=Netq.cfg


  SET Ipfc=C6colon.\Compiler\Ipfc4
Platform Support:
 
{| class="wikitable"
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,256: Line 2,223:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,267: Line 2,230:
|}
|}


 
====SET ImnDataCl====
=SET Include=
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
Used by various compilers. Defines the directries where the include files are stored.
SET ImnDataCl=path
 
  SET Include=Path1;Path2, ...


Parameters:
Parameters:


Path can be any full path or any relative path .
Path can be any full path.
If you define more than one path, they must be delimited with a semicolon.  


<b>Platform Support:</b>
Platform Support:
{| class="wikitable" style="text-align:center" border="1"
{|class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,285: Line 2,245:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
|}
|Yes
|Yes
|}


=SET InfoPath=
====SET ImnDataSrv====
Defines the directory where info files are stored. You need a info-browser to view info files. Info files contains documentation and they are used by some programs that are ported from Unix/Linux.
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
 
SET ImnDataSrv=path
  SET Info=Path1;Path2, ...


Parameters:
Parameters:


Path can be any full path .
Path can be any full path.


note: Paths must be defined with Unix like forward slashes.
Platform Support:
If you define more than one path, they must be delimited with a semicolon.
{| class="wikitable"
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,315: Line 2,267:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,326: Line 2,274:
|}
|}


 
====SET ImnNlpsCl====
=SET Ipf_Keys=
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
Some online documents have special sections which should be shown only to a few users, this can be done if a specific key is added to the Ipf_Keys variable. But not much online books use this feature.
SET ImnNlpsCl=path
 
  SET Ipf_Keys=key_1+key_2+key_n


Parameters:
Parameters:
Path can be any full path.


Key can be any word. If you have a online book that supports this feature you can see additional information if the key is set up. If it is not set up the additional information is hide from you. The parameter can contain several keys which must be delimited by a plus signs. OS/2 assigns the Ipf_Keys variable with SBCS. I don't no were this take effect. SBCS stands for single byte character set, which is used with most languages. For languages like Yespanese or Chinese DBCS (double byte character set) are used. If you have more information please post it on this wiki.
Platform Support:
 
{| class="wikitable"
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,343: Line 2,288:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,354: Line 2,295:
|}
|}


=SET Iwf....=
====SET ImnNlpsSrv====
Set Statements used by the IBM Visualage for C++ Compiler.
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
SET ImnNlpsSrv=path


==SET Iwf.Default_Prj==
Parameters:
This is used by the IBM Visualage for C++ Compiler.


  SET Iwf.Default_Prj=Cppdftprj
Path can be any full path.


<b>Platform Support:</b>
Platform Support:
{| class="wikitable" style="text-align:center" border="1"
{|class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,369: Line 2,310:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,380: Line 2,317:
|}
|}


==SET Iwf.Solution_Language_Support==
====SET ImnWorkCl====
This is used by the IBM Visualage for C++ Compiler.
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
SET ImnWorkCl=path
 
Parameters:


  SET Iwf.Solution_Language_Support=Cppibs30;ENG
Path can be any full path.


<b>Platform Support:</b>
Platform Support:
{| class="wikitable" style="text-align:center" border="1"
{|class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,392: Line 2,332:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,403: Line 2,339:
|}
|}


==SET IwfHelp==
====SET ImnWorkSrv====
This is used by the IBM Visualage for C++ Compiler.
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
SET ImnWorkSrv=path
 
Parameters:


  SET IwfHelp=Iwfhdi.inf
Path can be any full path.


<b>Platform Support:</b>
Platform Support:
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,415: Line 2,354:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,426: Line 2,361:
|}
|}


==SET IwfOpt==
===SET Imq...===
This is used by the IBM Visualage for C++ Compiler.
Set Steatements used by the NetQuestion, Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.


SET IwfOpt=  
==SET ImqConfigCl==
 
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
 
  SET ImqConfigCl=path
 
Parameters:
 
Path can be any full path .


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,449: Line 2,392:
|}
|}


=Set Java..=
==SET ImqConfigSrv==
==SET Java_Audio_Rate==
 
Controls the playback sample rate for Java audio.
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.


  SET Java_Audio_Rate=value
SET ImnConfigSrv=path


Parameters:
Parameters:


Value can be 8 or 11 or maybe some other values, but I have no more information.
Path can be any full path .  
A value of 8 sets the playback rate to 8000 samples per second.
A value of 11 sets the playback rate to 11025 samples per second.
If this parameter is not set it defaults to 8 .  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,480: Line 2,420:
|}
|}


==SET Java_Audio_Volume==
=SET Init_File_Names=
This is used by the File and Print Client.


This environment variable controls the default audio volume for Java applications.
   SET Init_File_Names=netgui
 
   SET Java_Audio_Volume=percentage
 
Default settings:
 
* SET Java_Audio_Volume=75
 
Parameters:
 
Percentage can be in the range from 0 to 100 .
Default = 75
This value is expressed in percentage. If this parameter is not set it defaults to 75 .


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,506: Line 2,435:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,514: Line 2,443:
|}
|}


==SET Java_Clock_Resolution==
=SET Init_File_Ranges=
This is used by the File and Print Client.


The environment variable Java_CLOCK_RESOLUTION allows you to specify the timer resolution you require from the currentTimeMillis method in the Java.lang.System class.
  SET Init_File_Ranges=200


  SET Java_Clock_Resolution=value
<b>Platform Support:</b>
 
{| class="wikitable" style="text-align:center" border="1"
Parameters:
|-
 
!OS/2 2.x
Value can be in the range from 1 to ? .
This value is expressed in milliseconds. If this parameter is not set it defaults to 10 .
 
The timer resolutions available are dependent on those provided by the OS/2 system. The Java system rounds down to the nearest available resolution. 1 millisecond is always available and is the highest resolution available. The default for Java_Clock_Resolution is 10 milliseconds, and this is generally rounded to 1 millisecond accuracy.
If you need to ensure that the best Java performance is obtained when using currentTimeMillis, SET Java_Clock_Resolution = 32. This can be important when running Java benchmarks.
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
!OS/2 4.0
!OS/2 4.0
Line 2,538: Line 2,458:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,546: Line 2,466:
|}
|}


==SET Java_Compiler==
=SET IPFC=
With this variable can you set up the Just-In-Time (JIT) compiler that Java should use. If you want to disable the JIT than use a non-existing name, specify blanks for the name if you want to suppress the "Unable to load DLL" popup message. But it is not recommended to turn of the JIT, because this will decrease the speed of Java applications.
Points to the IPF Compiler path, the location of the APSY*.APS and IPF*.NLS files.
SET Java_Compiler=name


Parameters:
  SET Ipfc=C6colon.\Compiler\Ipfc4


Name can be any JIT compiler.
<b>Platform Support:</b>
If this parameter is not set it defaults to JavaX.
{| class="wikitable" style="text-align:center" border="1"
 
Platform Support:
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,565: Line 2,481:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,573: Line 2,489:
|}
|}


==SET Java_Connect_Timeout==
Adjusts the amount of time to wait for a network connection before reporting a timeout.


  SET Java_Connect_Timeout=seconds
=SET Include=
Used by various compilers. Defines the directries where the include files are stored.


Default settings:
  SET Include=Path1;Path2, ...
 
* SET Java_Connect_Timeout=30


Parameters:
Parameters:


Value can be in the range from 1 to .
Path can be any full path or any relative path .
Default = 30
If you define more than one path, they must be delimited with a semicolon.  
This value is expressed in seconds. If this parameter is not set it defaults to 30 .  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,598: Line 2,510:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,606: Line 2,518:
|}
|}


==SET Java_Console==
=SET InfoPath=
When SET specifies that Java programs executed using "Javapm" and "applet" will be run with a Java console.
Defines the directory where info files are stored. You need a info-browser to view info files. Info files contains documentation and they are used by some programs that are ported from Unix/Linux.


   SET Java_Console=value
   SET Info=Path1;Path2, ...


Parameters:
Parameters:


Value can be only 1 .
Path can be any full path .
If this variable is not set, the console is not used.  
 
note: Paths must be defined with Unix like forward slashes.
If you define more than one path, they must be delimited with a semicolon.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,626: Line 2,540:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,634: Line 2,548:
|}
|}


==SET JAVA_HIGH_MEMORY==
Since Java 1.18, activates High Memory Support.


   ex: SET JAVA_HIGH_MEMORY=1
=SET Ipf_Keys=
Some online documents have special sections which should be shown only to a few users, this can be done if a specific key is added to the Ipf_Keys variable. But not much online books use this feature.
 
   SET Ipf_Keys=key_1+key_2+key_n


'''NOTE:''' VIRTUALADDRESSLIMIT=2048 needs also to be set, otherwise this setting will be ignored. TCP 4.1 or higher must be installed.
Parameters:


'''NOTE:''' Customers who have had an "Out of memory" or SYS0008 problems on systems using Java should add this line.
Key can be any word. If you have a online book that supports this feature you can see additional information if the key is set up. If it is not set up the additional information is hide from you. The parameter can contain several keys which must be delimited by a plus signs. OS/2 assigns the Ipf_Keys variable with SBCS. I don't no were this take effect. SBCS stands for single byte character set, which is used with most languages. For languages like Yespanese or Chinese DBCS (double byte character set) are used. If you have more information please post it on this wiki.


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 2,653: Line 2,568:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 2,661: Line 2,576:
|}
|}


==SET Java_Home==
=SET Iwf....=
This variable points to the root directory of your Java runtime.
Set Statements used by the IBM Visualage for C++ Compiler.


  SET Java_Home=<path>
==SET Iwf.Default_Prj==
This is used by the IBM Visualage for C++ Compiler.


'''Parameters:'''
  SET Iwf.Default_Prj=Cppdftprj


Path can be any full path with drive letter .
<b>Platform Support:</b>
There are no default settings.
 
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 2,689: Line 2,602:
|}
|}


==SET Java_Map_Accel==
==SET Iwf.Solution_Language_Support==
Specifies the accelerator character which Java should map to the OS/2 accelerator character for menu items and buttons.
This is used by the IBM Visualage for C++ Compiler.


   SET Java_Map_Accel=value
   SET Iwf.Solution_Language_Support=Cppibs30;ENG
 
Parameters:
 
Value can be any character .
To turn off the accelerator character mapping, specify a tilde(~).
If this parameter is not set it defaults to amp .


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,718: Line 2,625:
|}
|}


==SET Java_NLS_SBCS==
==SET IwfHelp==
This is used by the IBM Visualage for C++ Compiler.


Specifies that Java should run in single byte character set (SBCS) mode even in double byte character set (DBCS) environments.
  SET IwfHelp=Iwfhdi.inf
 
  SET Java_NLS_SBCS=value


Parameters:
Value can be only 1 .
There are no default settings.
<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
Line 2,746: Line 2,648:
|}
|}


==SET Java_NoPrintDlg==
==SET IwfOpt==
This is used by the IBM Visualage for C++ Compiler.


When you set up this, Java will dismiss the printer properties dialog before printing.
SET IwfOpt=  
 
  SET Java_NoPrintDlg=value
 
Parameters:
 
Value can be only 1
If this variable is not set up in your config.sys file, Java will show the printer properties dialog everytime you print from a Java application.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,775: Line 2,671:
|}
|}


==SET Java_Old_Char_Spacing==
=Set Java..=
The character spacing in strings which use characters from different codepages has been improved in the Java-Version "JDK 1.1.7A IBM build o117-19990506". It is possible that this will adversely affect the display and printing of some character strings in existing applications. The old spacing can be retained by setting this environment variable to ON.
==SET Java_Audio_Rate==
SET Java_Old_Char_Spacing=value
Controls the playback sample rate for Java audio.


Parameter:
  SET Java_Audio_Rate=value


Value can be ON or OFF.
Parameters:


If you want to use the old spacing than use SET Java_OLD_CHAR_SPACING=ON.  
Value can be 8 or 11 or maybe some other values, but I have no more information.
A value of 8 sets the playback rate to 8000 samples per second.
A value of 11 sets the playback rate to 11025 samples per second.
If this parameter is not set it defaults to 8 .  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,803: Line 2,702:
|}
|}


==SET Java_User==
==SET Java_Audio_Volume==
The User variable points to the user specific directory. This directory should contain user specific configurations and settings. It is the same as the "Home" variable on other Java platforms.
 
SET Java_User=path
This environment variable controls the default audio volume for Java applications.
 
  SET Java_Audio_Volume=percentage
 
Default settings:
 
* SET Java_Audio_Volume=75


Parameters:
Parameters:


Path can be any full path with drive letter .
Percentage can be in the range from 0 to 100 .
There are no default settings.  
Default = 75
This value is expressed in percentage. If this parameter is not set it defaults to 75 .


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 2,822: Line 2,728:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 2,830: Line 2,736:
|}
|}


==SET Java_Clock_Resolution==


==SET Java_WebLogs==
The environment variable Java_CLOCK_RESOLUTION allows you to specify the timer resolution you require from the currentTimeMillis method in the Java.lang.System class.


This variable will set the path to the directory into which the Java runtime will write weblog files for each started Java process.
   SET Java_Clock_Resolution=value
 
   SET Java_Weblogs=Path


Parameters:
Parameters:


Path can be any full path with drive letter .
Value can be in the range from 1 to ? .
If this parameter is not set it defaults to the Weblogs directory under the Java directory .
This value is expressed in milliseconds. If this parameter is not set it defaults to 10 .


=SET Keys=
The timer resolutions available are dependent on those provided by the OS/2 system. The Java system rounds down to the nearest available resolution. 1 millisecond is always available and is the highest resolution available. The default for Java_Clock_Resolution is 10 milliseconds, and this is generally rounded to 1 millisecond accuracy.
 
If you need to ensure that the best Java performance is obtained when using currentTimeMillis, SET Java_Clock_Resolution = 32. This can be important when running Java benchmarks.  
OS/2 can remember previous keystrokes typed on the OS/2 command line. You can recall previous keystrokes with the up arrow key. This variable enables or disables this feature.
 
note:
If keys is set to ON, ANSI extended keyboard support is disabled.
 
  SET KEYS=value
 
Default settings:
 
* SET KEYS=ON
 
Parameters:
 
Value can be ON or OFF.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,869: Line 2,760:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 2,877: Line 2,768:
|}
|}


==SET Java_Compiler==
With this variable can you set up the Just-In-Time (JIT) compiler that Java should use. If you want to disable the JIT than use a non-existing name, specify blanks for the name if you want to suppress the "Unable to load DLL" popup message. But it is not recommended to turn of the JIT, because this will decrease the speed of Java applications.
SET Java_Compiler=name


=SET Lang=
Parameters:
Sets up the language and the country for applications that are using Unicode character sets.


  SET LANG=language_country
Name can be any JIT compiler.
If this parameter is not set it defaults to JavaX.


Parameters:
Platform Support:
 
{| class="wikitable"
Here is a list of the countrys and their available settings for the language_country parameter ( the value in parenthesis ).
|-
    * Albania (sq_AL)
    * Arabic-speaking (ar_AA)
    * Australia (en_AU)
    * Austria (de_AT)
    * Belgium dutch (nl_BE)
    * Belgium French (fr_BE)
    * Bosnia (sh_BA)
    * Brazil (pt_BR)
    * Bulgaria (bg_BG)
    * Canada english (en_CA)
    * Canada french (fr_CA)
    * China (zh_CN)
    * Croatia (hr_HR)
    * Czechoslovakia (cs_CZ)
    * Denmark (da_DK)
    * Finland (fi_FI)
    * France (fr_FR)
    * Germany (de_DE)
    * Great Britain (en_GB)
    * Greece (el_GR)
    * Hungary (hu_HU)
    * Iceland (is_IS)
    * Ireland (en_IE)
    * Israel (iw_IL)
    * Italy (it_IT)
    * Yespan (Yes_JP)
    * Korea (ko_KR)
    * Latin America (es_LA)
    * Netherlands (nl_NL)
    * New Zealand (en_NZ)
    * Norway (no_NO)
    * Poland (pl_PL)
    * Portugal (pt_PT)
    * Romania (ro_RO)
    * Russia (ru_RU)
    * Slovak (sk_SK)
    * Slovenia (sl_SL)
    * South Africa (en_ZA)
    * Spain (es_ES)
    * Sweden (sv_SE)
    * Switzerland german (de_CH)
    * Switzerland french (fr_CH)
    * Switzerland italian (it_CH)
    * Taiwan (zh_TW)
    * Thailand (th_TH)
    * Turkey (tr_TR)
    * United States (en_US)
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 2,944: Line 2,787:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 2,952: Line 2,795:
|}
|}


=SET Laninstep=
==SET Java_Connect_Timeout==
This is part of the remote install (CID) setup.
Adjusts the amount of time to wait for a network connection before reporting a timeout.
 
  SET Java_Connect_Timeout=seconds
 
Default settings:
 
* SET Java_Connect_Timeout=30
 
Parameters:


  SET Laninstep=C:\Cid\Img\Ibmpeer
Value can be in the range from 1 to .
Default = 30
This value is expressed in seconds. If this parameter is not set it defaults to 30 .


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,967: Line 2,820:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 2,975: Line 2,828:
|}
|}


==SET Java_Console==
When SET specifies that Java programs executed using "Javapm" and "applet" will be run with a Java console.


=SET LastDrive=
   SET Java_Console=value
 
This specifies the last valid drive letter for DOS or Windows sessions.
 
   SET LASTDRIVE=drive


Parameters:
Parameters:


Value can be any letter from C to Z .  
Value can be only 1 .
If this variable is not set, the console is not used.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 2,996: Line 2,848:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 3,004: Line 2,856:
|}
|}


=SET Lib=
==SET JAVA_HIGH_MEMORY==
Used by various compilers. Points to the directories where lib files are stored.  
Since Java 1.18, activates High Memory Support.
SET Lib=Path1;Path2, ...
 
  ex: SET JAVA_HIGH_MEMORY=1


Parameters:
'''NOTE:''' VIRTUALADDRESSLIMIT=2048 needs also to be set, otherwise this setting will be ignored. TCP 4.1 or higher must be installed.


Path can be any full path.
'''NOTE:''' Customers who have had an "Out of memory" or SYS0008 problems on systems using Java should add this line.
If you define more than one path, they must be delimited with a semicolon.  


<b>Platform Support:</b>
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,023: Line 2,875:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 3,031: Line 2,883:
|}
|}


=SET LIBC_HOOK_DLLS=
==SET Java_Home==
SET LIBC_HOOK_DLLS=<path>
This variable points to the root directory of your Java runtime.
 
  SET Java_Home=<path>


Platform Support:
'''Parameters:'''
 
Path can be any full path with drive letter .
There are no default settings.
 
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,044: Line 2,903:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 3,052: Line 2,911:
|}
|}


=SET Library_Path=
==SET Java_Map_Accel==
Points to the path where the EMX-C Compiler stores the lib files.
Specifies the accelerator character which Java should map to the OS/2 accelerator character for menu items and buttons.
SET Library_Path=Path
 
  SET Java_Map_Accel=value


Parameters:
Parameters:


Path can be any full path. If you have several paths they must be delimited by a semicolon.
Value can be any character .
To turn off the accelerator character mapping, specify a tilde(~).
If this parameter is not set it defaults to amp .


note: You must use the Unix-like forwardslashes instead of the backslashes. See the example below:
<b>Platform Support:</b>
SET Library_Path=c:/emx/lib
{| class="wikitable" style="text-align:center" border="1"
 
Platform Support:
{|class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,070: Line 2,929:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,077: Line 2,940:
|}
|}


=SET Lite_Locales=
==SET Java_NLS_SBCS==
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
 
SET LiteLocales=path
Specifies that Java should run in single byte character set (SBCS) mode even in double byte character set (DBCS) environments.
 
  SET Java_NLS_SBCS=value


Parameters:
Parameters:


Path can be any full path.
Value can be only 1 .
 
There are no default settings.
Platform Support:
<b>Platform Support:</b>
{|class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,092: Line 2,957:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,099: Line 2,968:
|}
|}


=SET LocPath=
==SET Java_NoPrintDlg==
The Locpath tells OS/2 were to find the language files. These files are needed for different languages.
 
SET Locpath=E:\IBMI18N\LOCALE;E:\LANGUAGE\LOCALE
When you set up this, Java will dismiss the printer properties dialog before printing.
 
  SET Java_NoPrintDlg=value


Parameters:
Parameters:


If you have several Paths you must delimit them with a semicolon.  
Value can be only 1
If this variable is not set up in your config.sys file, Java will show the printer properties dialog everytime you print from a Java application.  


Platform Support:
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,114: Line 2,986:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,121: Line 2,997:
|}
|}


=SET LOGFILES=
==SET Java_Old_Char_Spacing==
New with eCS 1.1 - points to the log directory.
The character spacing in strings which use characters from different codepages has been improved in the Java-Version "JDK 1.1.7A IBM build o117-19990506". It is possible that this will adversely affect the display and printing of some character strings in existing applications. The old spacing can be retained by setting this environment variable to ON.
  SET LOGFILES=<path>
  SET Java_Old_Char_Spacing=value
 
Parameter:
 
Value can be ON or OFF.


ex: SET LOGFILES=C:\var\log
If you want to use the old spacing than use SET Java_OLD_CHAR_SPACING=ON.


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,134: Line 3,014:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,141: Line 3,025:
|}
|}


=SET LOGNAME=
==SET Java_User==
Needed by some XFree86/OS2 programs. The XFree86/OS2 documentation says that this variable may be used in the future. The Logname should be set to the same username as in SET User defined.
The User variable points to the user specific directory. This directory should contain user specific configurations and settings. It is the same as the "Home" variable on other Java platforms.
  SET LogName=Oliver
  SET Java_User=path
 
Parameters:
 
Path can be any full path with drive letter .
There are no default settings.


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,163: Line 3,052:
|}
|}


=SET Lotus_CLS=
Is used by the Lotus Smartsuite.


   SET Lotus_CLS=Path
==SET Java_WebLogs==
 
This variable will set the path to the directory into which the Java runtime will write weblog files for each started Java process.
 
   SET Java_Weblogs=Path


Parameters:
Parameters:


Path can be any full path .  
Path can be any full path with drive letter .
If this parameter is not set it defaults to the Weblogs directory under the Java directory .
 
=SET Keys=
 
OS/2 can remember previous keystrokes typed on the OS/2 command line. You can recall previous keystrokes with the up arrow key. This variable enables or disables this feature.


<b>Platform Support:</b>
note:
{| class="wikitable" style="text-align:center" border="1"
If keys is set to ON, ANSI extended keyboard support is disabled.
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|}


  SET KEYS=value


=SET LPath=
Default settings:
This is used by the IBM Visualage for C++ Compiler.


  SET LPath=path
* SET KEYS=ON


Parameters:
Parameters:


Path can be any full path .  
Value can be ON or OFF.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,210: Line 3,091:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,219: Line 3,100:




=SET Lxevfref=
=SET Lang=
This is used by the IBM Visualage for C++ Compiler. Defines which files should be shown in the Editor Referenz Guide.
Sets up the language and the country for applications that are using Unicode character sets.


   SET Lxevref=Evfelref.inf+Lpxcref.inf
   SET LANG=language_country


<b>Platform Support:</b>
Parameters:
 
Here is a list of the countrys and their available settings for the language_country parameter ( the value in parenthesis ).
    * Albania (sq_AL)
    * Arabic-speaking (ar_AA)
    * Australia (en_AU)
    * Austria (de_AT)
    * Belgium dutch (nl_BE)
    * Belgium French (fr_BE)
    * Bosnia (sh_BA)
    * Brazil (pt_BR)
    * Bulgaria (bg_BG)
    * Canada english (en_CA)
    * Canada french (fr_CA)
    * China (zh_CN)
    * Croatia (hr_HR)
    * Czechoslovakia (cs_CZ)
    * Denmark (da_DK)
    * Finland (fi_FI)
    * France (fr_FR)
    * Germany (de_DE)
    * Great Britain (en_GB)
    * Greece (el_GR)
    * Hungary (hu_HU)
    * Iceland (is_IS)
    * Ireland (en_IE)
    * Israel (iw_IL)
    * Italy (it_IT)
    * Yespan (Yes_JP)
    * Korea (ko_KR)
    * Latin America (es_LA)
    * Netherlands (nl_NL)
    * New Zealand (en_NZ)
    * Norway (no_NO)
    * Poland (pl_PL)
    * Portugal (pt_PT)
    * Romania (ro_RO)
    * Russia (ru_RU)
    * Slovak (sk_SK)
    * Slovenia (sl_SL)
    * South Africa (en_ZA)
    * Spain (es_ES)
    * Sweden (sv_SE)
    * Switzerland german (de_CH)
    * Switzerland french (fr_CH)
    * Switzerland italian (it_CH)
    * Taiwan (zh_TW)
    * Thailand (th_TH)
    * Turkey (tr_TR)
    * United States (en_US)
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,234: Line 3,166:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,242: Line 3,174:
|}
|}


=SET Laninstep=
This is part of the remote install (CID) setup.


=SET Lxevfhdi=
  SET Laninstep=C:\Cid\Img\Ibmpeer
This is used by the IBM Visualage for C++ Compiler. Defines which files should be shown in the Editor HowTos.
 
  SET Lxevfhdi=Evfelhdi.inf+Lpexhdi.inf


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,258: Line 3,189:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,266: Line 3,197:
|}
|}


=SET Mga=


This is used by Matrox graphiccards. Defines the path to the Matrox directory.
=SET LastDrive=
 
This specifies the last valid drive letter for DOS or Windows sessions.


   SET MGA=path
   SET LASTDRIVE=drive


Parameters:
Parameters:


Path can be any full path .  
Value can be any letter from C to Z .  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,294: Line 3,226:
|}
|}


=SET Lib=
Used by various compilers. Points to the directories where lib files are stored.
SET Lib=Path1;Path2, ...


Parameters:


 
Path can be any full path.
=SET ManPath=
If you define more than one path, they must be delimited with a semicolon.  
Needed by XFree86/OS2. Defines the path where the man (manual) files are installed.
 
  SET ManPath=E:/user/emx/XFree86/man
 
note: Please use the Unix like forward slash as the directory separator!


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,322: Line 3,253:
|}
|}


=SET LIBC_HOOK_DLLS=
SET LIBC_HOOK_DLLS=<path>


=SET MenuStyle=
Platform Support:
With this variable you can delete some entries from the popup menu of folders such as Help, New, Move, Copy, and Delete.
 
note:
In Warp 4.0 you can change this from the system settings notebook.
 
  SET MENUSTYLE=value
 
Parameters:
 
Value can be SHORT or LONG .
If this variable is not set it defaults to LONG .
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,346: Line 3,266:
!eCs 2.x
!eCs 2.x
|-
|-
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,354: Line 3,274:
|}
|}


 
=SET Library_Path=
=SET MenusFollowPointer=
Points to the path where the EMX-C Compiler stores the lib files.
This variable enables the Warpcenter to follow the pointer with the selected menu. If the menu entry has a submenu you don't have to click on the arrow. Simply wait a second while the pointer is over the menu and the submenu will open.
SET Library_Path=Path
 
  SET MENUSFOLLOWPOINTER=value


Parameters:
Parameters:


Value can be ON or OFF .
Path can be any full path. If you have several paths they must be delimited by a semicolon.


* SET MENUSFOLLOWPOINTER=ON
note: You must use the Unix-like forwardslashes instead of the backslashes. See the example below:
The menus of the Warpcenter follow the pointer.
SET Library_Path=c:/emx/lib
* SET MENUSFOLLOWPOINTER=OFF
The menus won't follow the pointer.


If this parameter is not set it defaults to OFF .
Platform Support:
 
{|class="wikitable"
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,378: Line 3,292:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,389: Line 3,299:
|}
|}


=SET Lite_Locales=
This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.
SET LiteLocales=path


Parameters:


=SET MfsCache=
Path can be any full path.
Defines the path to the Cache directory for Mobile File Synchronization.


  SET MfsCache=path
Platform Support:
 
{|class="wikitable"
Parameters:
Path can be any full path .
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,406: Line 3,314:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,417: Line 3,321:
|}
|}


=SET MMBASE=
=SET LocPath=
Sets up the base directory for OS/2s multimedia programs.
The Locpath tells OS/2 were to find the language files. These files are needed for different languages.
SET Locpath=E:\IBMI18N\LOCALE;E:\LANGUAGE\LOCALE


  SET MMBASE=C:\MMOS2
Parameters:


'''Platform Support:'''
If you have several Paths you must delimit them with a semicolon.
{| class="wikitable" style="text-align:center" border="1"
 
Platform Support:
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,429: Line 3,336:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,440: Line 3,343:
|}
|}


=SET MMSTREAM=
=SET LOGFILES=
New with eCS 1.1 - points to the log directory.
SET LOGFILES=<path>


  SET MMSTREAM=<parameter>
ex: SET LOGFILES=C:\var\log
 
  ex: SET MMSTREAM=/S:64 /P:64 /H:256 /Q:1024 /E:1024
 
'''Parameter:'''
 
* /S:sss
Specifies the number of streams that can be created at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.
 
* /P:ppp
Specifies the number of processes that can create streams at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.
 
* /H:hhh
Specifies the maximum amount of heap space (KB) that will be used. Values range from 16 through 256; the default value is 64.
 
* /Q:qqq
Specifies the size of the event queue (per process). Values range from 2 through 1024; the default value is 64.
 
* /E:eee
Specifies the number of events that can be enabled (per stream). Values range from 1 through 1024. The default value for machines with more than 8MB of memory is 32. The default value for machines with 8MB of memory or less is 20.


'''Platform Support:'''
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,470: Line 3,356:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,481: Line 3,363:
|}
|}


=SET MMREF=
=SET LOGNAME=
Used by the IBM OS/2 Programmer Toolkit. Defines which files should be shown in the Multimedia Programming Reference.
Needed by some XFree86/OS2 programs. The XFree86/OS2 documentation says that this variable may be used in the future. The Logname should be set to the same username as in SET User defined.
 
SET LogName=Oliver
  SET Mnref=Mmref1.inf+mmref2.inf+mmref3.inf


'''Platform Support:'''
'''Platform Support:'''
Line 3,504: Line 3,385:
|}
|}


=SET MMTYPESEXTS=
=SET Lotus_CLS=
Undocumented variable for MMOS2.
Is used by the Lotus Smartsuite.


'''Platform Support:'''
  SET Lotus_CLS=Path
 
Parameters:
 
Path can be any full path .
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,517: Line 3,404:
!eCs 2.x
!eCs 2.x
|-
|-
|???
|No
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,525: Line 3,412:
|}
|}


=SET MMVWRLOG=
Undocumented variable for MMOS2.


   SET MMVWRLOG=<path:\file>
=SET LPath=
This is used by the IBM Visualage for C++ Compiler.
 
   SET LPath=path
 
Parameters:
 
Path can be any full path .


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,540: Line 3,432:
!eCs 2.x
!eCs 2.x
|-
|-
|???
|No
|Yes
|Yes
|Yes
|Yes
Line 3,548: Line 3,440:
|}
|}


=SET MMWPSLOG=
Undocumented variable for MMOS2.


   SET MMWPSLOG=<path:\file>
=SET Lxevfref=
This is used by the IBM Visualage for C++ Compiler. Defines which files should be shown in the Editor Referenz Guide.
 
   SET Lxevref=Evfelref.inf+Lpxcref.inf


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,563: Line 3,456:
!eCs 2.x
!eCs 2.x
|-
|-
|???
|No
|Yes
|Yes
|Yes
|Yes
Line 3,571: Line 3,464:
|}
|}


=SET MMYIELD=


   ex: SET MMYIELD=10
=SET Lxevfhdi=
This is used by the IBM Visualage for C++ Compiler. Defines which files should be shown in the Editor HowTos.
 
   SET Lxevfhdi=Evfelhdi.inf+Lpexhdi.inf


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,585: Line 3,480:
!eCs 2.x
!eCs 2.x
|-
|-
|???
|No
|Yes
|Yes
|Yes
|Yes
Line 3,593: Line 3,488:
|}
|}


=SET MOZILLA...=
=SET Mga=
These are the SET Statements for Mozilla Firefox and Thunderbird.


==SET MOZ_PLUGIN_PATH==
This is used by Matrox graphiccards. Defines the path to the Matrox directory.
This statement is to separate the locations of the plugins for Firefox.
 
  SET MGA=path
 
Parameters:


  SET MOZ_PLUGIN_PATH=<path>
Path can be any full path .


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,611: Line 3,508:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,619: Line 3,516:
|}
|}


==SET MOZILLA_HOME==
This statement is to separate the locations of the user profiles in Firefox and Thunderbird.


  SET MOZILLA_HOME=<path>




=SET ManPath=
Needed by XFree86/OS2. Defines the path where the man (manual) files are installed.
  SET ManPath=E:/user/emx/XFree86/man


Parameters:
note: Please use the Unix like forward slash as the directory separator!
Full path of the location of the profile.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,639: Line 3,536:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,647: Line 3,544:
|}
|}


==Set MOZ_NO_REMOTE==
Allows to run two instances of Firefox or Thunderbird simultaneously.


   Set MOZ_NO_REMOTE=1
=SET MenuStyle=
With this variable you can delete some entries from the popup menu of folders such as Help, New, Move, Copy, and Delete.
 
note:
In Warp 4.0 you can change this from the system settings notebook.
 
   SET MENUSTYLE=value


Parameters:
Parameters:


Value can be SHORT or LONG .
If this variable is not set it defaults to LONG .


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,665: Line 3,568:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|???
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,674: Line 3,577:




==SET MOZILLA_USE_EXTENDED_FT2LIB==
=SET MenusFollowPointer=
Enables special functions in Firefox and Thuderbird to hanble unicode character, if you have Innotek Font Engine installed.
This variable enables the Warpcenter to follow the pointer with the selected menu. If the menu entry has a submenu you don't have to click on the arrow. Simply wait a second while the pointer is over the menu and the submenu will open.


   SET MOZILLA_USE_EXTENDED_FT2LIB=T
   SET MENUSFOLLOWPOINTER=value


Parameters:
Parameters:


<b>Platform Support:</b>
Value can be ON or OFF .
{| class="wikitable" style="text-align:center" border="1"
 
* SET MENUSFOLLOWPOINTER=ON
The menus of the Warpcenter follow the pointer.
* SET MENUSFOLLOWPOINTER=OFF
The menus won't follow the pointer.
 
If this parameter is not set it defaults to OFF .
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 3,693: Line 3,604:
|-
|-
|No
|No
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,702: Line 3,613:




=SET NcDebug=
=SET MfsCache=
Defines the path to the Cache directory for Mobile File Synchronization.


This environment variable is used as a workaround for a bug in Lotus-123s video and audio play back
  SET MfsCache=path


function.
Parameters:
 
Path can be any full path .  
  SET Ncdebug=4000


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,728: Line 3,639:
|}
|}


=SET MMBASE=
Sets up the base directory for OS/2s multimedia programs.


=SET NetView_Path=
  SET MMBASE=C:\MMOS2
Defines the path where the SystemView client is installed.


  SET NetView_Path=path
'''Platform Support:'''
 
Parameters:
 
Path can be any full path .
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,748: Line 3,654:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 3,756: Line 3,662:
|}
|}


=SET MMSTREAM=
  SET MMSTREAM=<parameter>


=SET NEWNOTEBOOKS=
  ex: SET MMSTREAM=/S:64 /P:64 /H:256 /Q:1024 /E:1024
Enables the new notebooks for applications written prior to WARP 4. This setting worked in the MERLIN Beta, but seems to be disabled in Warp 4 GA. (WARP 4 only!)


  SET NEWNOTEBOOKS=ON
'''Parameter:'''


Parameters: "ON"
* /S:sss
Specifies the number of streams that can be created at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.


<b>Platform Support:</b>
* /P:ppp
{| class="wikitable" style="text-align:center" border="1"
Specifies the number of processes that can create streams at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|No
|No
|No
|No
|No
|No
|}


=SET NlsPath=
* /H:hhh
This variable is used somewhere with the National language support for the network and internet
Specifies the maximum amount of heap space (KB) that will be used. Values range from 16 through 256; the default value is 64.


applications coming with OS/2.
* /Q:qqq
Specifies the size of the event queue (per process). Values range from 2 through 1024; the default value is 64.


  SET Nlspath=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N;
* /E:eee
Specifies the number of events that can be enabled (per stream). Values range from 1 through 1024. The default value for machines with more than 8MB of memory is 32. The default value for machines with 8MB of memory or less is 20.


<b>Platform Support:</b>
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,799: Line 3,695:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 3,807: Line 3,703:
|}
|}


=SET NntpServer=
=SET MMREF=
This is used by the Newsserver Changi.
Used by the IBM OS/2 Programmer Toolkit. Defines which files should be shown in the Multimedia Programming Reference.


   SET NntpServer=value
   SET Mnref=Mmref1.inf+mmref2.inf+mmref3.inf


Parameters:
'''Platform Support:'''
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,832: Line 3,726:
|}
|}


 
=SET MMTYPESEXTS=
=SET NSPR_OS2_NO_HIRES_TIMER=
Undocumented variable for MMOS2.
This is used by Mozilla Firefox and Thunderbird. This causes that firefox and Thunderbird not use the OS/2's high resolution timer.
  set NSPR_OS2_NO_HIRES_TIMER=1
Set this if other applications using the high resolution timer (multimedia apps) act strangely.
 
Parameters:


'''Platform Support:'''
'''Platform Support:'''
Line 3,850: Line 3,739:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|???
|???
|???
|Yes
|Yes
Line 3,858: Line 3,747:
|}
|}


=SET NOLARGENTEXEICON=
=SET MMVWRLOG=
Defines the amount of megabytes OS/2 scans in large Windows files for showing the icon. May be added for shortening the time until the WPS displays folders containing windows files
Undocumented variable for MMOS2.
  SET NOLARGENTEXEICON=<n>
  ex: SET NOLARGENTEXEICON=1


Paramenters
  SET MMVWRLOG=<path:\file>
*<n> = In MBytes


'''Platform Support:'''
'''Platform Support:'''
Line 3,878: Line 3,762:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|???
|???
|Yes
|Yes
|Yes
|Yes
|Yes
Line 3,886: Line 3,770:
|}
|}


=SET Nwdbpath=
=SET MMWPSLOG=
This line is used by the File and Print Client.
Undocumented variable for MMOS2.


   SET NwdbPath=path
   SET MMWPSLOG=<path:\file>


Parameters:
'''Platform Support:'''
 
Path can be any full path .
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,905: Line 3,785:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 3,913: Line 3,793:
|}
|}


=SET ObjC_Include_Path=
=SET MMYIELD=
Points to the path where the EMX-Objective-C Compiler stores the Include files.


   SET ObjC_Include_Path=Path
   ex: SET MMYIELD=10


Parameters:
'''Platform Support:'''
 
Path can be any full path . If you have several path they must be delimited by a semicolon.
 
note: You must use the Unix-like forwardslashes instead of the backslashes. See the example below: SET
 
ObjC_Include_Path=c:/emx/include
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,936: Line 3,807:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 3,944: Line 3,815:
|}
|}


=SET Objd_...=
=SET MOZILLA...=
This are the Set Statements used in the Stardock Object Desktop application.
These are the SET Statements for Mozilla Firefox and Thunderbird.


==SET Objd_AllVisible==
==SET MOZ_PLUGIN_PATH==
This environment variable is used by the Object Desktop from Stardock. Allows all invisible objects to
This statement is to separate the locations of the plugins for Firefox.


be in Control Center browser objects.
  SET MOZ_PLUGIN_PATH=<path>


  SET Objd_AllVisible=1
<b>Platform Support:</b>
 
Parameters:
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 3,966: Line 3,833:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 3,974: Line 3,841:
|}
|}


==SET Objd_AutoTileNav==
==SET MOZILLA_HOME==
This environment variable is used by the Object Desktop from Stardock. Enables the Norton Commander
This statement is to separate the locations of the user profiles in Firefox and Thunderbird.
 
  SET MOZILLA_HOME=<path>


look in the Object Navigator window.


  SET Objd_AutoTileNav=1


Parameters:  
Parameters:
Full path of the location of the profile.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 3,993: Line 3,861:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 4,001: Line 3,869:
|}
|}


==SET Objd_DisableFastMove==
==Set MOZ_NO_REMOTE==
This environment variable is used by the Object Desktop from Stardock. Whith this optiion enabled, the
Allows to run two instances of Firefox or Thunderbird simultaneously.  


Control Center will switch between virtual desktops with a slow and safe method, this prevents Traps
  Set MOZ_NO_REMOTE=1


which may occour with Warp3 FP16-FP18.
Parameters:


  SET Objd_DisableFastMove=1
Parameters:


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,022: Line 3,887:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 4,030: Line 3,895:
|}
|}


==SET Objd_Log==
This environment variable is used by the Object Desktop from Stardock. When this is set up, trap logs


are automatically written to the objdtrap.log file, whenever an error occour.
==SET MOZILLA_USE_EXTENDED_FT2LIB==
Enables special functions in Firefox and Thuderbird to hanble unicode character, if you have Innotek Font Engine installed.


SET Objd_Log=Auto
  SET MOZILLA_USE_EXTENDED_FT2LIB=T


Parameters:  
Parameters:


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,049: Line 3,914:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 4,057: Line 3,922:
|}
|}


==SET Objd_NoDiskAsFolders==
This environment variable is used by the Object Desktop from Stardock. Allows all WPDisk objects in


Control Center browser object to be treated as Object Desktop 1.0 disk objects.


  SET Objd_NoDiskAsFolders=1
=SET NcDebug=
 
This environment variable is used as a workaround for a bug in Lotus-123s video and audio play back
 
function.


Parameters:
  SET Ncdebug=4000


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,084: Line 3,950:
|}
|}


==SET Objd_NoF12Rollup==
This environment variable is used by the Object Desktop from Stardock. Disables ALT-F12 roll-up


accelerator.
=SET NetView_Path=
Defines the path where the SystemView client is installed.
 
  SET NetView_Path=path


  SET Objd_NoF12Rollup=1
Parameters:


Parameters:
Path can be any full path .


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,111: Line 3,978:
|}
|}


==SET Objd_OnavFullMenus==
This environment variable is used by the Object Desktop from Stardock. With this option set, the


Object Navigator will show copy, move ... in its context menu.
=SET NEWNOTEBOOKS=
Enables the new notebooks for applications written prior to WARP 4. This setting worked in the MERLIN Beta, but seems to be disabled in Warp 4 GA. (WARP 4 only!)


   SET Objd_OnavFullMenus=1
   SET NEWNOTEBOOKS=ON


Parameters:  
Parameters: "ON"


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,130: Line 3,996:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|No
|Yes
|No
|Yes
|No
|Yes
|No
|Yes
|No
|}
|}


==SET Objd_UrlNoOpen==
=SET NlsPath=
This environment variable is used by the Object Desktop from Stardock. Disables URL open processing
This variable is used somewhere with the National language support for the network and internet


for Stardock Internet Shell Objects.
applications coming with OS/2.


   SET Objd_URLNoOpen=1
   SET Nlspath=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N;


Parameters:
<b>Platform Support:</b>
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 4,165: Line 4,029:
|}
|}


==SET Objd_UrlNoPaint==
=SET NntpServer=
This environment variable is used by the Object Desktop from Stardock. Disables URL underline painting
This is used by the Newsserver Changi.


for Stardock Internet Shell Objects.
   SET NntpServer=value
 
   SET Objd_URLNoPaint=1


Parameters:  
Parameters:  
Line 4,192: Line 4,054:
|}
|}


=SET ObjectSnoozeTime=
Defines the time for that not used DLLs are hold in memory.
  SET ObjectSnoozeTime=Value


Parameters:
=SET NSPR_OS2_NO_HIRES_TIMER=
This is used by Mozilla Firefox and Thunderbird. This causes that firefox and Thunderbird not use the OS/2's high resolution timer.
  set NSPR_OS2_NO_HIRES_TIMER=1
Set this if other applications using the high resolution timer (multimedia apps) act strangely.


Value is the time in seconds.
Parameters:  
Standard: 90 seconds.


<b>Platform Support:</b>
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 4,213: Line 4,073:
|-
|-
|No
|No
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 4,220: Line 4,080:
|}
|}


===OpenDoc===
=SET NOLARGENTEXEICON=
These are the Set Statements used in the IBM OS/2 Developers Toolkit
Defines the amount of megabytes OS/2 scans in large Windows files for showing the icon. May be added for shortening the time until the WPS displays folders containing windows files
  SET NOLARGENTEXEICON=<n>
  ex: SET NOLARGENTEXEICON=1


====ODBase====
Paramenters
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
*<n> = In MBytes
SET Odbase=path


Parameters:
'''Platform Support:'''
 
{| class="wikitable" style="text-align:center" border="1"
Path can be any full path. If you have several paths they must be delimited by a semicolon.
 
<b>Platform Support:</b>
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,238: Line 4,097:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|???
|Yes
|Yes
|Yes
|Yes
Line 4,245: Line 4,108:
|}
|}


====ODBasePaths====
=SET Nwdbpath=
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
This line is used by the File and Print Client.
SET OdbasePaths=path
 
  SET NwdbPath=path


Parameters:
Parameters:


Path can be any full path. If you have several paths they must be delimited by a semicolon.  
Path can be any full path .  


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,260: Line 4,124:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,267: Line 4,135:
|}
|}


====ODCfg====
=SET ObjC_Include_Path=
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
Points to the path where the EMX-Objective-C Compiler stores the Include files.
SET Odbase=path
 
  SET ObjC_Include_Path=Path


Parameters:
Parameters:


Path can be any full path. If you have several paths they must be delimited by a semicolon.  
Path can be any full path . If you have several path they must be delimited by a semicolon.
 
note: You must use the Unix-like forwardslashes instead of the backslashes. See the example below: SET
 
ObjC_Include_Path=c:/emx/include


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,282: Line 4,155:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,289: Line 4,166:
|}
|}


====ODParts====
=SET Objd_...=
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
This are the Set Statements used in the Stardock Object Desktop application.
SET OdParts=path
 
==SET Objd_AllVisible==
This environment variable is used by the Object Desktop from Stardock. Allows all invisible objects to
 
be in Control Center browser objects.


Parameters:
  SET Objd_AllVisible=1


Path can be any full path . If you have several paths they must be delimited by a semicolon.
Parameters:


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,304: Line 4,185:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,311: Line 4,196:
|}
|}


====ODPartsPaths====
==SET Objd_AutoTileNav==
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
This environment variable is used by the Object Desktop from Stardock. Enables the Norton Commander
SET OdPartsPaths=path
 
look in the Object Navigator window.


Parameters:
  SET Objd_AutoTileNav=1


Path can be any full path. If you have several paths they must be delimited by a semicolon.
Parameters:


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,326: Line 4,212:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,333: Line 4,223:
|}
|}


====ODSrc====
==SET Objd_DisableFastMove==
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
This environment variable is used by the Object Desktop from Stardock. Whith this optiion enabled, the
SET OdSrc=path
 
Control Center will switch between virtual desktops with a slow and safe method, this prevents Traps
 
which may occour with Warp3 FP16-FP18.


Parameters:
  SET Objd_DisableFastMove=1


Path can be any full path. If you have several paths they must be delimited by a semicolon.
Parameters:


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,359: Line 4,252:
|}
|}


====ODSrcPaths====
==SET Objd_Log==
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
This environment variable is used by the Object Desktop from Stardock. When this is set up, trap logs
SET OdSrcPaths=path
 
are automatically written to the objdtrap.log file, whenever an error occour.


Parameters:
SET Objd_Log=Auto


Path can be any full path . If you have several paths they must be delimited by a semicolon.
Parameters:


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,385: Line 4,279:
|}
|}


===ODTmp===
==SET Objd_NoDiskAsFolders==
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
This environment variable is used by the Object Desktop from Stardock. Allows all WPDisk objects in
SET OdTmp=path


Parameters:
Control Center browser object to be treated as Object Desktop 1.0 disk objects.


Path can be any full path . If you have several paths they must be delimited by a semicolon.
  SET Objd_NoDiskAsFolders=1
 
Parameters:


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,411: Line 4,306:
|}
|}


====SET Oncmd_Dir====
==SET Objd_NoF12Rollup==
This is points to the path where the Database OnCmd is installed.
This environment variable is used by the Object Desktop from Stardock. Disables ALT-F12 roll-up
SET OnCmd_Dir=Path
 
accelerator.


Parameters:
  SET Objd_NoF12Rollup=1


Path can be any full path .
Parameters:


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,437: Line 4,333:
|}
|}


====SET OS2_SHELL====
==SET Objd_OnavFullMenus==
This variable sets up the command line shell for OS/2.
This environment variable is used by the Object Desktop from Stardock. With this option set, the
SET OS2_SHELL=C:\OS2\CMD.EXE


'''Note:''' OS/2 will not start without this variable
Object Navigator will show copy, move ... in its context menu.


'''Parameters:'''
  SET Objd_OnavFullMenus=1


* /K C:\PROGRAM
Parameters:  
Starts cmd.exe together with a program (program could be any executable program).


* /S
<b>Platform Support:</b>
Disables CTRL+C. No interrupt for programs possible.
 
* /Q
NO ECHO
 
* /C PROGRAM
Starts a second command processor with a program. After execution of the program (e.g. DIR A:) return to the first command processor.
 
'''TIP:''' If you wish to run some other command line shell, such as 4OS2, change this line and the SET COMSPEC=C:\OS2\CMD.EXE line, substituting the appropriate EXE file for CMD.EXE.
 
Value can be any command shell with a full path.
 
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 4,479: Line 4,360:
|}
|}


====SET OS====
==SET Objd_UrlNoOpen==
Setting for dmake - a make program by Ariel Shkedi.
This environment variable is used by the Object Desktop from Stardock. Disables URL open processing
ex: SET OS=ecs
 
ex: SET OS=OS2
for Stardock Internet Shell Objects.


'''Platform Support:'''
  SET Objd_URLNoOpen=1
{| class="wikitable" style="text-align:center" border="1"
 
Parameters:
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,494: Line 4,379:
!eCs 2.x
!eCs 2.x
|-
|-
|No
|Yes
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,502: Line 4,387:
|}
|}


=SET OSDIR=
==SET Objd_UrlNoPaint==
Describes the path where the operating system is installed.
This environment variable is used by the Object Desktop from Stardock. Disables URL underline painting
 
for Stardock Internet Shell Objects.


   SET OSDIR=<path>
   SET Objd_URLNoPaint=1


  ex: SET OSDIR=C:\ecs
Parameters:  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,527: Line 4,414:
|}
|}


=SET Path=
=SET ObjectSnoozeTime=
Defines the time for that not used DLLs are hold in memory.


The PATH variable specifies the search path for executables. This is used so that you can start an
  SET ObjectSnoozeTime=Value
 
application from any directory without having to enter the path to the executable file.
 
SET PATH=Path1;Path2;Path3;


Parameters:
Parameters:


Value can be any full path . Relative paths are not allowed.  
Value is the time in seconds.
Standard: 90 seconds.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,549: Line 4,434:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 4,557: Line 4,442:
|}
|}


===OpenDoc===
These are the Set Statements used in the IBM OS/2 Developers Toolkit


=SET PM_ASYNC_FOCUS_CHANGE=
====ODBase====
Enables the fix for single input queue and sets the timeout.
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
note: On Warp 4.0 you can change this with the system settings notebook.
  SET Odbase=path
  SET PM_ASYNC_FOCUS_CHANGE=value


Parameters:
Parameters:


Value can be ON or OFF or a value expressed in milliseconds .
Path can be any full path. If you have several paths they must be delimited by a semicolon.
 
* SET PM_ASYNC_FOCUS_CHANGE=ON
Activate the single input queue fix and set the timeout to 2000 ms.
 
*SET PM_ASYNC_FOCUS_CHANGE=OFF
Deactivate the single input queue fix.
 
*SET PM_ASYNC_FOCUS_CHANGE=1000
Activate the single input queue fix and set the timeout to 1000 ms.
 
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,585: Line 4,460:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|From FP17
|Yes
|Yes
|Yes
|Yes
Line 4,596: Line 4,467:
|}
|}


 
====ODBasePaths====
=SET PM_DYNAMIC_DRAG=
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
Activates the full drag feature of all Presentation Manager windows.
SET OdbasePaths=path
 
  SET PM_DYNAMIC_DRAG=<value>


Parameters:
Parameters:


Value can be ON or OFF.
Path can be any full path. If you have several paths they must be delimited by a semicolon.  


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,613: Line 4,482:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|With Fixpack 17
|Yes
|Yes
|Yes
|Yes
Line 4,624: Line 4,489:
|}
|}


=SET PM_ROLLUP_BUTTON=
====ODCfg====
Adds a new button to the window titlebars that you can use to "Roll up your PM windows to just a titlebar". This setting worked in the MERLIN Beta, but seems to be disabled in WARP 4 GA. (WARP 4 only!, Source: Team OS/2 WEB pages)
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
SET Odbase=path
 
Parameters:


  SET PM_ROLLUP_BUTTON=YES
Path can be any full path. If you have several paths they must be delimited by a semicolon.


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,636: Line 4,504:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|No
|Yes
|No
|Yes
|No
|Yes
|No
|No
|}
|}


=Set Pmas...=
====ODParts====
These are the Set Statements for the astronomy program PMAS.
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
 
SET OdParts=path
==SET Pmas_Lang==
This is used by the astronomy program PMAS. It defines which language the program uses.
 
  SET Pmas_Lang=value


Parameters:
Parameters:


* Value can be EN or DE .
Path can be any full path . If you have several paths they must be delimited by a semicolon.  
* Value can be any full path . Relative paths are not allowed.  


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,667: Line 4,526:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,678: Line 4,533:
|}
|}


 
====ODPartsPaths====
==SET Pmas_Ini==
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
This is used by the astronomy program PMAS. Defines the Path where PMAS stores its config files.
  SET OdPartsPaths=path
  SET Pmas_Ini=Path


Parameters:
Parameters:


* Value can be any full path.
Path can be any full path. If you have several paths they must be delimited by a semicolon.  
* Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,695: Line 4,548:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,706: Line 4,555:
|}
|}


 
====ODSrc====
==SET Pmas_Nls==
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
This is used by the astronomy program PMAS.
SET OdSrc=path
 
  SET Pmas_Nls=Path


Parameters:
Parameters:


* Value can be any full path .  
Path can be any full path. If you have several paths they must be delimited by a semicolon.
* Value can be any full path . Relative paths are not allowed.  


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,735: Line 4,581:
|}
|}


==SET Pmaskom_Data==
====ODSrcPaths====
This is used by the astronomy program PMAS.
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
SET OdSrcPaths=path


  SET Pmaskom_Data=file
Parameters:


Parameters:
Path can be any full path . If you have several paths they must be delimited by a semicolon.  
 
Value can be any full path . Relative paths are not allowed.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,762: Line 4,607:
|}
|}


==SET Pmasmipl_Data==
===ODTmp===
This is used by the astronomy program PMAS.
This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.
 
SET OdTmp=path
  SET Pmasmipl_Data=file


Parameters:
Parameters:


Value can be any full path . Relative paths are not allowed.  
Path can be any full path . If you have several paths they must be delimited by a semicolon.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,789: Line 4,633:
|}
|}


==SET Pmaspla_Dll==
====SET Oncmd_Dir====
This is used by the astronomy program PMAS.
This is points to the path where the Database OnCmd is installed.
SET OnCmd_Dir=Path


  SET Pmaspla_Dll=value
Parameters:


Parameters:
Path can be any full path .  
 
Value can be any full path . Relative paths are not allowed.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 4,816: Line 4,659:
|}
|}


==SET Pmasgraf_Gap==
====SET OS2_SHELL====
This is used by the astronomy program PMAS.
This variable sets up the command line shell for OS/2.
SET OS2_SHELL=C:\OS2\CMD.EXE
 
'''Note:''' OS/2 will not start without this variable
 
'''Parameters:'''
 
* /K C:\PROGRAM
Starts cmd.exe together with a program (program could be any executable program).
 
* /S
Disables CTRL+C. No interrupt for programs possible.
 
* /Q
NO ECHO


  SET Pmasgraf_Gap=Path
* /C PROGRAM
Starts a second command processor with a program. After execution of the program (e.g. DIR A:) return to the first command processor.


Parameters:
'''TIP:''' If you wish to run some other command line shell, such as 4OS2, change this line and the SET COMSPEC=C:\OS2\CMD.EXE line, substituting the appropriate EXE file for CMD.EXE.


Value can be any full path .
Value can be any command shell with a full path.
Value can be any full path . Relative paths are not allowed.  


<b>Platform Support:</b>
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
Line 4,844: Line 4,701:
|}
|}


==SET Pmasgraf_Gb==
====SET OS====
This is used by the astronomy program PMAS.
Setting for dmake - a make program by Ariel Shkedi.
ex: SET OS=ecs
ex: SET OS=OS2


  SET Pmasgraf_Gb=Path
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|No
|No
|Yes
|Yes
|}


Parameters:
====OSDIR====
Describes the path where the operating system is installed.
  SET OSDIR=<path>


* Value can be any full path . If you have severall paths they must be delimited by a semicolon.
  ex: SET OSDIR=C:\ecs
* Value can be any full path . Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,861: Line 4,733:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,872: Line 4,740:
|}
|}


==SET PmasD118_Data==
====PATH====
This is used by the astronomy program PMAS.
The PATH variable specifies the search path for executables. This is used so that you can start an application from any directory without having to enter the path to the executable file.


  SET PmasD118_Data=file
SET PATH=Path1;Path2;Path3;


Parameters:  
Parameters:


Value can be any full path . Relative paths are not allowed.  
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
{|class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 4,899: Line 4,762:
|}
|}


=SET PmRef=
====PM_ASYNC_FOCUS_CHANGE====
Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Presentation Manager Guide and Reference.
Enables the fix for single input queue and sets the timeout.
note: On Warp 4.0 you can change this with the system settings notebook.
SET PM_ASYNC_FOCUS_CHANGE=value
 
Parameters:
 
Value can be ON or OFF or a value expressed in milliseconds .
 
* SET PM_ASYNC_FOCUS_CHANGE=ON
Activate the single input queue fix and set the timeout to 2000 ms.
 
*SET PM_ASYNC_FOCUS_CHANGE=OFF
Deactivate the single input queue fix.  


  SET Pmref=Pm1.inf+pm2.inf+pm3.inf+pm4.inf+pm5.inf
*SET PM_ASYNC_FOCUS_CHANGE=1000
Activate the single input queue fix and set the timeout to 1000 ms.  


Value can be any full path . Relative paths are not allowed.  
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,913: Line 4,789:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|FP17
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
|}
|}


=SET PROGRAMS=
====SET PM_DYNAMIC_DRAG====
Describes the path where you install your OS/2 or eComStation programs. New with eCS 1.1
Activates the full drag feature of all Presentation Manager windows.
SET PM_DYNAMIC_DRAG=<value>


  SET PROGRAMS=<path>
Parameters:


  ex: SET PROGRAMS=C:\PROGRAMS
Value can be ON or OFF.


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,938: Line 4,811:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No  
|Yes
|With Fixpak 17
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
|}
|}


=SET Prompt=
====PM_ROLLUP_BUTTON====
Defines the look of the OS/2 prompt.
Adds a new button to the window titlebars that you can use to "Roll up your PM windows to just a titlebar". This setting worked in the MERLIN Beta, but seems to be disabled in WARP 4 GA. (WARP 4 only!, Source: Team OS/2 WEB pages)
SET PM_ROLLUP_BUTTON=YES


  SET Prompt=Options
<b>Platform Support:</b>
 
{| class="wikitable"
See the OS/2 online help for the complete parameter description.
note: You can also use Ansi escape sequences to customize your prompt.
 
Value can be any full path . Relative paths are not allowed.
 
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,966: Line 4,829:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|No
|Yes
|No
|Yes
|No
|Yes
|Yes
|}
|}


=SET PSIDATADIR=
====Pmas====
Set Statement for the PSI jabber client program. This statement allow to change the default profile path to other one.
These are the Set Statements for the astronomy program PMAS.


  SET PSIDATADIR=<path>
====Pmas_Lang====
This is used by the astronomy program PMAS. It defines which language the program uses.
SET Pmas_Lang=value


Value can be any full path.
Parameters:
* Value can be EN or DE.
* Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
Platform Support:
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 4,991: Line 4,854:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|???
|???
|Yes
|Yes
|Yes
|Yes
Line 5,002: Line 4,861:
|}
|}


=SET PnHostName=
==SET Pmas_Ini==
Pronews use the value of this variable as the hostname in the message-ID in outgoing news articles.
This is used by the astronomy program PMAS. Defines the Path where PMAS stores its config files.
  SET PnHostName=myprovider.net
  SET Pmas_Ini=Path


Value can be any full path . Relative paths are not allowed.  
Parameters:
* Value can be any full path.
* Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,015: Line 4,876:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,026: Line 4,883:
|}
|}


=SET QT_PM_NO_DIVE=
==SET Pmas_Nls==
This statement is used by the QT library installed under eComStation or OS/2. I had been reported to help with some screen redraw problems.
This is used by the astronomy program PMAS.
SET Pmas_Nls=Path


  SET QT_PM_NO_DIVE=1
Parameters:
* Value can be any full path.
* Value can be any full path. Relative paths are not allowed.


'''parameter:'''
<b>Platform Support:</b>
Value can be 1 or 0. It defines 1=On, 0=Off.
{| class="wikitable"
 
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,041: Line 4,898:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|?
|?
|Yes
|Yes
|Yes
|Yes
Line 5,052: Line 4,905:
|}
|}


=SET Queue_Size_Threshold=
====Pmaskom_Data====
Controls the size of the OS/2-Message-Queue.
This is used by the astronomy program PMAS.
  SET Queue_Size_Threshold=Value
  SET Pmaskom_Data=file


Parameter:
Parameters:  


Value defines the number of messages which can be together at one time in the message-queue.
Value can be any full path. Relative paths are not allowed.
Standard: 3000 messages, Warp 3 befor Fixpack 17: 100 messages.  


Value can be any full path . Relative paths are not allowed.
Platform Support:
 
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 5,070: Line 4,920:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,081: Line 4,927:
|}
|}


====RestartObjects====
====Pmasmipl_Data====
This variable controls the restart of programs at start up.
This is used by the astronomy program PMAS.
  SET RESTARTOBJECTS=parameter
  SET Pmasmipl_Data=file


;Default settings:
Parameters:
* SET RESTARTOBJECTS=YES
 
;Parameters:
* Yes - This enables restarting of all running programs. All running processes and all open folders at shutdown will be restarted at start up.
* No - The system starts no programs and opens no folders at start up.
* StartUpFoldersOnly - Only programs in the startup folder will be started.
* ReBootOnly -Restarts programs only after a normal reboot or power on.


Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.


{| class="wikitable"
Platform Support:
|+Platform Support:
{|class="wikitable"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 5,109: Line 4,949:
|}
|}


====SET Runworkplace====
====Pmaspla_Dll====
This variable defines the user interface program (the WPS).
This is used by the astronomy program PMAS.
  SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  SET Pmaspla_Dll=value


Parameters:
Parameters:


Value can be any shell with a full path .
Value can be any full path. Relative paths are not allowed.  
Value can be any full path . Relative paths are not allowed.  


<b>Platform Support:</b>
Platform Support:
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,125: Line 4,964:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,136: Line 4,971:
|}
|}


====Runworkplace=ATSHELL.EXE====
====Pmasgraf_Gap====
This variable change the user interfase program to load at boot, and replace it with Atshell program.
This is used by the astronomy program PMAS.
  SET RUNWORKPLACE=x:\path\ATSHELL.EXE
  SET Pmasgraf_Gap=Path
where x:\path is wherever ATSHELL.EXE is placed.


Parameters:
Parameters:


* /Q 
Value can be any full path.
This causes the desktop shell to be launched immediately when ATSHELL  first starts up, without displaying the ATSHELL dialog. (The ATSHELL dialog will appear, however, when/if you close the desktop shell program.)
Value can be any full path. Relative paths are not allowed.
* /S 
This enables a simple 'secure' mode. When ATSHELL is started with this parameter, the command prompt and configuration options are disabled and inaccessible.  USE THIS OPTION WITH CAUTION -- if you don't have an alternative method of booting (such as boot diskettes or a maintenance partition), you won't have any way of changing the  configuration (or even removing ATSHELL from CONFIG.SYS), unless the desktop (or startup) program itself gives you access to a command  prompt.  Alternatively, you can use this in conjunction with the multi-user local logon feature of Security/2, by setting 'atshell /s' as the local shell for non-privileged users, and keeping the WPS (or something else) for the system administrator.


<b>Platform Support:</b>
Platform Support:
{| class="wikitable" style="text-align:center" border="1"
{|class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,156: Line 4,987:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|???
|???
|Yes
|Yes
|Yes
|Yes
Line 5,167: Line 4,994:
|}
|}


====SET SANE_CONFIG_DIR====
====Pmasgraf_Gb====
Describes the configuration directory path for the SANE program. Points to the installation directory of the OS/2 SANE driver (*.conf). Regard the use of slashes (/).
This is used by the astronomy program PMAS.
  SET SANE_CONFIG_DIR=<path>
  SET Pmasgraf_Gb=Path
ex: SET SANE_CONFIG_DIR=C:\PROGRAMS\TAME\conf
 
Parameters:
* Value can be any full path. If you have severall paths they must be delimited by a semicolon.
* Value can be any full path. Relative paths are not allowed.


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,180: Line 5,010:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|}
|}


===WarpCenter===
====PmasD118_Data====
====ScCanBeNuked====
This is used by the astronomy program PMAS.
Allows the Warpcenter to have a delete option on its context menu.
  SET PmasD118_Data=file
  SET SCCANBENUKED=value
or
SET CANBENUKED=value


Parameters:
Parameters:  
 
Value can be ON or 1 or OFF or 0 .
If this parameter is not set it defaults to OFF


Value can be any full path . Relative paths are not allowed.  
Value can be any full path . Relative paths are not allowed.  


'''Platform Support:'''
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 5,207: Line 5,031:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
Line 5,218: Line 5,038:
|}
|}


====SET ScFindUtility====
====PmRef====
With this entry you can use a different search program in the Warpcenter. By default, the Warpcenter starts a very slow program when you press this button Warpcenter Find Button In the \OS2\APPS directory is the fast find utility PMSeek.exe which you can use instead of the default program.
Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Presentation Manager Guide and Reference.
  SET SCFINDUTILITY=value
  SET Pmref=Pm1.inf+pm2.inf+pm3.inf+pm4.inf+pm5.inf
or
SET FINDUTILITY=value


'''Parameters:'''
Value can be any full path. Relative paths are not allowed.


Value can be any program with a full path or object-id.
{|class="wikitable"
If this parameter is not set the default find utility is used.
|+Platform Support:
 
'''Example:'''
SET SCFINDUTILITY=Programe_Name.exe
 
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
Line 5,250: Line 5,057:
|}
|}


====ScKillConfirmDisabled====
====PROGRAMS====
Avoid the "Are you sure ..." dialog if using the Warpcenter kill feature. :Note. You must also have the SET SCKILLFEATUREENABLED variable installed.
Define the path for program installation in eComStation 1.1.
SET PROGRAMS=<path>


  SET SCKILLCONFIRMDISABLED=value
ex: SET PROGRAMS=C:\PROGRAMS
or
  SET KILLCONFIRMDISABLED=value


'''Parameters:'''
{| class="wikitable"
 
|+Platform Support:
Value can be ON or 1 or OFF or 0 .
!OS/2 2.x
If this parameter is not set it defaults to OFF
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|No
|Yes
|Yes
|Yes
|}
 
====Prompt====
Defines the look of the OS/2 prompt.
SET Prompt=Options


'''Example:'''
See the OS/2 online help for the complete parameter description.
note: You can also use ANSI escape sequences to customize your prompt.


  SET SCKILLCONFIRMDISABLED=ON
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
'''Platform Support:'''
{| class="wikitable" style="text-align:center" border="1"
{|class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,273: Line 5,092:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
Line 5,284: Line 5,099:
|}
|}


====SET ScKillFeatureEnabled====
====PSIDATADIR====
This entry enables you to use the Warpcenter window list Warpcenter Window List as an application killer. To kill an application you must hold down the key and click the left mouse button on the window list icon on the Warpcenter. A drop down menu appears and you can then select the process you want to kill. If you have selected a process, the system will ask you if you really want to kill the process.
Set Statement for the PSI jabber client program. This statement allow to change the default profile path to other one.
  SET SCKILLFEATUREENABLED=value
  SET PSIDATADIR=<path>
or
SET KILLFEATUREENABLED=value


'''Parameters:'''
Value can be any full path.
 
Value can be ON , 1 , OFF or 0.
If this parameter is not set it defaults to OFF
 
Value can be any full path. Relative paths are not allowed.
 
'''Example'''
SET SCKILLFEATUREENABLED=ON
or
SET KILLFEATUREENABLED=ON


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,309: Line 5,112:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|???
|No
|???
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
|}
|}


====ScUsePrettyClock====
====PnHostName====
With this entry you can change the look of the Warpcenter clock to this: Warpcenter Clock.
Pronews use the value of this variable as the hostname in the message-ID in outgoing news articles.
It replaces the normal Warpcenter clock with one that has a digital display.
  SET PnHostName=myprovider.net
  SET SCUSEPRETTYCLOCK=value
 
or
Value can be any full path . Relative paths are not allowed.
SET USEPRETTYCLOCK=value


;Example:
<b>Platform Support:</b>
SET SCUSEPRETTYCLOCK=ON
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


;Parameters:
====QT_PM_NO_DIVE====
Value can be ON or 1 or OFF or 0.
This statement is used by the QT library. It has been reported to help with some screen redraw problems.
If this parameter is not set the default clock is used.
SET QT_PM_NO_DIVE=1


Value can be any full path. Relative paths are not allowed.  
'''parameter:'''
Value can be 1 or 0. It defines 1=On, 0=Off.


'''Platform Support:'''
'''Platform Support:'''
Line 5,344: Line 5,154:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|?
|No
|?
|Yes
|Yes
|Yes
|Yes
|}
|}


===SDD===
====Queue_Size_Threshold====
These are the Set Statements used by the Scitech Software Display Doctor for OS/2.
Controls the size of the OS/2-Message-Queue.
SET Queue_Size_Threshold=Value


====SDDFontDpi====
Parameter:
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
universal driver for almost every graphiccard and currently in BETA test. Here can you change the logical Dots Per Inch (DPI) for matching the logical font point sizes to real pixel sizes.
SET SDDFontDpi=value


Parameters:
Value defines the number of messages which can be together at one time in the message-queue.
Standard: 3000 messages, Warp 3 befor Fixpack 17: 100 messages.


Value can be 96 or 120. 96 DPI is usually used for small fonts and 120 DPI for large fonts.
Value can be any full path. Relative paths are not allowed.
If this variable is not set the default of 96 is used.
 
Value can be any full path. Relative paths are not allowed.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,373: Line 5,179:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,379: Line 5,185:
|}
|}


====SDDFontSize====
====RestartObjects====
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
This variable controls the restart of programs at start up.
universal driver for almost every graphiccard and currently in BETA test. Here can you choose small, medium or large fonts.
  SET RESTARTOBJECTS=parameter
  SET SDDFontSize=value


Parameters:
;Default settings:
* SET RESTARTOBJECTS=YES


Value can be small or medium or large.
;Parameters:
If this variable is not set the default small fonts are used.  
* Yes - This enables restarting of all running programs. All running processes and all open folders at shutdown will be restarted at start up.
* No - The system starts no programs and opens no folders at start up.
* StartUpFoldersOnly - Only programs in the startup folder will be started.
* ReBootOnly -Restarts programs only after a normal reboot or power on.  


Value can be any full path. Relative paths are not allowed.  
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable"
|-
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 5,405: Line 5,213:
|}
|}


====SDDHRes====
====SET Runworkplace====
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
This variable defines the user interface program (the WPS).
universal driver for almost every graphiccard and currently in BETA test. Here can you set up the horizontally Pels Per Meter (PPM), this is used to determine scaling between pixels and millimeter on the screen.
  SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  SET SDDHRes=value


Parameters:
Parameters:


Value can be pels per meter.
Value can be any shell with a full path.
If this variable is not set the SDD will compute the best value of this setting for you. Usually it is not needed to set this variable.
 
Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.


Line 5,425: Line 5,230:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,431: Line 5,236:
|}
|}


====SDDIcons====
====Runworkplace=ATSHELL.EXE====
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
This variable change the user interfase program to load at boot, and replace it with Atshell program.
universal driver for almost every graphiccard and currently in BETA test. With this environment variable can you change the Icon size on the desktop.
  SET RUNWORKPLACE=x:\path\ATSHELL.EXE
  SET SDDIcons=value
where x:\path is wherever ATSHELL.EXE is placed.


Parameters:
Parameters:


Value can be small or large.
* /Q 
Small icons are 32x32 pixels and large icons are 40x40 pixels.
This causes the desktop shell to be launched immediately when ATSHELL  first starts up, without displaying the ATSHELL dialog.  (The ATSHELL dialog will appear, however, when/if you close the desktop shell program.)
If this variable is not set the default small icons are used.  
 
* /S 
Value can be any full path. Relative paths are not allowed.
This enables a simple 'secure' mode. When ATSHELL is started with this parameter, the command prompt and configuration options are disabled and inaccessible. USE THIS OPTION WITH CAUTION -- if you don't have an alternative method of booting (such as boot diskettes or a maintenance partition), you won't have any way of changing the  configuration (or even removing ATSHELL from CONFIG.SYS), unless the desktop (or startup) program itself gives you access to a command  prompt. Alternatively, you can use this in conjunction with the multi-user local logon feature of Security/2, by setting 'atshell /s' as the local shell for non-privileged users, and keeping the WPS (or something else) for the system administrator.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,454: Line 5,259:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|???
|Yes
|???
|Yes
|Yes
|Yes
|Yes
Line 5,462: Line 5,267:
|}
|}


====SDDVRes====
====SET SANE_CONFIG_DIR====
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
Describes the configuration directory path for the SANE program. Points to the installation directory of the OS/2 SANE driver (*.conf). Regard the use of slashes (/).
universal driver for almost every graphiccard and currently in BETA test. Here can you set up the vertically Pels Per Meter (PPM), this is used to determine scaling between pixels and millimeter on the screen.
  SET SANE_CONFIG_DIR=<path>
  SET SDDVRes=value
ex: SET SANE_CONFIG_DIR=C:\PROGRAMS\TAME\conf


Parameters:
'''Platform Support:'''
 
Value can be pels per meter.
If this variable is not set the SDD will compute the best value of this setting for you. Usually it is not needed to set this variable.
 
Value can be any full path. Relative paths are not allowed.
 
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 5,481: Line 5,279:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|No
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
|}
|}


=SET Sg_...=
===WarpCenter===
This are the Set Statements for Pronews.
====ScCanBeNuked====
Allows the Warpcenter to have a delete option on its context menu.
SET SCCANBENUKED=value
or
SET CANBENUKED=value
 
Parameters:


====Sg_Dict_Path====
Value can be ON or 1 or OFF or 0 .
Defines a directory in which Pronews search for the Spellguard dictionary.
If this parameter is not set it defaults to OFF
SET Sg_Dict_Path=C:\Pronews\Spell


Value can be any full path. Relative paths are not allowed.
Value can be any full path . Relative paths are not allowed.  


<b>Platform Support:</b>
'''Platform Support:'''
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 5,511: Line 5,310:
!eCs 2.x
!eCs 2.x
|-
|-
|Yes
|No
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 5,519: Line 5,318:
|}
|}


====Sg_User_Path====
====SET ScFindUtility====
Defines a directory in which Pronews search for the Spellguard user-dictionary.
With this entry you can use a different search program in the Warpcenter. By default, the Warpcenter starts a very slow program when you press this button Warpcenter Find Button In the \OS2\APPS directory is the fast find utility PMSeek.exe which you can use instead of the default program.
  SET Sg_User_Path=C:\Pronews\Spell
  SET SCFINDUTILITY=value
or
SET FINDUTILITY=value
 
'''Parameters:'''
 
Value can be any program with a full path or object-id.
If this parameter is not set the default find utility is used.


Value can be any full path. Relative paths are not allowed.
'''Example:'''
SET SCFINDUTILITY=Programe_Name.exe


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,532: Line 5,339:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|No
|Yes
|Yes
|Yes
|Yes
Line 5,539: Line 5,350:
|}
|}


====SHAPIEXCEPTIONHANDLER=OFF====
====ScKillConfirmDisabled====
Disable the WPS API exception handler.
Avoid the "Are you sure ..." dialog if using the Warpcenter kill feature. :Note. You must also have the SET SCKILLFEATUREENABLED variable installed.
SET SHAPIEXCEPTIONHANDLER=OFF
 
  SET SCKILLCONFIRMDISABLED=value
or
  SET KILLCONFIRMDISABLED=value


Note: This directive seems to be an environment variable in WARP 3 with Fixpack #36 and WARP 4 with Fixpack #5. This means that you have to use the format "SET SHAPIEXCEPTIONHANDLER=OFF". On older releases it had to be only "SHAPIEXCEPTIONHANDLER=OFF"
'''Parameters:'''


<b>Platform Support:</b>
Value can be ON or 1 or OFF or 0 .
{| class="wikitable"
If this parameter is not set it defaults to OFF
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|??
|Yes
|Yes
|Yes
|}


====SHELLEXCEPTIONHANDLER=OFF====
'''Example:'''
Disable the WPS exception handler.
SET SHELLEXCEPTIONHANDLER=OFF 


Note: This directive seems to be an environment variable in WARP 3 with Fixpack #36 and WARP 4 with Fixpack #5. This means that you have to use the format "SET SHELLEXCEPTIONHANDLER=OFF ". On older releases it had to be only "SHELLEXCEPTIONHANDLER=OFF"
  SET SCKILLCONFIRMDISABLED=ON


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,575: Line 5,376:
!eCs 2.x
!eCs 2.x
|-
|-
|??
|No
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 5,583: Line 5,384:
|}
|}


====SET ShellHandlesINC====
====SET ScKillFeatureEnabled====
Increases the number of file handles.
This entry enables you to use the Warpcenter window list Warpcenter Window List as an application killer. To kill an application you must hold down the key and click the left mouse button on the window list icon on the Warpcenter. A drop down menu appears and you can then select the process you want to kill. If you have selected a process, the system will ask you if you really want to kill the process.
  SET ShellHandlesINC=Value
SET SCKILLFEATUREENABLED=value
or
  SET KILLFEATUREENABLED=value


Parameter:
'''Parameters:'''


Value is the number of handles by which the standard number of handles per shell process are increased. With a standard of 30 handles and SET ShellHandlesINC=20, 50 file handles (30 + 20) are available to each shell process.
Value can be ON , 1 , OFF or 0.
If this parameter is not set it defaults to OFF


Value can be any integer between 0 and approximately 255, but highly dependent upon available memory.
Value can be any full path. Relative paths are not allowed.


This setting is only available beginning with Warp 4 Fixpack #6.
'''Example'''
SET SCKILLFEATUREENABLED=ON
or
SET KILLFEATUREENABLED=ON


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,607: Line 5,414:
|No
|No
|No
|No
|FP6+
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,613: Line 5,420:
|}
|}


=SET Sibyl_Reg=
====ScUsePrettyClock====
This line is used by the Speedsoft Sibyl Pascal compiler to store the registration key.
With this entry you can change the look of the Warpcenter clock to this: Warpcenter Clock.
  SET Sibyl_Reg=xxxxxxxxxx
It replaces the normal Warpcenter clock with one that has a digital display.
  SET SCUSEPRETTYCLOCK=value
or
SET USEPRETTYCLOCK=value
 
;Example:
SET SCUSEPRETTYCLOCK=ON
 
;Parameters:
Value can be ON or 1 or OFF or 0.
If this parameter is not set the default clock is used.


Value can be any full path . Relative paths are not allowed.  
Value can be any full path. Relative paths are not allowed.  


<b>Platform Support:</b>
'''Platform Support:'''
{| class="wikitable"
{|class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,627: Line 5,444:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|No
|Yes
|No
|Yes
|Yes
|Yes
|Yes
|}
|}


===OS/2 SOM===
===SDD===
OS/2 SOM Set Statements.
These are the Set Statements used by the Scitech Software Display Doctor for OS/2.
 
====SDDFontDpi====
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
universal driver for almost every graphiccard and currently in BETA test. Here can you change the logical Dots Per Inch (DPI) for matching the logical font point sizes to real pixel sizes.
SET SDDFontDpi=value


====SmAddStar====
Parameters:
Used by OS/2 SOM.
SET SmAddStar=1


More information will be available in one of the next releases of the Config.Sys Documentation
Value can be 96 or 120. 96 DPI is usually used for small fonts and 120 DPI for large fonts.
Project.
If this variable is not set the default of 96 is used.  


Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,653: Line 5,473:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 5,659: Line 5,479:
|}
|}


====SmClasses====
====SDDFontSize====
Used by OS/2 SOM.
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
  SET SmClasses=Wptypes.idl
universal driver for almost every graphiccard and currently in BETA test. Here can you choose small, medium or large fonts.
  SET SDDFontSize=value
 
Parameters:


More information will be available in one of the next releases of the Config.Sys Documentation
Value can be small or medium or large.
Project.  
If this variable is not set the default small fonts are used.  


Value can be any full path. Relative paths are not allowed.  
Value can be any full path. Relative paths are not allowed.  
Line 5,682: Line 5,505:
|}
|}


====SmEmit====
====SDDHRes====
Used by OS/2 SOM.
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
  SET SmEmit=H;IH;C
universal driver for almost every graphiccard and currently in BETA test. Here can you set up the horizontally Pels Per Meter (PPM), this is used to determine scaling between pixels and millimeter on the screen.
  SET SDDHRes=value
 
Parameters:


More information will be available in one of the next releases of the Config.Sys Documentation
Value can be pels per meter.
Project.  
If this variable is not set the SDD will compute the best value of this setting for you. Usually it is not needed to set this variable.  


Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.
Line 5,699: Line 5,525:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|No
|Yes
|Yes
|Yes
|Yes
Line 5,705: Line 5,531:
|}
|}


====SET SmInclude====
====SDDIcons====
Used by OS/2 SOM. Defines the directories where the special SOM header files are stored.
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
  SET SmInclude=Paths
universal driver for almost every graphiccard and currently in BETA test. With this environment variable can you change the Icon size on the desktop.
  SET SDDIcons=value


Parameters:
Parameters:


Paths can be any full path or any relative path.
Value can be small or large.
Small icons are 32x32 pixels and large icons are 40x40 pixels.
If this variable is not set the default small icons are used.  


If you use more than one path, the paths must be delimited by a semicolon.  
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,722: Line 5,551:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,729: Line 5,562:
|}
|}


====SmNotc====
====SDDVRes====
Used by OS/2 SOM.
This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a
  SET SmNotc=1
universal driver for almost every graphiccard and currently in BETA test. Here can you set up the vertically Pels Per Meter (PPM), this is used to determine scaling between pixels and millimeter on the screen.
  SET SDDVRes=value
 
Parameters:
 
Value can be pels per meter.
If this variable is not set the SDD will compute the best value of this setting for you. Usually it is not needed to set this variable.


More information will be available in one of the next releases of the Config.Sys Documentation
Value can be any full path. Relative paths are not allowed.
Project.  


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,743: Line 5,581:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|No
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,750: Line 5,592:
|}
|}


====SmTmp====
===Spellguard===
Used by OS/2 SOM. Points to a directory used to store temparaley files.
This are the Set Statements for Pronews.
SET SmTmp=Path


Parameters:
====Sg_Dict_Path====
Defines a directory in which Pronews search for the Spellguard dictionary.
SET Sg_Dict_Path=C:\Pronews\Spell


Path can be any full path.
Value can be any full path. Relative paths are not allowed.


Platform Support:
<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 5,765: Line 5,608:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,772: Line 5,619:
|}
|}


=SET SMG_Path=
====Sg_User_Path====
This is used by the IBM AO-Manager.
Defines a directory in which Pronews search for the Spellguard user-dictionary.
  SET SMG_Path=Path
  SET Sg_User_Path=C:\Pronews\Spell


Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.
Line 5,792: Line 5,639:
|}
|}


====SMG_Pl2Nlg====
====SHAPIEXCEPTIONHANDLER=OFF====
This is used by the IBM AO-Manager.  
Disable the WPS API exception handler.
SET SHAPIEXCEPTIONHANDLER=OFF


Value can be any full path. Relative paths are not allowed.
Note: This directive seems to be an environment variable in WARP 3 with Fixpack #36 and WARP 4 with Fixpack #5. This means that you have to use the format "SET SHAPIEXCEPTIONHANDLER=OFF". On older releases it had to be only "SHAPIEXCEPTIONHANDLER=OFF"


<b>Platform Support:</b>
<b>Platform Support:</b>
{|class="wikitable"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,805: Line 5,653:
!OS/2 4.5x
!OS/2 4.5x
|-
|-
|Yes
|??
|Yes
|Yes
|Yes
|Yes
Line 5,811: Line 5,659:
|}
|}


===SOM===
====SHELLEXCEPTIONHANDLER=OFF====
OS/2 SOM Set Statements.
Disable the WPS exception handler.
SET SHELLEXCEPTIONHANDLER=OFF 


====SomBase====
Note: This directive seems to be an environment variable in WARP 3 with Fixpack #36 and WARP 4 with Fixpack #5. This means that you have to use the format "SET SHELLEXCEPTIONHANDLER=OFF ". On older releases it had to be only "SHELLEXCEPTIONHANDLER=OFF"
Used by OS/2 SOM.
SET Odbase=path
 
Parameters:
 
Path can be any full path.
 
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,831: Line 5,672:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|??
|Yes
|Yes
|Yes
|Yes
|Yes
Line 5,838: Line 5,683:
|}
|}


====SomdDebug====
====SET ShellHandlesINC====
Used by OS/2 SOM.
Increases the number of file handles.
  SET SomDDebug=10
  SET ShellHandlesINC=Value
 
Parameter:
 
Value is the number of handles by which the standard number of handles per shell process are increased. With a standard of 30 handles and SET ShellHandlesINC=20, 50 file handles (30 + 20) are available to each shell process.


More information will be available in one of the next releases of the Config.Sys Documentation
Value can be any integer between 0 and approximately 255, but highly dependent upon available memory.
Project.  


Value can be any full path. Relative paths are not allowed.
This setting is only available beginning with Warp 4 Fixpack #6.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,854: Line 5,702:
!OS/2 4.0
!OS/2 4.0
!OS/2 4.5x
!OS/2 4.5x
!eCS 1.x
!eCs 2.x
|-
|-
|Yes
|No
|No
|FP6+
|Yes
|Yes
|Yes
|Yes
Line 5,861: Line 5,713:
|}
|}


==SET SomdDir==
=SET Sibyl_Reg=
Used by OS/2 SOM. Points to the DSOM directory, DSOM stands for Distibuted SOM.
This line is used by the Speedsoft Sibyl Pascal compiler to store the registration key.
  SET SomdDir=Path
  SET Sibyl_Reg=xxxxxxxxxx


Parameters:
Value can be any full path . Relative paths are not allowed.  
 
Path can be any full path.
 
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 5,885: Line 5,733:
|}
|}


====SET SomdMessageLog====
===OS/2 SOM===
OS/2 SOM Set Statements.
 
====SmAddStar====
Used by OS/2 SOM.
Used by OS/2 SOM.
  SET SomDMessageLog=Somd.log
  SET SmAddStar=1


More information will be available in one of the next releases of the Config.Sys Documentation  
More information will be available in one of the next releases of the Config.Sys Documentation  
Project.  
Project.


Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.
Line 5,908: Line 5,759:
|}
|}


====SomdPort====
====SmClasses====
Used by OS/2 SOM.
Used by OS/2 SOM.
  SET SomdPort=4096
  SET SmClasses=Wptypes.idl


More information will be available in one of the next releases of the Config.Sys Documentation  
More information will be available in one of the next releases of the Config.Sys Documentation  
Line 5,931: Line 5,782:
|}
|}


====SomdTimeout====
====SmEmit====
Used by OS/2 SOM.
Used by OS/2 SOM.
  SET SomdTimeout=300
  SET SmEmit=H;IH;C


More information will be available in one of the next releases of the Config.Sys Documentation  
More information will be available in one of the next releases of the Config.Sys Documentation  
Project.  
Project.  


Value can be any full path . Relative paths are not allowed.  
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,954: Line 5,805:
|}
|}


==SET SomIR==
====SET SmInclude====
Used by OS/2 SOM. Points to all *.ir files needed by SOM.
Used by OS/2 SOM. Defines the directories where the special SOM header files are stored.
  SET SomIR=E:\OS2\ETC\SOM.IR;SOM.IR
  SET SmInclude=Paths


Parameters:
Parameters:


You can use any *.ir file. If you use more than one files, the files must be delimited by a semicolon.  
Paths can be any full path or any relative path.


Value can be any full path . Relative paths are not allowed.  
If you use more than one path, the paths must be delimited by a semicolon.  


<b>Platform Support:</b>
<b>Platform Support:</b>
{|class="wikitable"
{| class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 5,978: Line 5,829:
|}
|}


====SomRunTime====
====SmNotc====
Used by OS/2 SOM.
Used by OS/2 SOM.
  SET SomRunTime=Path
  SET SmNotc=1


More information will be available in one of the next releases of the Config.Sys Documentation  
More information will be available in one of the next releases of the Config.Sys Documentation  
Project.  
Project.  
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
Line 6,001: Line 5,850:
|}
|}


====SomSockets====
====SmTmp====
Used by OS/2 SOM.
Used by OS/2 SOM. Points to a directory used to store temparaley files.
  SET SomSockets=TcpIpSockets
  SET SmTmp=Path
 
Parameters:
 
Path can be any full path.
 
Platform Support:
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


More information will be available in one of the next releases of the Config.Sys Documentation
=SET SMG_Path=
Project.
This is used by the IBM AO-Manager.
SET SMG_Path=Path


Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.


{|class="wikitable"
<b>Platform Support:</b>
|+Platform Support:
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 6,023: Line 5,892:
|}
|}


==SET SomThreadPeer==
====SMG_Pl2Nlg====
The SomThreadPeer environment variable is used by the Lotus Smartsuite.
This is used by the IBM AO-Manager.  
SET SomThreadPeer=1


Value can be any full path. Relative paths are not allowed.
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
<b>Platform Support:</b>
{| class="wikitable"
{|class="wikitable"
|-
|-
!OS/2 2.x
!OS/2 2.x
Line 6,109: Line 5,977:
|}
|}


==Spch_Path==
====Spch_Path====
Used by Voicetype.
Used by Voicetype.
  SET Spch_Path=Path
  SET Spch_Path=Path
Line 6,149: Line 6,017:
|}
|}


=====SET Spch_Rw=====
=====Spch_Rw=====
Used by Voicetype.
Used by Voicetype.
  SET Spch_Rw=Path
  SET Spch_Rw=Path
Line 6,169: Line 6,037:
|}
|}


=====SET Spch_Trn=====
=====Spch_Trn=====
Used by Voicetype.
Used by Voicetype.
  SET Spch_Bin=Trn
  SET Spch_Bin=Trn
Line 6,189: Line 6,057:
|}
|}


====SET SrvName1====
====SrvName1====
This line is used for remote installations of OS/2.
This line is used for remote installations of OS/2.
  SET SrvName1=xxxxxxx  
  SET SrvName1=xxxxxxx  
Line 6,209: Line 6,077:
|}
|}


====SET Steward_Cf====
====Steward_Cf====
This is used by the POP3 and SMTP Mailserver Inet.Mail.
This is used by the POP3 and SMTP Mailserver Inet.Mail.
  SET Steward_Cf=Path
  SET Steward_Cf=Path
Line 6,233: Line 6,101:
|}
|}


====SET Swing_Home====
====Swing_Home====
This line points to the home directory of the Java Swing Runtime.
This line points to the home directory of the Java Swing Runtime.
  SET Swing_Home=path
  SET Swing_Home=path
Line 6,283: Line 6,151:
|}
|}


====SET TCPLANG====
====TCPLANG====
Sets the Language for TCP/IP V4.x.
Sets the Language for TCP/IP V4.x.
  SET TCPLANG=<xx_XX>
  SET TCPLANG=<xx_XX>
Line 6,344: Line 6,212:
|}
|}


====SET Term====
====Term====
The Term environment variable defines the timinal type for some applications which uses the EMX-Runtime-Environment. All available terminal types are stored in the termcap file defined by the termcap environment variable.
The Term environment variable defines the timinal type for some applications which uses the EMX-Runtime-Environment. All available terminal types are stored in the termcap file defined by the termcap environment variable.
  SET TERM=Ansi  
  SET TERM=Ansi  
Line 6,364: Line 6,232:
|}
|}


====SET TERMCAP====
====TERMCAP====
Defines the termcap file for applications which uses the EMX-Runtime-Environment. The termcap file stores all the settings needed for a specific terminal type. The terminal type is set up by the Term variable.
Defines the termcap file for applications which uses the EMX-Runtime-Environment. The termcap file stores all the settings needed for a specific terminal type. The terminal type is set up by the Term variable.
  SET TERMCAP=<path>
  SET TERMCAP=<path>
Line 6,626: Line 6,494:


It is used also on eComStation and it is on it's default config.sys file.
It is used also on eComStation and it is on it's default config.sys file.
  SET USER=<username>
  SET USER=<username>


Line 6,646: Line 6,513:
|}
|}


=SET USER_INI=
====USER_INI====
This variable tells OS/2 the path and name of the User INI file. This file contains information about desktop settings and various applications. Be careful, this is a critical system file!
This variable tells OS/2 the path and name of the User INI file. This file contains information about desktop settings and various applications. Be careful, this is a critical system file!
  SET USER_INI=C:\OS2\OS2.INI
  SET USER_INI=C:\OS2\OS2.INI


Default settings:
Default settings:
* SET USER_INI=C:\OS2\OS2.INI  
* SET USER_INI=C:\OS2\OS2.INI  


Line 6,674: Line 6,540:
|}
|}


====SET Vacpp_Shared====
====VACPP_Shared====
This line is used by the IBM Visualage C++ Compiler.
This line is used by the IBM VisualAge C++ Compiler.
  SET Vacpp_Shared=False
  SET VACPP_Shared=False


Value can be any full path . Relative paths are not allowed.  
Value can be any full path. Relative paths are not allowed.


<b>Platform Support:</b>
{| class="wikitable"
{| class="wikitable" style="text-align:center" border="1"
|+Platform Support:
|-
!OS/2 2.x
!OS/2 2.x
!OS/2 3.0
!OS/2 3.0
Line 6,694: Line 6,559:
|}
|}


====SET VbPath====
====VBPath====
This line is used by the IBM Visualage C++ Compiler.
This line is used by the IBM VisualAge C++ Compiler.
  SET VbPath=Path
  SET VbPath=Path


Line 6,718: Line 6,583:
|}
|}


====SET Vcfg_NO_DDC====
====VCFG_NO_DDC====
This line is used GRADD based graphiccard drivers. It controls if your monitor capabilities should be read with the Display Data Channel (DDC) or not.
This line is used GRADD based graphiccard drivers. It controls if your monitor capabilities should be read with the Display Data Channel (DDC) or not.
  SET Vcfg_No_DDC=value
  SET Vcfg_No_DDC=value
Line 6,742: Line 6,607:
|}
|}


====SET Vio_Mga====
====VIO_MGA====
This line is used by matrox graphiccard drivers.
This line is used by Matrox graphics adapter card drivers.
  SET Vio_Mga=Device(Bvhvga,Bmgax64)  
  SET Vio_Mga=Device(Bvhvga,Bmgax64)  


Line 6,762: Line 6,627:
|}
|}


====SET VIO_SVGA====
====VIO_SVGA====
Needed by SVGA Graphic cards.
Needed by SVGA Graphic cards.
  SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)


'''Platform Support:'''
'''Platform Support:'''
Line 6,798: Line 6,663:
|}
|}


====SET VisproC====
====VisProC====
Used by Vispro C. Points to the directory where Vispro C is installed.
Used by Vispro C. Points to the directory where Vispro C is installed.
  SET VisproC=Path
  SET VisproC=Path
Line 6,804: Line 6,669:
Parameters:
Parameters:


Path can be any full path .  
Path can be any full path.


Value can be any full path . Relative paths are not allowed.  
Value can be any full path. Relative paths are not allowed.  


{| class="wikitable" style="text-align:center" border="1"
{| class="wikitable"
|+Platform Support:
|+Platform Support:
!OS/2 2.x
!OS/2 2.x
Line 6,821: Line 6,686:
|}
|}


====SET Visprorx====
====VisProRx====
Used by Vispro Rexx. Points to the directory where Vispro Rexx is installed.
Used by Vispro Rexx. Points to the directory where Vispro Rexx is installed.
  SET VisproRX=Path
  SET VisproRX=Path
Line 6,844: Line 6,709:
|}
|}


====SET VpBase====
===Virtual Pascal===
Used by Virtual Pascal. Points to the directory where Virtual Pascal is installed.
====VpBase====
Points to the directory where Virtual Pascal is installed.
  SET VpBase=Path
  SET VpBase=Path


Line 6,867: Line 6,733:
|}
|}


====SET VpHelp====
====VpHelp====
Used by Virtual Pascal. Defines the directory where the Virtual Pascal help files are stored.
Defines the directory where the Virtual Pascal help files are stored.
  SET VpHelp=Path
  SET VpHelp=Path


Line 6,890: Line 6,756:
|}
|}


====SET VpLib====
====VpLib====
Used by Virtual Pascal. Points to the Virtual Pascal Library files.
Points to the Virtual Pascal Library files.
  SET VpLib=Path
  SET VpLib=Path


Line 6,914: Line 6,780:
|}
|}


====SET VpOut====
====VpOut====
Used by Virtual Pascal. Defines the directory where the compiled projects should be written to.
Used by Virtual Pascal. Defines the directory where the compiled projects should be written to.
  SET VpOut=Path
  SET VpOut=Path
Line 6,938: Line 6,804:
|}
|}


====SET VxRexx====
====VxRexx====
Used by Watcom VX-Rexx. Points to the directory where VX-Rexx is installed.
Used by Watcom VX-Rexx. Points to the directory where VX-Rexx is installed.
   SET VxRexx=Path
   SET VxRexx=Path
Line 6,961: Line 6,827:
|}
|}


====SET WATCOM====
====WATCOM====
This line is used by the Watcom C/C++ Compiler and defines the directory where it is installed.
This line is used by the Watcom C/C++ Compiler and defines the directory where it is installed.
  SET WATCOM=<path>
  SET WATCOM=<path>

Revision as of 14:39, 9 July 2016

Return to The Config.sys Documentation Project Main Page

Environment variables are stored by OS/2 in memory and can be called by any program. They are used by many programs to store information (for example, the install path) or some configuration information. If you want to see a list of all installed environment variables and their values, type "Set" in an OS/2 window. If the list is too long, you can redirect the screen output to a file, simply type this:

SET >output.txt

General Tips

You must note that the SET command in Config.sys behaves slightly different from it's behaviour in command line.

So, when you issue the following comands in a OS/2 session:

SET TEMP=C:\TMP
SET TMP=%TEMP%

you get:

TEMP=C:\TMP 
TMP=C:\TMP 

But, if you add the same lines to config.sys:

SET TEMP=C:\TMP 
SET TMP=%TEMP% 

you get:

TEMP=C:\TMP
TMP=%TEMP%

but not TMP=C:\TMP. The enviroment variable TMP now has the value composed by the letters "%", "T", "E", "M", "P", "%". For that reason, in CONFIG.SYS, you must write the values explicitly as follows:

SET TEMP=C:\TMP
SET TMP=C:\TMP

Base Operating System

AUTOFAIL

SET AUTOFAIL=YES

forces computer to deliver system error to the application direct.

AUTOREFRESHFOLDERS

This variable disables the automatic refresh of folders.

SET AUTOREFRESHFOLDERS=value

Default settings:

  • SET AUTOREFRESHFOLDERS=YES

Parameters:

Value can be YES or NO.

  • SET AUTOREFRESHFOLDERS=YES

The automatic refresh of folders is enabled.

  • SET AUTOREFRESHFOLDERS=NO

The automatic refresh of folders is disabled.

If this parameter is not set it defaults to YES.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

AUTOSTART

This variable defines which programs and objects should be started on boot up.

SET AUTOSTART=parameters

Parameters:

All parameters must be delimited by commas.

  • Programs

Enables starting or restarting of programs at boot up.

  • Folders

Enables opening of folders at boot up.

  • Tasklist

Enables the tasklist, without this item you can not open the tasklist. In Warp 3.0 prior to Fixpack 17 has the item no effect.

  • Connections

Restarts network connections.

  • Launchpad

Starts the Launchpad at boot up.

  • Warpcenter

Starts the Warpcenter at boot up. This parameter is only available in Warp 4.0 and later versions.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes* Yes* Yes Yes

AVLSVRNAME

SET AVLSVRNAME=AS

statement to support network DSOM

SOM

OS/2 SOM Set Statements.

SomBase

Used by OS/2 SOM.

SET SOMbase=path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomdDebug

Used by OS/2 SOM.

SET SomDDebug=10

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomdDir

Used by OS/2 SOM. Points to the DSOM directory, DSOM stands for Distibuted SOM.

SET SomdDir=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomdMessageLog

Used by OS/2 SOM.

SET SomDMessageLog=Somd.log

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomdPort

Used by OS/2 SOM.

SET SomdPort=4096

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomdTimeout

Used by OS/2 SOM.

SET SomdTimeout=300

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomIR

Used by OS/2 SOM. Points to all *.ir files needed by SOM.

SET SomIR=E:\OS2\ETC\SOM.IR;SOM.IR

Parameters:

You can use any *.ir file. If you use more than one files, the files must be delimited by a semicolon.

Value can be any full path . Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomRunTime

Used by OS/2 SOM.

SET SomRunTime=Path

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomSockets

Used by OS/2 SOM.

SET SomSockets=TcpIpSockets

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SomThreadPeer

The SomThreadPeer environment variable is used by the Lotus Smartsuite.

SET SomThreadPeer=1

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Programming Environments

EMX/GCC

AC_PREFIX

Sets the install directory for GNU autconf.

SET AC_PREFIX=
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

ADA_INCLUDE_PATH

Variable for GNAT the Ada95 Compiler from GNU GCC

SET ADA_INCLUDE_PATH=
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
??? Yes Yes Yes

ADA_OBJECTS_PATH

Variable for GNAT the Ada95 Compiler for gcc

SET ADA_OBJECTS_PATH=
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
??? Yes Yes Yes

Networking

LAPS

SET Adapter_Nif

This Statement is part of the LAN Adapter and Protocol Support (LAPS) and points out the network information file (NIF) for the installed LAN card.

SET Adapter_Nif=value

Parameters:

Value can be any NIF file. The NIF file must be located in the x:\IBMCOM\MACS directory.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Additional IBM Products

PSF/2

SET AINCODEPATH

Setting by IBM Print Services Facility for OS/2.

SET AINLANGUAGE

=ENU

Setting by IBM Print Services Facility for OS/2.

SET AINUPTIMER

=1

Setting by IBM Print Services Facility for OS/2.

SET AINWORKPATH

Setting by IBM Print Services Facility for OS/2.

Programs

AMD for IMDB

SET AMD_LISTS_PATH

Setting for a database_application. It is an 'os2-browser' for IMDB (internet movie database!) , a very wellknown project for movie enthusiasts. Developed by Steffen Siebert (siebert@logware.de) and available for FREE

SET AMD_PATH

Setting for a database_application. It is an 'os2-browser' for IMDB (internet movie database!) , a very wellknown project for movie enthusiasts. Developed by Steffen Siebert (siebert@logware.de) and available for FREE

Communigate Pro

SET APPLICATION

Setting by ComminiGate Pro

Inet.Mail

SET AutoReply

This is used by the POP3 and SMTP Mailserver Inet.Mail.

SET AutoReply=Path

Parameters:

Path can be any full path.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

AWK

SET AWK=

Sets the path to the AWK executable regard the use of slashes (/)

AWKPATH

SET AWK=x:/path

Sets the searchpath for AWK regard the use of slashes (/)

BackAgain/2

BA2_CATALOG_PATH

SET BA2_CATALOG_PATH=x:\path

Environment variable used by Back Again/2

BA2_LOG_PATH

SET BA2_LOG_PATH=x:\path

Environment variable used by Back Again/2

BA2_SCSI_LOGFILE

SET BA2_SCSI_LOGFILE=x:\SCSILOG.TXT

This will create with BackAgain/2 a logfile of scsi-related messages. Good for testing errors.

SET BA2_SET_PATH

Environment variable used by Back Again/2

BACKGROUNDBITMAP

SET BACKGROUNDBITMAP="bitmap.BMP"

On security-enabled servers, the Presentation Manager lockup/autodim function is disabled. To restore the autodim function to guard against display phosphor burn-in, you can specify a sequence of up to 100 bitmaps to be displayed.

If no file is specified, a default OS/2 logo bitmap is used.

If the file name is in the form bitmapNN, where NN represents digits 00-99, the file name specifies that it is the first of a sequence of files to be displayed cyclically.

BACKGROUNDBITMAP2

SET BACKGROUNDBITMAP2="bitmap.BMP"

On security-enabled servers, the Presentation Manager lockup/autodim function is disabled. This line enables the Screen Saver function.

If no file is specified, a default OS/2 logo bitmap is used.

BACKGROUNDBITMAPDELAY

SET BACKGROUNDBITMAPDELAY=n (in sec., default 300)

the BACKGROUNDBITMAPDELAY value is the amount of time, in seconds, to display the BACKGROUNDBITMAP file before displaying the first bitmap in the sequence.

SET BACKGROUNDBITMAPDELAY2

SET BACKGROUNDBITMAPDELAY2=n (in sec., default 60)

the BACKGROUNDBITMAPDELAY2 value is the amount of time, in seconds, to delay between the display of the bitmap sequence designated by BACKGROUNDBITMAP2.

SET BASEDIRECTORY

Setting by ComminiGate Pro

SET BBACKUP

Setting by BRIEF-editor, (os2-version); I think BRIEF is a well know (programmers?) editor for dos-world. this is a specially os2-version! (1992)

SET BeginLibpath

With this variable can you enhance the Libpath. All paths you define in the Beginlibpath variable are added in front of the Libpath entries. It is normally not used in the Config.sys file, it is usefull at the command line and in scripts.

SET BeginLibpath=path;path2

Parameters: If you have several paths they must be delimited by a semicolon.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

Bookshelf

This variable points to the OS/2 online documentation and documents from various programs. Only the paths listed in the BOOKSHELF variable are searched, if you select "search in all books".

SET BOOKSHELF=Path1;Path2;...;PathN

Parameters:

Path can be any full path.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

C1

This variable is used by GRADD based video card drivers. GRADD drivers can only be used by Warp with a recent fixpak level.

SET C1=<parameter>
ex: SET C1=VMGRADD
Parameter

Parameter is one or more DLLs that the Gradd driver should load. If you have severall Dlls they must be delimited by a semicolon.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CPlus_Include_Path

Points to the path where the EMX-C++ Compiler stores the Include files.

SET CPlus_Include_Path=Path

Parameters:

Path can be any full path. If you have several path they must be delimited by a semicolon.

Note: You must use the UNIX-like forward slashes instead of the backslashes. See the example below:

SET CPlus_Include_Path=c:/emx/include/cpp;c:/emx/include
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

ICAT

Set Statements used by the ICAT debugger.

CAT_Communication_Type

Is used by the ICAT debugger.

SET Cat_Communication_Type=value 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CAT_Host_Bin_Path

Is used by the ICAT debugger. Defines the path to the debug binaries.

SET Cat_Host_Bin_Path=path

Parameters:

Path can be any full path. If you have several path they must be delimited by a semicolon.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CAT_Host_Source_Path

Is used by the ICAT debugger. Tells the debugger where to find the sources.

SET Cat_Host_Source_Path=path

Parameters:

Path can be any full path. If you have several path they must be delimited by a semicolon.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CAT_JAVA_ONLY

Is used by the ICAT debugger. Controls if you want to be able to debug native method dll code or not.

SET Cat_Java_Only=value

Parameters:

Value can be ON or OFF.

If set to OFF or the variable is not set up you can debug native method dll code.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CAT_JVM_ARGS

Is used by the ICAT debugger.

SET CAT_JVM_ARGS=parameters

Parameters:

Parameters can be any valid option for the JVM.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CAT_Machine

Is used by the ICAT debugger. This variable sets the ip address of the daemon's machine, and it sets the port number to communicate with the daemon.

SET Cat_Machine=value

Parameters:

Value must be an ip address and a port number.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CAT_MODULE_LIST

Is used by the ICAT debugger.

SET Cat_Module_List=value

Parameters:

Value can be any class file. If you have several files they must be delimited by a space.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CAT_Package_Path

Is used by the ICAT debugger.

SET Cat_Package_Path=

Parameters:

Path can be any full path. If you have several path they must be =delimited by a semicolon.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

CAT_PATH_RECURSE

Is used by the ICAT debugger. With this variable set the debugger will search recursive into the subdirectories.

SET Cat_Path_Recurse=value

Parameters:

Value must be any non-null value to turn it on.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

C_Include_Path

Points to the path where the EMX-C Compiler stores the Include files.

SET C_Include_Path=Path

Parameters:

Path can be any full path. If you have several path they must be delimited by a semicolon.

Note: You must use the UNIX-like forwardslashes instead of the backslashes. See the example below:

SET C_Include_Path=c:/emx/include
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Classpath

The CLASSPATH variable points to the Java class files.

SET CLASSPATH=Classfile1;Classfile2;Classfile3;

Parameters:

Classfile can be any Java class file with full path, any relative path, or any full path.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Changi

The following Set Statements are used by the Newsserver Changi.

SET ChangiAutoFlush

This is used by the Newsserver Changi.

SET ChangiAutoFlush=value

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ChangiHistory

This is used by the Newsserver Changi.

SET ChangiHistory=Path

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ChangiHostName

This is used by the Newsserver Changi.

SET ChangiHostName=value

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ChangiLocalHost

This is used by the Newsserver Changi.

SET ChangiLocalHost=value

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ChangiNewsDir

This is used by the Newsserver Changi.

SET ChangiNewsDir=Path

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ChangiNodeName

This is used by the Newsserver Changi.

SET ChangiNodeName=value

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ChangiOverDir

This is used by the Newsserver Changi.

SET ChangiOverDir=Path

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ChangiPathHost

This is used by the Newsserver Changi.

SET ChangiPathHost=value

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ChangiWorkDir

This is used by the Newsserver Changi.

SET ChangiWorkDir=Path

Parameters:

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET CodeLPath

Is used by the IBM VisualAge for C++ Compiler.

SET CodeLPath=path

Parameters:

Path can be any full path. If you have several path they must be delimited by a semicolon.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes* Yes Yes Yes

SET Comspec

The COMSPEC variable defines a reload path for the command processor.

SET COMSPEC=path

Parameters:

Path can be a full path to an OS/2 command processor.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET CopyFromFloppy

This environment variable is only useful in your install diskettes config.sys file. If you find it in your normal config.sys file, than you can delete it. If it is set up, OS/2 copies all standard drivers from the diskettes to your harddisk during the install process. If it is not set up, OS/2 will copy all drivers from the CD-Rom. If your hardware needs newer drivers than that on the install CD-Rom, you can copy the new drivers to the install diskettes. And set in the config.sys on the install diskettes the CopyfromFloppy variable to "On".

SET CopyFromFloppy=Value

Parameters:

Value can be On or 1.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

IBM VisualAge C++

The following Set Statements are used in IBM Visualage for C++ Compiler.

SET CppHelp_Ini

Is used by the IBM Visualage for C++ Compiler.

SET CppHelp_Ini=path

Parameters:

Path can be any full path.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET CppLocal

Is used by the IBM Visualage for C++ Compiler.

SET CppLocal=path

Parameters:

Path can be any full path.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET CppMain

Is used by the IBM Visualage for C++ Compiler.

SET CppMain=path

Parameters:

Path can be any full path.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET CppWork

Is used by the IBM Visualage for C++ Compiler.

SET CppWork=path

Parameters:

Path can be any full path.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET CpRef

Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Control Program Guide and Reference.

SET Cpref=Cp1.inf+cp2.inf+cp3.inf
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

DCF/2

These are the environment variables used by the DCF/2 disk compression program.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

DCF2_Acp_Auto_Optimize_Kb_Free

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Auto_Optimize_Kb_Free=1024

DCF2_Acp_Auto_Optimize_Level

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Auto_Optimize_Level=0 

DCF2_Acp_Auto_Optimize_Mins

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Auto_Optimize_Mins=60 

DCF2_Acp_Cache_Blocks

This environment variable is used by the DCF/2 disk compression program.

SET DCF2_Acp_Cache_Blocks=128 

DCF2_Acp_Compression_Level

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Compression_Level=2

DCF2_Acp_Debug

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Debug=3 

DCF2_Acp_Foreground_Compress_Rate

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Foreground_Compress_Rate=5

DCF2_Acp_Logng

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Logng=3 

DCF2_Acp_Maxage_Secs

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Maxage_Secs=5

DCF2_Acp_No_Clean_And_Close

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_No_Clean_And_Close=TRUE 

DCF2_Acp_Out_Of_Space_Suspend

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Out_Of_Space_Suspend=512

DCF2_Acp_Out_Of_Space_Warning

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Out_Of_Space_Warning=3072

DCF2_Acp_Priority

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Priority=2 

DCF2_Acp_Priority_Delta

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Priority_Delta=2 

SET DCF2_Pdd_Wait

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Acp_Pdd_Wait=0

SET DCF2_Vdu_G

This environment variable is used by the DCF/2 disk compression program.

SET Dcf2_Vdu_G=file 

DELDIR

This enables the OS/2 undelete function. If this line is set up all files you delete are not really deleted but instead are moved to a directory specified by the DELDIR variable. If the total size of files in the delete directory is greater than the delete directory size the oldest files are deleted from the delete directory until the total size of files is smaller than the directory size. You must enable the delete directory function for every partition that you want to be able to recover files from.

SET DELDIR=Path1,Size1;Path2,Size2

Parameters:

  • Path - Path must be a full path to an existing directory.
  • Size - Size can be any value expressed in Kbytes.

See the examples below.

To use 4 megabytes of space for the undelete function on partition C: and 10 megabytes for the undelete function on partition E:, add this line to your config.sys file:

SET DELDIR=C:\DELETE,4096;E:\SYSTEM\DELETE,10240 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Desktop

If OS/2 has problems to find the Desktop, you can define here the path to the desktop.

SET Desktop=path

Parameter:

Path must be the full path to the desktop for example:

SET Sourcepath=C:\Desktop. 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

DEVICEFONTDISABLED

Under OS/2 Warp Server for e-business (and probably more recent warp 3/4 fixpaks) setting this to YES will cause very large/slow print jobs, since no uploaded/internal printer fonts will be used.

SET DEVICEFONTDISABLED=NO

You want it set to "NO" in most cases (NO is the default).

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
??? Yes Yes Yes

SET DirCmd

DIRCMD specifies a default parameter used by the Dir command in the OS/2 shell.

SET DIRCMD=parameters

Parameters:

  • /A[AHRS] - Shows only files with the specific attribute. Add a minus sign (minus) in front of the letter to show files WITHOUT the specific attribute. You can use any combination of the attributes. The /A parameter alone calls for display of all attributes. For example you

want to display only files with the archive and read only attribute set, then use this parameter /AAR.

    • A - Archive attribute
    • H - Hidden attribute
    • R - Read only attribute
    • S - System attribute
  • /B - Don't show the heading and summary information.
  • /F - Show files with full path but without date, time and size.
  • /L - Displays all information in lowercase.
  • /N - List files on FAT drives in the same manner as on HPFS drives (i.e. date, time, size, EA size, name)
  • /O: - Displays files sorted by following criteria. You can use any logical combination of sort attributes. Standard is /O:GN.
    • G Directories first
    • -G Directories last
    • N Sorted by filename alphabetically
    • -N Sorted by filename in reverse alphabetical order
    • E Sorted by file extension alphabetically
    • -E Sorted by file extension in reverse alphabetical order
    • D Sorted by date from oldest to newest
    • -D Sorted by date from newest to oldest
    • S Sorted by size from smallest to biggest
    • -S Sorted by size from biggest to smallest
  • /P - Pauses after each full screen of information and waits for a keystroke.
  • /R - Displays long names on FAT drives if available.
  • /S - Recursive search and displays all sub-directories.
  • /W - Displays only file names. No other information.

See the example below.

To set the default for the Dir command to show the output sorted by file name, list the directories first, and pause after each full screen of display, add this line to your config.sys file:

SET DIRCMD=/O:GN/P 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Display

Needed by XFree86/OS2. Tells the X server were to display the output.

Normally this should be your own monitor, but it is possible to use an other computer for the output.

SET Display=Hostname:displaynumber.screennumber

Parameters:

  • Hostname

The Hostname is the name or IP address of the computer for the display. If you want to use your own PC then set it to the same name as defined in the SET HostName variable.

  • displaynumber

Use 0 if you want to use your own PC.

  • screennumber

Use 0 if you want to use your own PC.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET DISPLAYTYPE

Setting in OS/2 Warp Server for e-Business when VGA was selected during installation.

SET DISPLAYTYPE=VGA

TIP= To avoid future troubles when changing the videodriver or the graphics card always install VGA.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Dlsini

Is used by the File and Print Client.

SET Dlsini=C:\Ibmlan\Netprog\Netgui.ini 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET DmiPath

This variable is somewhere used by the Desktop Management Information (DMI) system. I think this is used by tools like Syslog.exe and Ffts.exe.

SET Dmipath=E:\DMISL\BIN 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

DPATH

The DPATH variable sets up the search directories for data files.

SET DPATH=Path1;Path2;Path3;

Parameters:

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET DSPPath

If your soundcard contains a digital signal processor (DSP) then the Dsppath points to the directory that contains additional files for the DSP.

SET Dsppath=C:\Mmos2\dsp
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Dssdir

Is used by the Lotus Smartsuite.

SET DssDir=Path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET DssPath

Is used by the Lotus Smartsuite.

SET DssPath=Path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET EDpath

Is used by the Watcom C/C++ Compiler.

SET EDPath=path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

ETC

In the Etc directory stores the OS/2 internet applications their configuration and log files.

SET Etc=E:\MPTN\ETC 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET EmxBook

Is used to fit together all EMX books to one book with the name EmxBook.

SET EmxBook=book1+book2+bookN

Parameters:

Book can be any *.inf file. See the example below:

SET EmxBook=emxdef.inf+libref.inf+gnudev.inf+bsddev.inf 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET EmxOpt

Used by the EMX-compiler.

SET EmxOpt=value

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET EndLibpath

With this variable can you enhance the Libpath . All paths you define in the Endlibpath variable are added at the end of the Libpath entries. It is normally not used in the Config.sys file, it is usefull at the command line and in scripts.

SET EndLibpath=path1;path2

Parameter:

If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ENH_STRETCH

In OS/2 Warp 4 FP14 and above, OS/2 WSeB FP2, and the Convenience Paks, there is new "enhanced stretch-blitting." This new feature has one known ill side-effect, where some of the icons for folders and other items will appear "washed out" when running in 24bpp or 32bpp. To fix this, you can disable the new feature by adding this line.

SET ENH_STRETCH=NO
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No No* Yes

SET ENH_SUSPEND

This is related to the software support package for Intel's SpeedStep dynamic frequency scaling technology (codenamed Geyserville). Enhanced Suspend support is designed to allow the system to refresh the display once the system is resumed from a D3 Cold suspend state. The Enhanced Suspend option should be enabled on a system with D3 Cold suspend enabled, if there is insufficient, disabled, or no BIOS assistence for restoring the video state once the system is resumed. On other systems, or in other circumstances, Enhanced Suspend may also be optionally enabled, if desired.

To control the Enhanced Suspend feature, the following statement should be used in the CONFIG.SYS file:

SET ENH_SUSPEND=<value>

where <value> is one of the following:

  • 0 - the Enhanced Suspend is disabled, same as no "SET ENH_SUSPEND" statement in the CONFIG.SYS;
  • 1 - basic Enhanced Suspend is enabled;
  • 2 - same as "1" plus saving/restoration of the graphics mode screen.

SET ENH_SUSPEND=1 should be satisfactory in most cases, and requires the minimum of additional memory at the time of a suspend. However, there are circumstances such as a lockup desktop, or a PM Popup, where relatively unimportant video display content remains temporarily corrupted until the lockup or Popup is ended.

SET ENH_SUSPEND=2 requires additional memory to save and restore the exact the desktop bit pattern fairly immediately. It may yield results similar to SET ENH_SUSPEND=1 if system memory or virtual address space is in short supply at the time of the suspend.

NOTE: Suspend and resume may take longer when Enhanced Suspend is enabled. During suspend, some systems will produce a text screen advising the user that the system is suspending. Likewise, upon resume, a similar message may be displayed. Drivers are readied before the video is restored. On some systems, resume feels almost instantaneous, because by the time video is available, all other hardware has been awakened and the system is ready for input.

There are some system states for which the Enhanced Suspend support requires a newer version of display driver to avoid display corruption upon resume from a D3 Cold suspend state. It is recommended that the video driver claims support for Enhanced Suspend. The latest SciTech SNAP, IBMGRADD, and VGA/SVGA drivers have support for Enhanced Suspend. This would include Panorama, as well.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET EpfInstDir

This points to the directory in which the IBM installer stores information about the installed programs.

SET Epfinstdir=E:\OS2\Config

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET EpmPath

The Epmpath variable tells OS/2 were to find files for the Enhanced editor EPM.

SET Epmpath=E:\OS2\Apps

Parameters:

If you have several paths they must be delimited by a semicolon.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET SHOWEXTENDEDPOWERMENU

This is related to the software support package for Intel's SpeedStep dynamic frequency scaling technology (codenamed Geyserville). Mobile Intel Pentium processors support additional CPU and Throttle states to maximize battery life and optimize performance. The number of CPU states depends on the processor model and maximum frequency.

While the Geyserville daemon (GSVDAEMN) controls CPU throttling, it is possible to enable the overview of the CPU and Throttle states in the Power object. To control the states overview, the following statement should be used in the CONFIG.SYS file:

SET SHOWEXTENDEDPOWERMENU=<value>

where <value> is one of the following:

  • NO - the states overview are disabled, same as no "SET SHOWEXTENDEDPOWERMENU" statement in the CONFIG.SYS; (this is the default option)
  • YES - the states overview are enabled.

NOTE: Extended power state information is shown in English only prior to eComStation, which patches the related dll with updated resources when installed via eCSMT.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET GccLoad

Defines how long the GCC Compiler is kept in memory.

SET GccLoad=Minutes

Parameters:

Minutes can be any time. This value is expressed in minutes. If this parameter is not set it defaults t

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET GccOpt

Defines default options for the GCC/EMX compiler.

SET GccOpt=Options
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Glossary

This variable points to the glossary directory. This directory contains the Wpgloss.hlp file which is the general help index.

SET Glossary=C:\OS2\Help\Gloss 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET GpfRexx

Points to the directory where GPFRexx is installed.

SET Gpfrexx=C:\User\Rexx\Gpfrexx 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET GpfRexxBitmap

Points to the directory where GPFRexx stores the bitmap files.

SET Gpfrexx=C:\User\Rexx\Gpfrexx\Bitmap 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET GpiRef

Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Graphics Programming Guide and Reference.

SET Gpiref=Gpi1.inf+gpi2.inf+gpi3.inf 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET GRADD_CHAINS

This variable is somewhere used by a Gradd based Video Card Driver.

This variable points to another variable that defines which Dlls to load. Gradd drivers can only be used on Warp with a recent fixpack level.

SET GRADD_CHAINS=C1
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No* Yes Yes

SET Greext

Is used by the Scitech Software Display Doctor for OS/2.

SET Greext=SDDGrext 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET GU

The GU variable sets up the path where the Graham Utilities are installed.

SET GU=C:\user\GU20 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Hardwarebitblt

Enables the hardware "Bit Block Transmission", it is only supported by some graphics adapter device drivers.

SET Hardwarebitblt=Value

Parameters:

Value can be ON or OFF. If this parameter is not set, it defaults to OFF

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET HPP_Base

Points to the directory in which the HomePage Publisher is installed.

SET Hpp_base=C:\Hpp21 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET HPP_Options

Used by the Home Page Publisher to define a default backgroundimage for new html files.

SET Hpp_Options=C:\Hpp21\Images\Background.jpg 
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Help

The HELP variable defines the search path for help files.

SET HELP=Path1;Path2;Path3;

Parameters:

Value can be any full path or any relative path.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Helpndx

The HELPNDX variable points to the index files which are used by the EPM editor and possibly by some other programming editors. With EPM, you can mark a keyword in your text and press CTRL + H. EPM then searches the index files for the marked word and if it is found, shows the online document for the keyword. The index files must be in a path defined by the BOOKSHELF or EPMPATH variable.

SET HELPNDX=FILE1.NDX+FILE2.NDX+...+FILEn.NDX

Parameters:

The HELPNDX variable contains a list of *.ndx files separated by a plus sign (+).

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET HOARDPATH

This used by the Mobile File Synchronization (MFS).

SET HoardPath=C:\Mfs\Bin\Hp 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET HOME

This used by many newer applications to have default directory to store configuration files. It is included on eComStation config.sys.

SET HOME=C:\HOME\DEFAULT 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET HostName

Defines a name for your computer. You can choose any name you like. Some users reported that the program "Dial Other internet Provider" will work much better if you set up the Hostname, but I can't see any differences with or without the Hostname set up. It is needed also by XFree86/OS2.

SET HostName=MyHost 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Html_DbcsNetq

This is used by the NetQuestion Help system in IBM VisualAge for C++ 4.0 and IBM VisualAge for Java.

SET Html_DbcsNetq=Value

Parameters:

Value can be ON or OFF.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET I18NDir

Points to the IBM I18N Toolkit. This is used by Nationl Language support (NLS).

SET I18ndir=C:\IBMI18N 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET IBMAV

Is used by the IBM/Symantec Antivirus program.

SET IBMAV=Path 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET IBMWorks_Ini

Here can you define the directory in that IBM Works stores the Ibmworks.ini file.

SET Ibmworks_ini=E:\BonusPak\ibmworks 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

IKEY...

SET IKEYMAN40_HOME

SET IKEYMAN40_HOME=<path>
ex: SET IKEYMAN40_HOME=C:\IBMGSK40

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET IKEYMAN50_HOME

SET IKEYMAN50_HOME=<path>
ex: SET IKEYMAN50_HOME=C:\IBMGSK50

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET IKEYMAN_HOME

SET IKEYMAN_HOME=<path>
ex: SET IKEYMAN_HOME=C:\IBMGSK

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Imn...

Set Statements used by NetQuestion, Help system in IBM VisualAge for C++ 4.0 and IBM VisualAge for Java.

SET ImnCcCfgFile

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnCcCfgFile=Netq.cfg

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET ImnCsCfgFile

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnCsCfgFile=Netq.cfg 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET ImnDataCl

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnDataCl=path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET ImnDataSrv

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnDataSrv=path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET ImnNlpsCl

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnNlpsCl=path

Parameters: Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET ImnNlpsSrv

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnNlpsSrv=path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET ImnWorkCl

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnWorkCl=path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET ImnWorkSrv

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnWorkSrv=path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET Imq...

Set Steatements used by the NetQuestion, Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImqConfigCl

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

  SET ImqConfigCl=path

Parameters:

Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET ImqConfigSrv

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET ImnConfigSrv=path

Parameters:

Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Init_File_Names

This is used by the File and Print Client.

  SET Init_File_Names=netgui

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Init_File_Ranges

This is used by the File and Print Client.

  SET Init_File_Ranges=200 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET IPFC

Points to the IPF Compiler path, the location of the APSY*.APS and IPF*.NLS files.

  SET Ipfc=C6colon.\Compiler\Ipfc4 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET Include

Used by various compilers. Defines the directries where the include files are stored.

  SET Include=Path1;Path2, ...

Parameters:

Path can be any full path or any relative path . If you define more than one path, they must be delimited with a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET InfoPath

Defines the directory where info files are stored. You need a info-browser to view info files. Info files contains documentation and they are used by some programs that are ported from Unix/Linux.

  SET Info=Path1;Path2, ...

Parameters:

Path can be any full path .

note: Paths must be defined with Unix like forward slashes. If you define more than one path, they must be delimited with a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET Ipf_Keys

Some online documents have special sections which should be shown only to a few users, this can be done if a specific key is added to the Ipf_Keys variable. But not much online books use this feature.

  SET Ipf_Keys=key_1+key_2+key_n

Parameters:

Key can be any word. If you have a online book that supports this feature you can see additional information if the key is set up. If it is not set up the additional information is hide from you. The parameter can contain several keys which must be delimited by a plus signs. OS/2 assigns the Ipf_Keys variable with SBCS. I don't no were this take effect. SBCS stands for single byte character set, which is used with most languages. For languages like Yespanese or Chinese DBCS (double byte character set) are used. If you have more information please post it on this wiki.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Iwf....

Set Statements used by the IBM Visualage for C++ Compiler.

SET Iwf.Default_Prj

This is used by the IBM Visualage for C++ Compiler.

  SET Iwf.Default_Prj=Cppdftprj 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Iwf.Solution_Language_Support

This is used by the IBM Visualage for C++ Compiler.

  SET Iwf.Solution_Language_Support=Cppibs30;ENG

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET IwfHelp

This is used by the IBM Visualage for C++ Compiler.

  SET IwfHelp=Iwfhdi.inf 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET IwfOpt

This is used by the IBM Visualage for C++ Compiler.

SET IwfOpt=

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

Set Java..

SET Java_Audio_Rate

Controls the playback sample rate for Java audio.

  SET Java_Audio_Rate=value

Parameters:

Value can be 8 or 11 or maybe some other values, but I have no more information. A value of 8 sets the playback rate to 8000 samples per second. A value of 11 sets the playback rate to 11025 samples per second. If this parameter is not set it defaults to 8 .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_Audio_Volume

This environment variable controls the default audio volume for Java applications.

  SET Java_Audio_Volume=percentage

Default settings:

  • SET Java_Audio_Volume=75

Parameters:

Percentage can be in the range from 0 to 100 . Default = 75 This value is expressed in percentage. If this parameter is not set it defaults to 75 .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_Clock_Resolution

The environment variable Java_CLOCK_RESOLUTION allows you to specify the timer resolution you require from the currentTimeMillis method in the Java.lang.System class.

  SET Java_Clock_Resolution=value

Parameters:

Value can be in the range from 1 to ? . This value is expressed in milliseconds. If this parameter is not set it defaults to 10 .

The timer resolutions available are dependent on those provided by the OS/2 system. The Java system rounds down to the nearest available resolution. 1 millisecond is always available and is the highest resolution available. The default for Java_Clock_Resolution is 10 milliseconds, and this is generally rounded to 1 millisecond accuracy. If you need to ensure that the best Java performance is obtained when using currentTimeMillis, SET Java_Clock_Resolution = 32. This can be important when running Java benchmarks.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_Compiler

With this variable can you set up the Just-In-Time (JIT) compiler that Java should use. If you want to disable the JIT than use a non-existing name, specify blanks for the name if you want to suppress the "Unable to load DLL" popup message. But it is not recommended to turn of the JIT, because this will decrease the speed of Java applications.

SET Java_Compiler=name

Parameters:

Name can be any JIT compiler. If this parameter is not set it defaults to JavaX.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_Connect_Timeout

Adjusts the amount of time to wait for a network connection before reporting a timeout.

  SET Java_Connect_Timeout=seconds

Default settings:

  • SET Java_Connect_Timeout=30

Parameters:

Value can be in the range from 1 to . Default = 30 This value is expressed in seconds. If this parameter is not set it defaults to 30 .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_Console

When SET specifies that Java programs executed using "Javapm" and "applet" will be run with a Java console.

  SET Java_Console=value

Parameters:

Value can be only 1 . If this variable is not set, the console is not used.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET JAVA_HIGH_MEMORY

Since Java 1.18, activates High Memory Support.

  ex: SET JAVA_HIGH_MEMORY=1

NOTE: VIRTUALADDRESSLIMIT=2048 needs also to be set, otherwise this setting will be ignored. TCP 4.1 or higher must be installed.

NOTE: Customers who have had an "Out of memory" or SYS0008 problems on systems using Java should add this line.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_Home

This variable points to the root directory of your Java runtime.

  SET Java_Home=<path>

Parameters:

Path can be any full path with drive letter . There are no default settings.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_Map_Accel

Specifies the accelerator character which Java should map to the OS/2 accelerator character for menu items and buttons.

  SET Java_Map_Accel=value

Parameters:

Value can be any character . To turn off the accelerator character mapping, specify a tilde(~). If this parameter is not set it defaults to amp .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_NLS_SBCS

Specifies that Java should run in single byte character set (SBCS) mode even in double byte character set (DBCS) environments.

 SET Java_NLS_SBCS=value

Parameters:

Value can be only 1 . There are no default settings. Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_NoPrintDlg

When you set up this, Java will dismiss the printer properties dialog before printing.

  SET Java_NoPrintDlg=value

Parameters:

Value can be only 1 If this variable is not set up in your config.sys file, Java will show the printer properties dialog everytime you print from a Java application.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_Old_Char_Spacing

The character spacing in strings which use characters from different codepages has been improved in the Java-Version "JDK 1.1.7A IBM build o117-19990506". It is possible that this will adversely affect the display and printing of some character strings in existing applications. The old spacing can be retained by setting this environment variable to ON.

SET Java_Old_Char_Spacing=value

Parameter:

Value can be ON or OFF.

If you want to use the old spacing than use SET Java_OLD_CHAR_SPACING=ON.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Java_User

The User variable points to the user specific directory. This directory should contain user specific configurations and settings. It is the same as the "Home" variable on other Java platforms.

SET Java_User=path

Parameters:

Path can be any full path with drive letter . There are no default settings.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET Java_WebLogs

This variable will set the path to the directory into which the Java runtime will write weblog files for each started Java process.

  SET Java_Weblogs=Path

Parameters:

Path can be any full path with drive letter . If this parameter is not set it defaults to the Weblogs directory under the Java directory .

SET Keys

OS/2 can remember previous keystrokes typed on the OS/2 command line. You can recall previous keystrokes with the up arrow key. This variable enables or disables this feature.

note: If keys is set to ON, ANSI extended keyboard support is disabled.

  SET KEYS=value

Default settings:

  • SET KEYS=ON

Parameters:

Value can be ON or OFF.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET Lang

Sets up the language and the country for applications that are using Unicode character sets.

  SET LANG=language_country

Parameters:

Here is a list of the countrys and their available settings for the language_country parameter ( the value in parenthesis ).

   * Albania (sq_AL)
   * Arabic-speaking (ar_AA)
   * Australia (en_AU)
   * Austria (de_AT)
   * Belgium dutch (nl_BE)
   * Belgium French (fr_BE)
   * Bosnia (sh_BA)
   * Brazil (pt_BR)
   * Bulgaria (bg_BG)
   * Canada english (en_CA)
   * Canada french (fr_CA)
   * China (zh_CN)
   * Croatia (hr_HR)
   * Czechoslovakia (cs_CZ)
   * Denmark (da_DK)
   * Finland (fi_FI)
   * France (fr_FR)
   * Germany (de_DE)
   * Great Britain (en_GB)
   * Greece (el_GR)
   * Hungary (hu_HU)
   * Iceland (is_IS)
   * Ireland (en_IE)
   * Israel (iw_IL)
   * Italy (it_IT)
   * Yespan (Yes_JP)
   * Korea (ko_KR)
   * Latin America (es_LA)
   * Netherlands (nl_NL)
   * New Zealand (en_NZ)
   * Norway (no_NO)
   * Poland (pl_PL)
   * Portugal (pt_PT)
   * Romania (ro_RO)
   * Russia (ru_RU)
   * Slovak (sk_SK)
   * Slovenia (sl_SL)
   * South Africa (en_ZA)
   * Spain (es_ES)
   * Sweden (sv_SE)
   * Switzerland german (de_CH)
   * Switzerland french (fr_CH)
   * Switzerland italian (it_CH)
   * Taiwan (zh_TW)
   * Thailand (th_TH)
   * Turkey (tr_TR)
   * United States (en_US) 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Laninstep

This is part of the remote install (CID) setup.

  SET Laninstep=C:\Cid\Img\Ibmpeer

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET LastDrive

This specifies the last valid drive letter for DOS or Windows sessions.

  SET LASTDRIVE=drive

Parameters:

Value can be any letter from C to Z .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Lib

Used by various compilers. Points to the directories where lib files are stored.

SET Lib=Path1;Path2, ...

Parameters:

Path can be any full path. If you define more than one path, they must be delimited with a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET LIBC_HOOK_DLLS

SET LIBC_HOOK_DLLS=<path>

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Library_Path

Points to the path where the EMX-C Compiler stores the lib files.

SET Library_Path=Path

Parameters:

Path can be any full path. If you have several paths they must be delimited by a semicolon.

note: You must use the Unix-like forwardslashes instead of the backslashes. See the example below:

SET Library_Path=c:/emx/lib

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Lite_Locales

This is used by the Net Question Help system in IBM Visualage for C++ 4.0 and IBM Visualage for Java.

SET LiteLocales=path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET LocPath

The Locpath tells OS/2 were to find the language files. These files are needed for different languages.

SET Locpath=E:\IBMI18N\LOCALE;E:\LANGUAGE\LOCALE

Parameters:

If you have several Paths you must delimit them with a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET LOGFILES

New with eCS 1.1 - points to the log directory.

SET LOGFILES=<path>
ex: SET LOGFILES=C:\var\log

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SET LOGNAME

Needed by some XFree86/OS2 programs. The XFree86/OS2 documentation says that this variable may be used in the future. The Logname should be set to the same username as in SET User defined.

SET LogName=Oliver 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Lotus_CLS

Is used by the Lotus Smartsuite.

  SET Lotus_CLS=Path

Parameters:

Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes


SET LPath

This is used by the IBM Visualage for C++ Compiler.

  SET LPath=path

Parameters:

Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes


SET Lxevfref

This is used by the IBM Visualage for C++ Compiler. Defines which files should be shown in the Editor Referenz Guide.

  SET Lxevref=Evfelref.inf+Lpxcref.inf 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes


SET Lxevfhdi

This is used by the IBM Visualage for C++ Compiler. Defines which files should be shown in the Editor HowTos.

  SET Lxevfhdi=Evfelhdi.inf+Lpexhdi.inf 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET Mga

This is used by Matrox graphiccards. Defines the path to the Matrox directory.

  SET MGA=path

Parameters:

Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes



SET ManPath

Needed by XFree86/OS2. Defines the path where the man (manual) files are installed.

  SET ManPath=E:/user/emx/XFree86/man

note: Please use the Unix like forward slash as the directory separator!

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET MenuStyle

With this variable you can delete some entries from the popup menu of folders such as Help, New, Move, Copy, and Delete.

note: In Warp 4.0 you can change this from the system settings notebook.

  SET MENUSTYLE=value

Parameters:

Value can be SHORT or LONG . If this variable is not set it defaults to LONG .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
??? Yes Yes Yes Yes Yes


SET MenusFollowPointer

This variable enables the Warpcenter to follow the pointer with the selected menu. If the menu entry has a submenu you don't have to click on the arrow. Simply wait a second while the pointer is over the menu and the submenu will open.

  SET MENUSFOLLOWPOINTER=value

Parameters:

Value can be ON or OFF .

  • SET MENUSFOLLOWPOINTER=ON

The menus of the Warpcenter follow the pointer.

  • SET MENUSFOLLOWPOINTER=OFF

The menus won't follow the pointer.

If this parameter is not set it defaults to OFF .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes


SET MfsCache

Defines the path to the Cache directory for Mobile File Synchronization.

  SET MfsCache=path

Parameters: Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET MMBASE

Sets up the base directory for OS/2s multimedia programs.

  SET MMBASE=C:\MMOS2 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET MMSTREAM

  SET MMSTREAM=<parameter>
  ex: SET MMSTREAM=/S:64 /P:64 /H:256 /Q:1024 /E:1024

Parameter:

  • /S:sss

Specifies the number of streams that can be created at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.

  • /P:ppp

Specifies the number of processes that can create streams at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.

  • /H:hhh

Specifies the maximum amount of heap space (KB) that will be used. Values range from 16 through 256; the default value is 64.

  • /Q:qqq

Specifies the size of the event queue (per process). Values range from 2 through 1024; the default value is 64.

  • /E:eee

Specifies the number of events that can be enabled (per stream). Values range from 1 through 1024. The default value for machines with more than 8MB of memory is 32. The default value for machines with 8MB of memory or less is 20.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

SET MMREF

Used by the IBM OS/2 Programmer Toolkit. Defines which files should be shown in the Multimedia Programming Reference.

  SET Mnref=Mmref1.inf+mmref2.inf+mmref3.inf 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET MMTYPESEXTS

Undocumented variable for MMOS2.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
??? ??? Yes Yes Yes Yes

SET MMVWRLOG

Undocumented variable for MMOS2.

  SET MMVWRLOG=<path:\file>

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
??? Yes Yes Yes Yes Yes

SET MMWPSLOG

Undocumented variable for MMOS2.

  SET MMWPSLOG=<path:\file>

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
??? Yes Yes Yes Yes Yes

SET MMYIELD

  ex: SET MMYIELD=10

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
??? Yes Yes Yes Yes Yes

SET MOZILLA...

These are the SET Statements for Mozilla Firefox and Thunderbird.

SET MOZ_PLUGIN_PATH

This statement is to separate the locations of the plugins for Firefox.

  SET MOZ_PLUGIN_PATH=<path>

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No ??? Yes Yes Yes Yes

SET MOZILLA_HOME

This statement is to separate the locations of the user profiles in Firefox and Thunderbird.

  SET MOZILLA_HOME=<path>


Parameters: Full path of the location of the profile.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No ??? Yes Yes Yes Yes

Set MOZ_NO_REMOTE

Allows to run two instances of Firefox or Thunderbird simultaneously.

  Set MOZ_NO_REMOTE=1

Parameters:


Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No ??? Yes Yes Yes Yes


SET MOZILLA_USE_EXTENDED_FT2LIB

Enables special functions in Firefox and Thuderbird to hanble unicode character, if you have Innotek Font Engine installed.

  SET MOZILLA_USE_EXTENDED_FT2LIB=T

Parameters:


Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No ??? Yes Yes Yes Yes


SET NcDebug

This environment variable is used as a workaround for a bug in Lotus-123s video and audio play back

function.

  SET Ncdebug=4000

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET NetView_Path

Defines the path where the SystemView client is installed.

  SET NetView_Path=path

Parameters:

Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET NEWNOTEBOOKS

Enables the new notebooks for applications written prior to WARP 4. This setting worked in the MERLIN Beta, but seems to be disabled in Warp 4 GA. (WARP 4 only!)

  SET NEWNOTEBOOKS=ON 

Parameters: "ON"

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No No No No No No

SET NlsPath

This variable is used somewhere with the National language support for the network and internet

applications coming with OS/2.

  SET Nlspath=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N; 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET NntpServer

This is used by the Newsserver Changi.

  SET NntpServer=value

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes


SET NSPR_OS2_NO_HIRES_TIMER

This is used by Mozilla Firefox and Thunderbird. This causes that firefox and Thunderbird not use the OS/2's high resolution timer.

  set NSPR_OS2_NO_HIRES_TIMER=1

Set this if other applications using the high resolution timer (multimedia apps) act strangely.

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No ??? Yes Yes Yes Yes

SET NOLARGENTEXEICON

Defines the amount of megabytes OS/2 scans in large Windows files for showing the icon. May be added for shortening the time until the WPS displays folders containing windows files

  SET NOLARGENTEXEICON=<n>

  ex: SET NOLARGENTEXEICON=1

Paramenters

  • <n> = In MBytes

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No ??? Yes Yes Yes Yes

SET Nwdbpath

This line is used by the File and Print Client.

  SET NwdbPath=path

Parameters:

Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET ObjC_Include_Path

Points to the path where the EMX-Objective-C Compiler stores the Include files.

  SET ObjC_Include_Path=Path

Parameters:

Path can be any full path . If you have several path they must be delimited by a semicolon.

note: You must use the Unix-like forwardslashes instead of the backslashes. See the example below: SET

ObjC_Include_Path=c:/emx/include

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_...

This are the Set Statements used in the Stardock Object Desktop application.

SET Objd_AllVisible

This environment variable is used by the Object Desktop from Stardock. Allows all invisible objects to

be in Control Center browser objects.

  SET Objd_AllVisible=1

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_AutoTileNav

This environment variable is used by the Object Desktop from Stardock. Enables the Norton Commander

look in the Object Navigator window.

  SET Objd_AutoTileNav=1

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_DisableFastMove

This environment variable is used by the Object Desktop from Stardock. Whith this optiion enabled, the

Control Center will switch between virtual desktops with a slow and safe method, this prevents Traps

which may occour with Warp3 FP16-FP18.

  SET Objd_DisableFastMove=1

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_Log

This environment variable is used by the Object Desktop from Stardock. When this is set up, trap logs

are automatically written to the objdtrap.log file, whenever an error occour.

SET Objd_Log=Auto

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_NoDiskAsFolders

This environment variable is used by the Object Desktop from Stardock. Allows all WPDisk objects in

Control Center browser object to be treated as Object Desktop 1.0 disk objects.

  SET Objd_NoDiskAsFolders=1

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_NoF12Rollup

This environment variable is used by the Object Desktop from Stardock. Disables ALT-F12 roll-up

accelerator.

  SET Objd_NoF12Rollup=1

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_OnavFullMenus

This environment variable is used by the Object Desktop from Stardock. With this option set, the

Object Navigator will show copy, move ... in its context menu.

  SET Objd_OnavFullMenus=1

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_UrlNoOpen

This environment variable is used by the Object Desktop from Stardock. Disables URL open processing

for Stardock Internet Shell Objects.

  SET Objd_URLNoOpen=1

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Objd_UrlNoPaint

This environment variable is used by the Object Desktop from Stardock. Disables URL underline painting

for Stardock Internet Shell Objects.

  SET Objd_URLNoPaint=1

Parameters:

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET ObjectSnoozeTime

Defines the time for that not used DLLs are hold in memory.

  SET ObjectSnoozeTime=Value

Parameters:

Value is the time in seconds. Standard: 90 seconds.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

OpenDoc

These are the Set Statements used in the IBM OS/2 Developers Toolkit

ODBase

This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.

SET Odbase=path

Parameters:

Path can be any full path. If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

ODBasePaths

This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.

SET OdbasePaths=path

Parameters:

Path can be any full path. If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

ODCfg

This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.

SET Odbase=path

Parameters:

Path can be any full path. If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

ODParts

This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.

SET OdParts=path

Parameters:

Path can be any full path . If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

ODPartsPaths

This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.

SET OdPartsPaths=path

Parameters:

Path can be any full path. If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

ODSrc

This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.

SET OdSrc=path

Parameters:

Path can be any full path. If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

ODSrcPaths

This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.

SET OdSrcPaths=path

Parameters:

Path can be any full path . If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

ODTmp

This line is used by the IBM OS/2 Developers Toolkit. It defines a path for Opendoc.

SET OdTmp=path

Parameters:

Path can be any full path . If you have several paths they must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET Oncmd_Dir

This is points to the path where the Database OnCmd is installed.

SET OnCmd_Dir=Path

Parameters:

Path can be any full path .

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET OS2_SHELL

This variable sets up the command line shell for OS/2.

SET OS2_SHELL=C:\OS2\CMD.EXE

Note: OS/2 will not start without this variable

Parameters:

  • /K C:\PROGRAM

Starts cmd.exe together with a program (program could be any executable program).

  • /S

Disables CTRL+C. No interrupt for programs possible.

  • /Q

NO ECHO

  • /C PROGRAM

Starts a second command processor with a program. After execution of the program (e.g. DIR A:) return to the first command processor.

TIP: If you wish to run some other command line shell, such as 4OS2, change this line and the SET COMSPEC=C:\OS2\CMD.EXE line, substituting the appropriate EXE file for CMD.EXE.

Value can be any command shell with a full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SET OS

Setting for dmake - a make program by Ariel Shkedi.

ex: SET OS=ecs
ex: SET OS=OS2

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes

OSDIR

Describes the path where the operating system is installed.

  SET OSDIR=<path>
  ex: SET OSDIR=C:\ecs

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

PATH

The PATH variable specifies the search path for executables. This is used so that you can start an application from any directory without having to enter the path to the executable file.

SET PATH=Path1;Path2;Path3;

Parameters:

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

PM_ASYNC_FOCUS_CHANGE

Enables the fix for single input queue and sets the timeout. note: On Warp 4.0 you can change this with the system settings notebook.

SET PM_ASYNC_FOCUS_CHANGE=value

Parameters:

Value can be ON or OFF or a value expressed in milliseconds .

  • SET PM_ASYNC_FOCUS_CHANGE=ON

Activate the single input queue fix and set the timeout to 2000 ms.

  • SET PM_ASYNC_FOCUS_CHANGE=OFF

Deactivate the single input queue fix.

  • SET PM_ASYNC_FOCUS_CHANGE=1000

Activate the single input queue fix and set the timeout to 1000 ms.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No FP17 Yes Yes

SET PM_DYNAMIC_DRAG

Activates the full drag feature of all Presentation Manager windows.

SET PM_DYNAMIC_DRAG=<value>

Parameters:

Value can be ON or OFF.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No With Fixpak 17 Yes Yes

PM_ROLLUP_BUTTON

Adds a new button to the window titlebars that you can use to "Roll up your PM windows to just a titlebar". This setting worked in the MERLIN Beta, but seems to be disabled in WARP 4 GA. (WARP 4 only!, Source: Team OS/2 WEB pages)

SET PM_ROLLUP_BUTTON=YES 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No No No

Pmas

These are the Set Statements for the astronomy program PMAS.

Pmas_Lang

This is used by the astronomy program PMAS. It defines which language the program uses.

SET Pmas_Lang=value

Parameters:

  • Value can be EN or DE.
  • Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Pmas_Ini

This is used by the astronomy program PMAS. Defines the Path where PMAS stores its config files.

SET Pmas_Ini=Path

Parameters:

  • Value can be any full path.
  • Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Pmas_Nls

This is used by the astronomy program PMAS.

SET Pmas_Nls=Path

Parameters:

  • Value can be any full path.
  • Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Pmaskom_Data

This is used by the astronomy program PMAS.

SET Pmaskom_Data=file

Parameters:

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Pmasmipl_Data

This is used by the astronomy program PMAS.

SET Pmasmipl_Data=file

Parameters:

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Pmaspla_Dll

This is used by the astronomy program PMAS.

SET Pmaspla_Dll=value

Parameters:

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Pmasgraf_Gap

This is used by the astronomy program PMAS.

SET Pmasgraf_Gap=Path

Parameters:

Value can be any full path. Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Pmasgraf_Gb

This is used by the astronomy program PMAS.

SET Pmasgraf_Gb=Path

Parameters:

  • Value can be any full path. If you have severall paths they must be delimited by a semicolon.
  • Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

PmasD118_Data

This is used by the astronomy program PMAS.

SET PmasD118_Data=file

Parameters:

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

PmRef

Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Presentation Manager Guide and Reference.

SET Pmref=Pm1.inf+pm2.inf+pm3.inf+pm4.inf+pm5.inf 

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

PROGRAMS

Define the path for program installation in eComStation 1.1.

SET PROGRAMS=<path>
ex: SET PROGRAMS=C:\PROGRAMS
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

Prompt

Defines the look of the OS/2 prompt.

SET Prompt=Options

See the OS/2 online help for the complete parameter description. note: You can also use ANSI escape sequences to customize your prompt.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

PSIDATADIR

Set Statement for the PSI jabber client program. This statement allow to change the default profile path to other one.

SET PSIDATADIR=<path>

Value can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
??? ??? Yes Yes

PnHostName

Pronews use the value of this variable as the hostname in the message-ID in outgoing news articles.

SET PnHostName=myprovider.net

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

QT_PM_NO_DIVE

This statement is used by the QT library. It has been reported to help with some screen redraw problems.

SET QT_PM_NO_DIVE=1 

parameter: Value can be 1 or 0. It defines 1=On, 0=Off.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
? ? Yes Yes

Queue_Size_Threshold

Controls the size of the OS/2-Message-Queue.

SET Queue_Size_Threshold=Value

Parameter:

Value defines the number of messages which can be together at one time in the message-queue. Standard: 3000 messages, Warp 3 befor Fixpack 17: 100 messages.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

RestartObjects

This variable controls the restart of programs at start up.

SET RESTARTOBJECTS=parameter
Default settings
  • SET RESTARTOBJECTS=YES
Parameters
  • Yes - This enables restarting of all running programs. All running processes and all open folders at shutdown will be restarted at start up.
  • No - The system starts no programs and opens no folders at start up.
  • StartUpFoldersOnly - Only programs in the startup folder will be started.
  • ReBootOnly -Restarts programs only after a normal reboot or power on.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Runworkplace

This variable defines the user interface program (the WPS).

SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE

Parameters:

Value can be any shell with a full path. Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Runworkplace=ATSHELL.EXE

This variable change the user interfase program to load at boot, and replace it with Atshell program.

SET RUNWORKPLACE=x:\path\ATSHELL.EXE

where x:\path is wherever ATSHELL.EXE is placed.

Parameters:

  • /Q

This causes the desktop shell to be launched immediately when ATSHELL first starts up, without displaying the ATSHELL dialog. (The ATSHELL dialog will appear, however, when/if you close the desktop shell program.)

  • /S

This enables a simple 'secure' mode. When ATSHELL is started with this parameter, the command prompt and configuration options are disabled and inaccessible. USE THIS OPTION WITH CAUTION -- if you don't have an alternative method of booting (such as boot diskettes or a maintenance partition), you won't have any way of changing the configuration (or even removing ATSHELL from CONFIG.SYS), unless the desktop (or startup) program itself gives you access to a command prompt. Alternatively, you can use this in conjunction with the multi-user local logon feature of Security/2, by setting 'atshell /s' as the local shell for non-privileged users, and keeping the WPS (or something else) for the system administrator.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
??? ??? Yes Yes Yes Yes

SET SANE_CONFIG_DIR

Describes the configuration directory path for the SANE program. Points to the installation directory of the OS/2 SANE driver (*.conf). Regard the use of slashes (/).

SET SANE_CONFIG_DIR=<path>
ex: SET SANE_CONFIG_DIR=C:\PROGRAMS\TAME\conf

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes

WarpCenter

ScCanBeNuked

Allows the Warpcenter to have a delete option on its context menu.

SET SCCANBENUKED=value

or

SET CANBENUKED=value

Parameters:

Value can be ON or 1 or OFF or 0 . If this parameter is not set it defaults to OFF

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No No Yes Yes Yes Yes

SET ScFindUtility

With this entry you can use a different search program in the Warpcenter. By default, the Warpcenter starts a very slow program when you press this button Warpcenter Find Button In the \OS2\APPS directory is the fast find utility PMSeek.exe which you can use instead of the default program.

SET SCFINDUTILITY=value

or

SET FINDUTILITY=value

Parameters:

Value can be any program with a full path or object-id. If this parameter is not set the default find utility is used.

Example:

SET SCFINDUTILITY=Programe_Name.exe 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No No Yes Yes Yes Yes

ScKillConfirmDisabled

Avoid the "Are you sure ..." dialog if using the Warpcenter kill feature. :Note. You must also have the SET SCKILLFEATUREENABLED variable installed.

  SET SCKILLCONFIRMDISABLED=value

or

  SET KILLCONFIRMDISABLED=value

Parameters:

Value can be ON or 1 or OFF or 0 . If this parameter is not set it defaults to OFF

Example:

  SET SCKILLCONFIRMDISABLED=ON

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No No Yes Yes Yes Yes

SET ScKillFeatureEnabled

This entry enables you to use the Warpcenter window list Warpcenter Window List as an application killer. To kill an application you must hold down the key and click the left mouse button on the window list icon on the Warpcenter. A drop down menu appears and you can then select the process you want to kill. If you have selected a process, the system will ask you if you really want to kill the process.

SET SCKILLFEATUREENABLED=value

or

SET KILLFEATUREENABLED=value

Parameters:

Value can be ON , 1 , OFF or 0. If this parameter is not set it defaults to OFF

Value can be any full path. Relative paths are not allowed.

Example

SET SCKILLFEATUREENABLED=ON 

or

SET KILLFEATUREENABLED=ON 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No No Yes Yes Yes Yes

ScUsePrettyClock

With this entry you can change the look of the Warpcenter clock to this: Warpcenter Clock. It replaces the normal Warpcenter clock with one that has a digital display.

SET SCUSEPRETTYCLOCK=value

or

SET USEPRETTYCLOCK=value
Example
SET SCUSEPRETTYCLOCK=ON
Parameters

Value can be ON or 1 or OFF or 0. If this parameter is not set the default clock is used.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes

SDD

These are the Set Statements used by the Scitech Software Display Doctor for OS/2.

SDDFontDpi

This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a universal driver for almost every graphiccard and currently in BETA test. Here can you change the logical Dots Per Inch (DPI) for matching the logical font point sizes to real pixel sizes.

SET SDDFontDpi=value

Parameters:

Value can be 96 or 120. 96 DPI is usually used for small fonts and 120 DPI for large fonts. If this variable is not set the default of 96 is used.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SDDFontSize

This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a universal driver for almost every graphiccard and currently in BETA test. Here can you choose small, medium or large fonts.

SET SDDFontSize=value

Parameters:

Value can be small or medium or large. If this variable is not set the default small fonts are used.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SDDHRes

This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a universal driver for almost every graphiccard and currently in BETA test. Here can you set up the horizontally Pels Per Meter (PPM), this is used to determine scaling between pixels and millimeter on the screen.

SET SDDHRes=value

Parameters:

Value can be pels per meter. If this variable is not set the SDD will compute the best value of this setting for you. Usually it is not needed to set this variable.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

SDDIcons

This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a universal driver for almost every graphiccard and currently in BETA test. With this environment variable can you change the Icon size on the desktop.

SET SDDIcons=value

Parameters:

Value can be small or large. Small icons are 32x32 pixels and large icons are 40x40 pixels. If this variable is not set the default small icons are used.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

SDDVRes

This variable is used by the Scitech Software Display Doctor for OS/2. The Display Doctor is a universal driver for almost every graphiccard and currently in BETA test. Here can you set up the vertically Pels Per Meter (PPM), this is used to determine scaling between pixels and millimeter on the screen.

SET SDDVRes=value

Parameters:

Value can be pels per meter. If this variable is not set the SDD will compute the best value of this setting for you. Usually it is not needed to set this variable.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No Yes Yes Yes Yes Yes

Spellguard

This are the Set Statements for Pronews.

Sg_Dict_Path

Defines a directory in which Pronews search for the Spellguard dictionary.

SET Sg_Dict_Path=C:\Pronews\Spell 

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

Sg_User_Path

Defines a directory in which Pronews search for the Spellguard user-dictionary.

SET Sg_User_Path=C:\Pronews\Spell 

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SHAPIEXCEPTIONHANDLER=OFF

Disable the WPS API exception handler.

SET SHAPIEXCEPTIONHANDLER=OFF 

Note: This directive seems to be an environment variable in WARP 3 with Fixpack #36 and WARP 4 with Fixpack #5. This means that you have to use the format "SET SHAPIEXCEPTIONHANDLER=OFF". On older releases it had to be only "SHAPIEXCEPTIONHANDLER=OFF"

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
?? Yes Yes Yes

SHELLEXCEPTIONHANDLER=OFF

Disable the WPS exception handler.

SET SHELLEXCEPTIONHANDLER=OFF  

Note: This directive seems to be an environment variable in WARP 3 with Fixpack #36 and WARP 4 with Fixpack #5. This means that you have to use the format "SET SHELLEXCEPTIONHANDLER=OFF ". On older releases it had to be only "SHELLEXCEPTIONHANDLER=OFF"

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
?? Yes Yes Yes Yes Yes

SET ShellHandlesINC

Increases the number of file handles.

SET ShellHandlesINC=Value

Parameter:

Value is the number of handles by which the standard number of handles per shell process are increased. With a standard of 30 handles and SET ShellHandlesINC=20, 50 file handles (30 + 20) are available to each shell process.

Value can be any integer between 0 and approximately 255, but highly dependent upon available memory.

This setting is only available beginning with Warp 4 Fixpack #6.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
No No FP6+ Yes Yes Yes

SET Sibyl_Reg

This line is used by the Speedsoft Sibyl Pascal compiler to store the registration key.

SET Sibyl_Reg=xxxxxxxxxx

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

OS/2 SOM

OS/2 SOM Set Statements.

SmAddStar

Used by OS/2 SOM.

SET SmAddStar=1

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SmClasses

Used by OS/2 SOM.

SET SmClasses=Wptypes.idl

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SmEmit

Used by OS/2 SOM.

SET SmEmit=H;IH;C

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET SmInclude

Used by OS/2 SOM. Defines the directories where the special SOM header files are stored.

SET SmInclude=Paths

Parameters:

Paths can be any full path or any relative path.

If you use more than one path, the paths must be delimited by a semicolon.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SmNotc

Used by OS/2 SOM.

SET SmNotc=1

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SmTmp

Used by OS/2 SOM. Points to a directory used to store temparaley files.

SET SmTmp=Path

Parameters:

Path can be any full path.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET SMG_Path

This is used by the IBM AO-Manager.

SET SMG_Path=Path 

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SMG_Pl2Nlg

This is used by the IBM AO-Manager.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Sourcepath

Defines the path to the OS/2 install diskettes image files. Normally this is the OS2IMAGES directory on the OS/2 install CDRom, if you have the files somewhere else you can define here the right path. The Sourcepath variable is used by the OS/2 install programm and by the programms in the "Install/Delete" folder.

SET Sourcepath=path 

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

IBM VoiceType

IBM Voicetype Set Statements.

Spch_Bin

Used by Voicetype.

SET Spch_Bin=Path

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes

Spch_MainLang

Used by OS/2 Voicetype.Defines the language which Voicetype uses for "Voictype Navigation". It is only needed when you have more than one Voicetype versions installed. SET Spch_MainLang=language

Parameter:

Language is one of the country and language abbrevations as used in the Lang environment variable. For example: Use SET Spch_MainLang=En_US for American english .

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes

Spch_Path

Used by Voicetype.

SET Spch_Path=Path

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes

Spch_Run

Used by Voicetype.

SET Spch_Run=Path

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes
Spch_Rw

Used by Voicetype.

SET Spch_Rw=Path

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes
Spch_Trn

Used by Voicetype.

SET Spch_Bin=Trn

More information will be available in one of the next releases of the Config.Sys Documentation Project.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No No Yes Yes

SrvName1

This line is used for remote installations of OS/2.

SET SrvName1=xxxxxxx 

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Steward_Cf

This is used by the POP3 and SMTP Mailserver Inet.Mail.

SET Steward_Cf=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Swing_Home

This line points to the home directory of the Java Swing Runtime.

SET Swing_Home=path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SYSTEM_INI

Tells the system the path and name of the System INI file. This file contains a lot of system related settings. Be careful, this is a critical system file!

SET SYSTEM_INI=C:\OS2\OS2SYS.INI

Default settings:

  • SET SYSTEM_INI=C:\OS2\OS2SYS.INI

Parameters:

Value can be any path to a valid System INI file. Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

TCPLANG

Sets the Language for TCP/IP V4.x.

SET TCPLANG=<xx_XX>
ex: SET TCPLANG=EN_US

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

Telnet.Password.ID

Sets a password for the telnet daemon (Telnetd).

SET Telnet.Password.ID=password 

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

TEMP

Here you can define a directory were OS/2 and programs can store temporarily files. It is a god idea to use the same directory as used in SET Tmp. Check the directory time by time to see if there are temporally file that you can delete, because some applications forget to delete their temporally files.

SET TEMP=<path>
ex: SET TEMP=C:\var\temp

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Term

The Term environment variable defines the timinal type for some applications which uses the EMX-Runtime-Environment. All available terminal types are stored in the termcap file defined by the termcap environment variable.

SET TERM=Ansi 

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

TERMCAP

Defines the termcap file for applications which uses the EMX-Runtime-Environment. The termcap file stores all the settings needed for a specific terminal type. The terminal type is set up by the Term variable.

SET TERMCAP=<path>
ex: SET TERMCAP=C:/user/emx/etc/termcap.dat

note: You must use a Unix like forward-slash as a directory separator!

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET TIMESYNC

New with eCS 1.1

SET TIMESYNC=<parameter>
ex: SET TIMESYNC=0

SET TMP

Here you can define a directory were OS/2 and programs can store temporarily files. It is a god idea to use the same directory as used in SET Temp. Check the directory time by time to see if there are temporally file that you can delete, because some applications forget to delete their temporally files.

SET Tmp=C:\Temp 

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET TMPDIR

Here you can define a directory were OS/2 and programs can store temporarily files. It is a god idea to use the same directory as used in SET TEMP. Check the directory time by time to see if there are temporally file that you can delete, because some applications forget to delete their temporally files.

  SET TMPDIR=<path>
  ex: SET TMPDIR=C:\var\temp

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET TZ

Use this to SET up the correct timezone you live in. The time zone is used by many network or internet application to determine the correct General Mean Time (GMT, UTC or MEZ).

 SET TZ=SSSdiffDDD,sm,sw,sd,st,em,ew,ed,et,offset
 ex: SET TZ=EST5

Parameters:

  • SSS

The identifier of the standard timezone (wintertime). It must be three characters long, start with a letter and can contain spaces.

  • diff

This is the difference between the GMT time and your local time. Diff is defined in hours, hours and minutes or hours, minutes and seconds. You can specify positive and negative values. Positive values denotes a timezone west of the Greenwich meridian. A negative value denotes a timezone east of the Greenwich meridian. See the examples for diff values below:

     Diff is one hour east -1
     Diff is one hour and 30 minutes west 1:30
     Diff is one hour, 30 minutes and 20 seconds west 1:30:20
  • DDD

The identifier of the daylight savings timezone (summertime). It must be three characters long, start with a letter and can contain spaces.

  • sm

Starting month of the daylight savings time. Sm can be in the range from 1 to 12 . Default: 4

  • sw

Starting week of the daylight savings time. Sw can be in the range from -4 to 4 . -1 is the last week of the month, -2 the week before the last week, ..., 0 no week specified, ... and 1 is the first week. Default: 1

  • sd

Starting day of the daylight savings time. Sd can be in the range from 0 to 6 if sw is not 0. 0 is the sunday, 1 is the monday, ... and 6 is the saturday. Sd can be in the range from 1 to 31 if sw equals 0. Default: 0

  • st

Starting time of the daylight savings time. St can be in the range from 1 to 86400 . St is counted in seconds from midnight. If the switch to daylight savings time occours at 01:00:00 O'clock in the night, you should set st to 3600. Default: 3600

  • em

Ending month of the daylight savings time. Em can be in the range from 1 to 12 . Default: 10

  • ew

Ending week of the daylight savings time. Ew can be in the range from -4 to 4 . -1 is the last week of the month, -2 the week before the last week, ..., 0 no week specified, ... and 1 is the first week. Default: -1

  • ed

Ending day of the daylight savings time. Ed can be in the range from 0 to 6 if ew is not 0. 0 is the sunday, 1 is the monday, ... and 6 is the saturday. Ed can be in the range from 1 to 31 if ew equals 0. Default: 0

  • et

Ending time of the daylight savings time. Et can be in the range from 1 to 86400 . Et is counted in seconds from midnight. If the switch to daylight savings time occours at 01:00:00 O'clock in the night, you should set et to 3600. Default: 7200

  • offset

The difference between standard time and daylights savings time. Offset can be in the range from 1 to 86400. One hour is 3600 seconds. Default: 3600

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET ULSPATH

Defines the path to the Unicode languages files.

  SET ULSPATH=<path>
  ex: SET ULSPATH=C:\Language

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET UNZIPOPT

SET UNZIPOPT=<parameter>
ex: SET UNZIPOPT=-C

Parameters

  • -Z

zipinfo(1L) mode. If the first option on the command line is -Z, the remaining options are taken to be zipinfo(1L) options. See the appropriate manual page for a description of these options.

  • -A

[OS/2, Unix DLL] print extended help for the DLL's programming interface (API).

  • -c

extract files to stdout/screen (``CRT). This option is similar to the -p option except that the name of each file is printed as it is extracted, the -a option is allowed, and ASCII-EBCDIC conversion is automatically performed if appropriate. This option is not listed in the unzip usage screen.

  • -f

freshen existing files, i.e., extract only those files that already exist on disk and that are newer than the disk copies. By default unzip queries before overwriting, but the -o option may be used to suppress the queries. Note that under many operating systems, the TZ (timezone) environment variable must be set correctly in order for -f and -u to work properly (under Unix the variable is usually set automatically). The reasons for this are somewhat subtle but have to do with the differences between DOS-format file times (always local time) and Unix-format times (always in GMT/UTC) and the necessity to compare the two. A typical TZ value is ``PST8PDT (US Pacific time with automatic adjustment for Daylight Savings Time or ``summer time).

  • -l

list archive files (short format). The names, uncompressed file sizes and modification dates and times of the specified files are printed, along with totals for all files specified. If UnZip was compiled with OS2_EAS defined, the -l option also lists columns for the sizes of stored OS/2 extended attributes (EAs) and OS/2 access control lists (ACLs). In addition, the zipfile comment and individual file comments (if any) are displayed. If a file was archived from a single-case file system (for example, the old MS-DOS FAT file system) and the -L option was given, the filename is converted to lowercase and is prefixed with a caret (^).

  • -p

extract files to pipe (stdout). Nothing but the file data is sent to stdout, and the files are always extracted in binary format, just as they are stored (no conversions).

  • -t

test archive files. This option extracts each specified file in memory and compares the CRC (cyclic redundancy check, an enhanced checksum) of the expanded file with the original file's stored CRC value.

  • -T

[most OSes] set the timestamp on the archive(s) to that of the newest file in each one. This corresponds to zip's -go option except that it can be used on wildcard zipfiles (e.g., ``unzip -T \*.zip) and is much faster.

  • -u

update existing files and create new ones if needed. This option performs the same function as the -f option, extracting (with query) files that are newer than those with the same name on disk, and in addition it extracts those files that do not already exist on disk. See -f above for information on setting the timezone properly.

  • -v

be verbose or print diagnostic version info. This option has evolved and now behaves as both an option and a modifier. As an option it has two purposes: when a zipfile is specified with no other options, -v lists archive files verbosely, adding to the basic -l info the compression method, compressed size, compression ratio and 32-bit CRC. When no zipfile is specified (that is, the complete command is simply ``unzip -v), a diagnostic screen is printed. In addition to the normal header with release date and version, unzip lists the home Info-ZIP ftp site and where to find a list of other ftp and non-ftp sites; the target operating system for which it was compiled, as well as (possibly) the hardware on which it was compiled, the compiler and version used, and the compilation date; any special compilation options that might affect the program's operation ; and any options stored in environment variables that might do the same . As a modifier it works in conjunction with other options (e.g., -t) to produce more verbose or debugging output; this is not yet fully implemented but will be in future releases.

  • -z

display only the archive comment.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
??? Yes Yes Yes

USE_HOSTS_FIRST

If Use_Hosts_First is set up, tcp/ip will first look in the local file ..\Etc\Hosts for the dotted IP address for a specific Hostname on the internet.

Let me explain - Whenever you connect to the internet and you access a host ( for example http://www.netlabs.org ), your browser must know the dotted IP address ( for example 195.65.67.48 ) for the host. So the Browser contact a Domain name Server (DNS) and ask for the IP address. This takes some time, to speed up internet connection you can define in the Hosts file the hostnames and the IP addresses.

OS/2 will only use Hosts file if Use_Hosts_First is set to 1. You can define all kind of hosts www-server, mail-server, news-server, ftp-server or whatever else. To get the IP address for a host type "host" and the hostname in an OS/2 window. The actual Path for the host file is defined by the Etc environment variable.

SET USE_HOSTS_FIRST=1 

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

USER

Needed by some XFree86/OS2 programs. The XFree86/OS2 documentation says that this variable may be used in the future. The User should be set to the same username as in SET LogName defined.

It is used also on eComStation and it is on it's default config.sys file.

SET USER=<username>
ex: SET USER=Oliver 
ex: SET USER=ECS_USER

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

USER_INI

This variable tells OS/2 the path and name of the User INI file. This file contains information about desktop settings and various applications. Be careful, this is a critical system file!

SET USER_INI=C:\OS2\OS2.INI

Default settings:

  • SET USER_INI=C:\OS2\OS2.INI

Parameters:

Value can be any path to a valid User INI file.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

VACPP_Shared

This line is used by the IBM VisualAge C++ Compiler.

SET VACPP_Shared=False

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
no Yes Yes Yes

VBPath

This line is used by the IBM VisualAge C++ Compiler.

SET VbPath=Path

Parameters:

Path can be any full path. If you have several paths they must be delimited by a semicolon.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

VCFG_NO_DDC

This line is used GRADD based graphiccard drivers. It controls if your monitor capabilities should be read with the Display Data Channel (DDC) or not.

SET Vcfg_No_DDC=value

Parameters:

Value can be True or False. If set to False or the variable is not set up, than will the graphiccard driver use DDC to read the monitor capabilities.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

VIO_MGA

This line is used by Matrox graphics adapter card drivers.

SET Vio_Mga=Device(Bvhvga,Bmgax64) 

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

VIO_SVGA

Needed by SVGA Graphic cards.

SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET Video_Devices

Needed by VGA and SVGA Graphic cards.

SET VIDEO_DEVICES=VIO_SVGA 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

VisProC

Used by Vispro C. Points to the directory where Vispro C is installed.

SET VisproC=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

VisProRx

Used by Vispro Rexx. Points to the directory where Vispro Rexx is installed.

SET VisproRX=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Virtual Pascal

VpBase

Points to the directory where Virtual Pascal is installed.

SET VpBase=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

VpHelp

Defines the directory where the Virtual Pascal help files are stored.

SET VpHelp=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

VpLib

Points to the Virtual Pascal Library files.

SET VpLib=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

VpOut

Used by Virtual Pascal. Defines the directory where the compiled projects should be written to.

SET VpOut=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

VxRexx

Used by Watcom VX-Rexx. Points to the directory where VX-Rexx is installed.

  SET VxRexx=Path

Parameters:

Path can be any full path.

Value can be any full path. Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

WATCOM

This line is used by the Watcom C/C++ Compiler and defines the directory where it is installed.

SET WATCOM=<path>

Parameters: Path can be any full path. Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET WpsRef

Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the WPS Guide and Reference.

SET Wpsref=Wps1.inf+wps2.inf+wps3.inf

Value can be any full path . Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET WPS_COMMUNICATION

This line is used by the File and Print Client.

SET WPS_COMMUNICATION=YES 

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET X11Root

Needed by XFree86/OS2. Points to the directory in which the \XFree86 directory is installed.

SET X11Root=E:

If you have installed XFree86/OS2 in the directory "D:\user\emx\Xfree86" then set up X11Root to "D:/user/emx"

note: You must use a Unix like forward-slash as a directory separator!

Value can be any full path . Relative paths are not allowed.

Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET X11Shell

Needed by XFree86/2. Defines the shell to be used within XFree86/2, if you want to use the standard Cmd.exe this line is not necessary.

SET X11Shell=E:\user\emx\XFree86\ 

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

SET XPRO...

This parameters was found on XTEL software configurations (version 5.6 (MINI X-TEL) and 6.0). This software is for PLC usage.

SET XPROSYS=X:\XPROSYS
SET XPROHELP=X:\XPROSYS\HLP
SET QH=X:\XPROSYS\HLP
SET XPROUSR=X:\XPROSYS
SET XPROMOD=X:\XPROSYS
IOPL=YES
Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
No Yes Yes Yes

XServer

Needed by XFree86/OS2. Defines the X server to be used. You must choose the right server for your graphics adapter card.

SET XServer=X:/USER/EMS/XFREE86/BIN/XF86_SVGA.exe

Parameters:

note: You must use a Unix like forward-slash as a directory separator!

Possible XServers are:

* XF86_Mono.exe
* XF86_SVGA.exe
* XF86_VG16.exe
* XF86_8514.exe
* XF86_AGX.exe
* XF86_Glnt.exe
* XF86_I128.exe
* XF86_Ma8.exe
* XF86_Ma32.exe
* XF86_Ma64.exe
* XF86_P9k.exe
* XF86_S3.exe
* XF86_S3V.exe
* XF86_W32.exe

Value can be any full path. Relative paths are not allowed.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes