Jump to content

Environment variables: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
    
    
Environment variables for OS/2 Workplace Shell:
Environment variables for OS/2 Workplace Shell:
*USER_INI - INI file
*[[USER_INI]] - INI file
*SYSTEM_INI - INI file
*[[SYSTEM_INI]] - INI file
*OS2_SHELL - command processor for OS/2 sessions
*[[OS2_SHELL]] - command processor for OS/2 sessions
*RESTARTOBJECTS - objects for autostart
*[[RESTARTOBJECTS]] - objects for autostart
*AUTOSTART - workplace areas for autostart
*[[AUTOSTART]] - workplace areas for autostart
*RUNWORKPLACE - user interface (usually PMSHELL.EXE)
*[[RUNWORKPLACE]] - user interface (usually PMSHELL.EXE)
 
[[Category:Environment variable]]

Latest revision as of 19:37, 20 November 2019

The command SET defines OS/2 system environment variables.

Environment variables for OS/2 sessions:

  • PATH - search path for executable files
  • DPATH - search path for data files
  • KEYS - command history
  • PROMPT - command line prompt appearance

Environment variables for DOS sessions:

  • PATH - search path for executable files
  • PROMPT - command line prompt appearance
  • APPEND - search path for data files (command APPEND /E)

Environment variables for OS/2 Workplace Shell: