home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac_os2 / wincmd75.zip / WCL.INI < prev    next >
INI File  |  1994-06-10  |  8KB  |  232 lines

  1. #                    WELCOME TO THE WCL INITIALIZATION FILE
  2. #------------------------------------------------------------------------
  3. #       THIS FILE CONTAINS ALL THE CUSTOMIZATION INFORMATION FOR WCL
  4. #                    PLEASE READ THIS FILE!!!!
  5. #
  6. #------------------------------------------------------------------------
  7. # The lines starting with a hash (#) are comments and
  8. # can be deleted when you no longer need the comments.
  9. # You can get further information on the settings in this file in the
  10. # WCL help file, in the section titled "INI_File_Settings".
  11. #------------------------------------------------------------------------
  12. #  You can load this file into NOTEPAD by typing "CHG2" at the WCL prompt
  13. #
  14. #  or you can run the WCL Configuration program ("WCLCFG.EXE")
  15. #
  16. #
  17. [wcl]
  18. #
  19. # The next setting decides whether when running EXTERNAL programs, WCL
  20. # will change to to the directory in which the program executable is found.
  21. # A setting of 0 means that WCL *will* change to that directory, and a
  22. # setting of 1 means that WCL *will NOT* change. You can also use the "DO"
  23. # command to make sure that WCL will not change.
  24. #
  25. DO=0
  26. #
  27. # The next 4 settings determine the size and location of the WCL window.
  28. # The window length should ideally not be lower than 50.
  29. #
  30. WINDOWLENGTH=50
  31. WINDOWHEIGHT=
  32. LOCATION-HORIZONTAL=1
  33. LOCATION-VERTICAL=1
  34. #
  35. # The next setting is the WCL prompt. Anything other than the "$" values
  36. # is taken LITERALLY. You can change this with the "PROMPT" command.
  37. # Note that if you use "$p$g" for your WCL-PROMPT, you may run into
  38. # problems when the name of the current directory is very long. Thus
  39. # it is advisable to use a short prompt. You can always find out the
  40. # current directory by typing "PWD".
  41. #
  42. # If the prompt is empty, it defaults to the current directory name.
  43. # Some of the window co-ordinate settings are updated when you
  44. # type "SAVE", or if you quit by using "EXIT", "HALT", etc.
  45. #
  46. WCL-PROMPT=$p$g
  47. #
  48. #
  49. # The next 3 settings decide the colors for the WCL window. The various
  50. # values that they may take are documented in the HELP file, under the
  51. # section titled "INI_File_Settings". You can change these values with the
  52. # "SETCOLOR" command.
  53. #
  54. TEXT-COLOR=LIGHTGRAY
  55. TEXT-BACKGROUND=BLACK
  56. WALLPAPER=BLACK
  57. #
  58. #
  59. # The next setting is the default font for the WCL window
  60. # When DEFAULT-FONT is set to ZERO (default) then the
  61. # System Fixed Font is used. Other possible values are
  62. #  1 (this means use the ANSI fixed font )
  63. #  2 (this means use the OEM fixed font)
  64. #  3 (this means use the default font for screen device) - this is
  65. #     often a very UGLY font. Thus it is better to use 0, 1, or 2
  66. #
  67. DEFAULT-FONT=0
  68. #
  69. # The next setting determines whether the WCL window has a border and title bar
  70. # or not. When the WINDOW-BORDER is set 1 or ON, the WCL window will have a
  71. # border and a title bar. Otherwise the window will have no title bar, no
  72. # minimize button, and no system menu. The window will be resizeable, but
  73. # will not be moveable. This setting is ON by default. Turning it OFF will
  74. # not work if DOSKEY EMULATION is not enabled.
  75. #
  76. WINDOW-BORDER=1
  77. #
  78. #
  79. # The next setting can be used to make sure that the WCL window 
  80. # ("small" version only) is always on top. This is turned OFF by default
  81. #
  82. TOPMOST-WINDOW=0
  83. #
  84. #
  85. # The next setting turns on support for a limited emulation of the DOSKEY
  86. # function of scrolling through a list of past commands (by using the arrow
  87. # keys; or Ctrl-Z for ("up") and Ctrl-X (for "down")). This setting also
  88. # turns on support for assigning commands to FUNCTION KEYS (F1-F9, and
  89. # F11-F12); and the CONTROL KEYS (CTRL-A to CTRL-Y)
  90. #
  91. # You can assign any command to a key by just putting the command after
  92. # the "=" sign (in the file KEYS.WCL).
  93. # WCL will execute the commands EXACTLY as they appear.
  94. # A setting of "1" or "ON" turns this setting ON. Any other setting turns
  95. # it OFF You can also turn it on/off in WCL by typing "DOSKEY ON" or
  96. # "DOSKEY OFF". Please NOTE: turning DOSKEY EMULATION off is *NOT* recommended.
  97. #
  98. EMULATE-DOSKEY=1
  99. #
  100. # The next line determines whether the DOSKEY emulation (if turned on)
  101. # starts in "insert" mode or "overwrite" mode. Overwrite is the default.
  102. # If DOSKEY emulation is OFF, this setting will not work.
  103. #
  104. INSERT-MODE=0
  105. #
  106. # The next item determines whether full command-line editing should
  107. # be turned on. If turned on, you can edit the commands on the command
  108. # line with backspace, the arrow keys, Home, End, Ins, and Del.
  109. # If DOSKEY emulation is OFF, this setting will not work.
  110. # Please NOTE: turning LINE-EDITOR off is *NOT* recommended.
  111. #
  112. LINE-EDITOR=1
  113. #
  114. # The next setting determines whether the pathetic on-screen clock is
  115. # displayed or not. It is OFF by default. Set it to "1" or "ON" to turn
  116. # it on. You will have problems running FULL SCREEN dos programs if this
  117. # setting is turned ON. Since the clock feature has a number of problems,
  118. # you may not want to use it.
  119. #
  120. SHOW-TIMER=0
  121. #
  122. # The next setting indicates whether the on-screen clock (if enabled) is
  123. # displayed on the Windows Desktop or not. If this setting is turned off
  124. # (default) the clock is displayed in the WCL window. This does NOT work
  125. # in seamless Win-OS/2
  126. #
  127. TIMER-ON-DESKTOP=0
  128. #
  129. #
  130. # The next item indicates whether the Windows desktop
  131. # should be saved on quitting WCL, and restored when
  132. # you next run Windows. Put 0 to disable, or 1 to enable.
  133. # If WCL is not your Windows Shell, the line is ignored.
  134. #
  135. SAVE-DESKTOP=1
  136. #
  137. #
  138. #The next setting determines whether the time stamp in the file listings
  139. # is done with the US date format (mm/dd/yy) or the UK method (dd/mm/yy)
  140. # Set it to 1 or "ON" for US date format.
  141. #
  142. US-DATE-FORMAT=0
  143. #
  144. #
  145. # The next setting determines the default switch for the DIR
  146. # command. Any valid switch or combination of switches can be
  147. # put here (default = sort by name).
  148. #
  149. DIRCMD=/on
  150. #
  151. #
  152. # The next setting determines whether the "implied CD" feature will search
  153. # the whole drive for any directory that is supplied at the WCL prompt.
  154. # This feature is turned ON by default - meaning that anything in that
  155. # setting other than a "0" or "OFF" will be interpreted as "ON". If the
  156. # setting is turned OFF, then only the "path" will be searched for a
  157. # matching directory.
  158. #
  159. SEARCH-DRIVE=1
  160. #
  161. #
  162. #
  163. # The following 5 items are for BIGWCL.EXE screen coordinates
  164. #
  165. # When BIGWCL-DEFAULT-FONT is set to ZERO (default) then the
  166. # System Fixed Font is used. Other possible values are
  167. #  1 (this means use the ANSI fixed font )
  168. #  2 (this means use the OEM fixed font)
  169. #  3 (this means use the default font for screen device) - this is
  170. #     often a very UGLY font that causes unsightly screen flashes.
  171. #     Thus it is better to use 0, 1, or 2
  172. #
  173.  
  174. [bigwcl]
  175. WINDOWLENGTH.BIG=75
  176. WINDOWHEIGHT.BIG=
  177. LOCATION-HORIZONTAL.BIG=1
  178. LOCATION-VERTICAL.BIG=3
  179. BIGWCL-DEFAULT-FONT=0
  180. #
  181. #
  182. # If there are any programs which you want WCL to run
  183. # every time you load Windows, put each of them on the
  184. # following startup lines.
  185. #
  186. [startup]
  187. STARTUP1=
  188. STARTUP2=
  189. STARTUP3=
  190. STARTUP4=
  191. #
  192. [file-copy]
  193. # If the next entry is set to 1, the program ALWAYS prompts you
  194. # before overwriting a file when you use the COPY command. If
  195. # set to 0 (default) the COPY command behaves like the
  196. # DOS copy command - it overwrites an existing file
  197. # without warning.
  198. #
  199. CONFIRM-OVERWRITES=0
  200. #
  201. #
  202. [backup]
  203. # if set to 0 the setting below is disabled. If set to 1
  204. # then if WCL is the Windows Shell, it backs up your
  205. # WIN.INI and SYSTEM.INI files, every time it is loaded.
  206. # The backup files are called WIN.WCL and SYSTEM.WCL,
  207. # and WIN2.WCL and SYSTEM2.WCL.
  208. #
  209. BACK-UP-INI-FILES=0
  210. #
  211. #
  212. # Below are your command aliases. They are evaluated before
  213. # internal or external commands.
  214. [commands]
  215. N=NOTEPAD
  216. LC=LISTCOMMANDS
  217. NC=NEWCOMMAND
  218. SM=SENDMESSAGE
  219. VIEWZIP=UNZIP -V
  220. WCLMAP=EXT WCLMAP
  221. #
  222. #
  223. # Below are directory aliases. You can change to them
  224. # with the "GOTO" command, instead of using "CD".
  225. #
  226. [directories]
  227. dos=c:\dos
  228. wp=c:\wpwin
  229. OS2=d:\OS2
  230. WIN=D:\OS2\MDOS\WINOS2
  231. MDOS=D:\OS2\MDOS
  232.