home *** CD-ROM | disk | FTP | other *** search
/ The Final Windows Shareware CD / _.img / winshare / winutil / wincmd73 / wcl.ini < prev    next >
INI File  |  1994-03-27  |  7KB  |  190 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. [wcl]
  15. #
  16. # The next setting decides whether when running EXTERNAL programs, WCL
  17. # will change to to the directory in which the program executable is found.
  18. # A setting of 0 means that WCL *will* change to that directory, and a
  19. # setting of 1 means that WCL *will NOT* change. You can also use the "DO"
  20. # command to make sure that WCL will not change.
  21. #
  22. DO=0
  23. #
  24. # The next 3 settings determine the size and location of the WCL window.
  25. # The window length should ideally not be lower than 50.
  26. #
  27. WINDOWLENGTH=50
  28. LOCATION-HORIZONTAL=1
  29. LOCATION-VERTICAL=1
  30. #
  31. # The next setting is the WCL prompt. Anything other than "$P$G" is
  32. # taken LITERALLY. You can change this with the "PROMPT" command.
  33. # Note that if you use "$p$g" for your WCL-PROMPT, you may run into
  34. # problems when the name of the current directory is very long. Thus
  35. # it is advisable to use a short prompt. You can always find out the
  36. # current directory by typing "PWD".
  37. #
  38. # If the prompt is empty, it defaults to the current directory name.
  39. # Some of the window co-ordinate settings are updated when you
  40. # type "SAVE", or if you quit by using "EXIT", "HALT", etc.
  41. #
  42. WCL-PROMPT=$p$g
  43. #
  44. #
  45. # The next 3 settings decide the colors for the WCL window. The various
  46. # values that they may take are documented in the HELP file, under the
  47. # section titled "INI_File_Settings". You can change these values with the
  48. # "SETCOLOR" command.
  49. #
  50. TEXT-COLOR=LIGHTGRAY
  51. TEXT-BACKGROUND=BLACK
  52. WALLPAPER=BLACK
  53. #
  54. # The next setting is the default font for the WCL window
  55. # When DEFAULT-FONT is set to ZERO (default) then the
  56. # System Fixed Font is used. Other possible values are
  57. #  1 (this means use the ANSI fixed font )
  58. #  2 (this means use the OEM fixed font)
  59. #  3 (this means use the default font for screen device) - this is
  60. #     often a very UGLY font. Thus it is better to use 0, 1, or 2
  61. #
  62. DEFAULT-FONT=0
  63. #
  64. # The next setting determines whether the WCL window has a border or not.
  65. # When the WINDOW-BORDER is set 1 or ON, the WCL window will have a
  66. # border which can be used to resize it. It is OFF by default
  67. #
  68. WINDOW-BORDER=0
  69. #
  70. #
  71. # The next setting turns on support for a limited emulation of the DOSKEY
  72. # function of scrolling through a list of past commands (by using the arrow
  73. # keys; or Ctrl-Z for ("up") and Ctrl-X (for "down")). This setting also
  74. # turns on support for assigning commands to FUNCTION KEYS (F1-F9, and
  75. # F11-F12); and the CONTROL KEYS (CTRL-A to CTRL-Y)
  76. #
  77. # You can assign any command to a key by just putting the command after
  78. # the "=" sign (in the file KEYS.WCL).
  79. # WCL will execute the commands EXACTLY as they appear.
  80. # A setting of "1" or "ON" turns this setting ON. Any other setting turns
  81. # it OFF You can also turn it on/off in WCL by typing "DOSKEY ON" or
  82. # "DOSKEY OFF"
  83. #
  84. EMULATE-DOSKEY=1
  85. #
  86. # The next items determines whether full command-line editing should
  87. # be turned on. If turned on, you can edit the commands on the command
  88. # line with backspace, the arrow keys, Home, End, Ins, and Del.
  89. # If DOSKEY emulation is OFF, this setting will not work.
  90. #
  91. LINE-EDITOR=1
  92. #
  93. # The next setting determines whether the pathetic on-screen clock is
  94. # displayed or not. It is OFF by default. Set it to "1" or "ON" to turn
  95. # it on. You will have problems running FULL SCREEN dos programs if this
  96. # setting is turned ON. Since the clock feature has a number of problems,
  97. # you may not want to use it.
  98. #
  99. SHOW-TIMER=0
  100. #
  101. # The next setting indicates whether the on-screen clock (if enabled) is
  102. # displayed on the Windows Desktop or not. If this setting is turned off
  103. # (default) the clock is displayed in the WCL window. This does NOT work
  104. # in seamless Win-OS/2
  105. #
  106. TIMER-ON-DESKTOP=0
  107. #
  108. #
  109. # The next item indicates whether the Windows desktop
  110. # should be saved on quitting WCL, and restored when
  111. # you next run Windows. Put 0 to disable, or 1 to enable.
  112. # If WCL is not your Windows Shell, the line is ignored.
  113. #
  114. SAVE-DESKTOP=1
  115. #
  116. # The following 4 items are for BIGWCL.EXE screen coordinates
  117. # If WINDOWHEIGHT.BIG is set to about 200, then you will have
  118. # a good scroll buffer which can be used by pressing PgUp, or PgDn,
  119. #
  120. # The maximum setting allowed for WINDOWHEIGHT.BIG is 250
  121. #
  122. # When BIGWCL-DEFAULT-FONT is set to ZERO (default) then the
  123. # System Fixed Font is used. Other possible values are
  124. #  1 (this means use the ANSI fixed font )
  125. #  2 (this means use the OEM fixed font)
  126. #  3 (this means use the default font for screen device) - this is
  127. #     often a very UGLY font that causes unsightly screen flashes.
  128. #     Thus it is better to use 0, 1, or 2
  129. #
  130. [bigwcl]
  131. WINDOWLENGTH.BIG=75
  132. WINDOWHEIGHT.BIG=200
  133. LOCATION-HORIZONTAL.BIG=1
  134. LOCATION-VERTICAL.BIG=3
  135. BIGWCL-DEFAULT-FONT=0
  136. #
  137. #
  138. # If there are any programs which you want WCL to run
  139. # every time you load Windows, put each of them on the
  140. # following startup lines. If WCL is NOT your Windows
  141. # Shell, these lines are ignored.
  142. #
  143. [startup]
  144. STARTUP1=
  145. STARTUP2=
  146. STARTUP3=
  147. STARTUP4=
  148. #
  149. [file-copy]
  150. # If set to 1, the program ALWAYS prompts you before
  151. # overwriting a file when you use the COPY command. If
  152. # set to 0 (default) the COPY command behaves like the
  153. # DOS copy command - it overwrites an existing file
  154. # without warning;
  155. #
  156. CONFIRM-OVERWRITES=0
  157. #
  158. #
  159. [backup]
  160. # if set to 0 the setting below is disabled. If set to 1
  161. # then if WCL is the Windows Shell, it backs up your
  162. # WIN.INI and SYSTEM.INI files, every time it is loaded.
  163. # The backup files are called WIN.WCL and SYSTEM.WCL,
  164. # and WIN2.WCL and SYSTEM2.WCL.
  165. #
  166. BACK-UP-INI-FILES=0
  167. #
  168. #
  169. # Below are your command aliases. They are evaluated before
  170. # internal or external commands.
  171. [commands]
  172. N=NOTEPAD
  173. DBAK=DEL *.BAK
  174. LC=LISTCOMMANDS
  175. NC=NEWCOMMAND
  176. CT=COPYTREE
  177. LE=LINE-EDITOR
  178. SM=SENDMESSAGE
  179. #
  180. #
  181. # Below are directory aliases. You can change to them
  182. # with the "GOTO" command, instead of using "CD".
  183. #
  184. [directories]
  185. dos=c:\dos
  186. wp=c:\wpwin
  187. OS2=d:\OS2
  188. WIN=D:\OS2\MDOS\WINOS2
  189. MDOS=D:\OS2\MDOS
  190.