home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / WINCMD70.ZIP / WCL.INI < prev    next >
INI File  |  1994-02-24  |  3KB  |  115 lines

  1. #
  2. # WCL Initialisation File
  3. #
  4. # The lines starting with a hash (#) are comments and
  5. # can be deleted when you no longer need the comments.
  6. #
  7. # These are WCL interface settings. If the prompt is
  8. # empty, it defaults to the current directory name.
  9. # Some of the window co-ordinate settings are updated when you
  10. # type "SAVE", or if you quit by using "EXIT", "HALT", etc.
  11. [wcl]
  12. DO=0
  13. WINDOWLENGTH=45
  14. LOCATION-HORIZONTAL=1
  15. LOCATION-VERTICAL=1
  16. WCL-PROMPT=$p$g
  17. TEXT-COLOR=white
  18. TEXT-BACKGROUND=BLACK
  19. WALLPAPER=BLACK
  20. #
  21. # The next setting turns on support for a limited emulation of the DOSKEY
  22. # function of scrolling through a list of past commands (by using the arrow
  23. # keys; or Ctrl-Z for ("up") and Ctrl-X (for "down")). This setting also
  24. # turns on support for assigning commands to FUNCTION KEYS (F1-F9, and
  25. # F11-F12); and the CONTROL KEYS (CTRL-A to CTRL-Y)
  26. # You can assign any command to a key by just putting the command after 
  27. # the "=" sign (in the file KEYS.WCL).
  28. # WCL will execute the commands EXACTLY as they appear. 
  29. # A setting of "1" or "ON" turns this setting ON. Any other setting turns 
  30. # it OFF You can also turn it on/off in WCL by typing "DOSKEY ON" or 
  31. # "DOSKEY OFF"
  32. #
  33. EMULATE-DOSKEY=1
  34. #
  35. # The next item indicates whether the Windows desktop
  36. # should be saved on quitting WCL, and restored when
  37. # you next run Windows. Put 0 to disable, or 1 to enable.
  38. # If WCL is not your Windows Shell, the line is ignored.
  39. #
  40. SAVE-DESKTOP=1
  41. #
  42. # The following 4 items are for BIGWCL.EXE screen coordinates
  43. # If WINDOWHEIGHT.BIG is set to about 300, then you will have
  44. # a good scroll buffer which can be used by pressing PgUp, PgDn,
  45. # Up-Arrow, DownArrow, etc.
  46. #
  47. # When BIGWCL-DEFAULT-FONT is set to ZERO (default) then the
  48. # System Fixed Font is used. Other possible values are
  49. #  1 (this means use the ANSI fixed font )
  50. #  2 (this means use the OEM fixed font)
  51. #  3 (this means use the default font for screen device)
  52. #
  53. [bigwcl]
  54. WINDOWLENGTH.BIG=75
  55. WINDOWHEIGHT.BIG=350
  56. LOCATION-HORIZONTAL.BIG=1
  57. LOCATION-VERTICAL.BIG=3
  58. BIGWCL-DEFAULT-FONT=0
  59. #
  60. #
  61. # If there are any programs which you want WCL to run
  62. # every time you load Windows, put each of them on the
  63. # following startup lines. If WCL is NOT your Windows
  64. # Shell, these lines are ignored.
  65. #
  66. [startup]
  67. STARTUP1=
  68. STARTUP2=
  69. STARTUP3=
  70. STARTUP4=
  71. #
  72. [file-copy]
  73. # If set to 1, the program ALWAYS prompts you before
  74. # overwriting a file when you use the COPY command. If
  75. # set to 0 (default) the COPY command behaves like the
  76. # DOS copy command - it overwrites an existing file
  77. # without warning;
  78. #
  79. CONFIRM-OVERWRITES=0
  80. #
  81. #
  82. [backup]
  83. # if set to 0 the setting below is disabled. If set to 1
  84. # then if WCL is the Windows Shell, it backs up your
  85. # WIN.INI and SYSTEM.INI files, every time it is loaded.
  86. # The backup files are called WIN.WCL and SYSTEM.WCL,
  87. # and WIN2.WCL and SYSTEM2.WCL.
  88. #
  89. BACK-UP-INI-FILES=0
  90. #
  91. #
  92. # Below are you command aliases. They are evaluated before
  93. # internal or external commands.
  94. [commands]
  95. N=NOTEPAD
  96. DBAK=DEL *.BAK
  97. LC=LISTCOMMANDS
  98. NC=NEWCOMMAND
  99. CT=COPYTREE
  100. #
  101. #
  102. #
  103. # Below are directory aliases. You can change to them
  104. # with the "GOTO" command, instead of using "CD".
  105. #
  106. [directories]
  107. dos=c:\dos
  108. tpw=C:\TPW
  109. wp=c:\wpwin
  110. utils=C:\UTILS
  111. STAC=d:\STACKER
  112. OS2=d:\OS2
  113. WIN=D:\OS2\MDOS\WINOS2
  114. MDOS=D:\OS2\MDOS
  115.