home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-02-25 | 3.3 KB | 115 lines |
- #
- # WCL Initialisation File
- #
- # The lines starting with a hash (#) are comments and
- # can be deleted when you no longer need the comments.
- #
- # These are WCL interface settings. If the prompt is
- # empty, it defaults to the current directory name.
- # Some of the window co-ordinate settings are updated when you
- # type "SAVE", or if you quit by using "EXIT", "HALT", etc.
- [wcl]
- DO=0
- WINDOWLENGTH=45
- LOCATION-HORIZONTAL=1
- LOCATION-VERTICAL=1
- WCL-PROMPT=$p$g
- TEXT-COLOR=white
- TEXT-BACKGROUND=BLACK
- WALLPAPER=BLACK
- #
- # The next setting turns on support for a limited emulation of the DOSKEY
- # function of scrolling through a list of past commands (by using the arrow
- # keys; or Ctrl-Z for ("up") and Ctrl-X (for "down")). This setting also
- # turns on support for assigning commands to FUNCTION KEYS (F1-F9, and
- # F11-F12); and the CONTROL KEYS (CTRL-A to CTRL-Y)
- # You can assign any command to a key by just putting the command after
- # the "=" sign (in the file KEYS.WCL).
- # WCL will execute the commands EXACTLY as they appear.
- # A setting of "1" or "ON" turns this setting ON. Any other setting turns
- # it OFF You can also turn it on/off in WCL by typing "DOSKEY ON" or
- # "DOSKEY OFF"
- #
- EMULATE-DOSKEY=1
- #
- # The next item indicates whether the Windows desktop
- # should be saved on quitting WCL, and restored when
- # you next run Windows. Put 0 to disable, or 1 to enable.
- # If WCL is not your Windows Shell, the line is ignored.
- #
- SAVE-DESKTOP=1
- #
- # The following 4 items are for BIGWCL.EXE screen coordinates
- # If WINDOWHEIGHT.BIG is set to about 300, then you will have
- # a good scroll buffer which can be used by pressing PgUp, PgDn,
- # Up-Arrow, DownArrow, etc.
- #
- # When BIGWCL-DEFAULT-FONT is set to ZERO (default) then the
- # System Fixed Font is used. Other possible values are
- # 1 (this means use the ANSI fixed font )
- # 2 (this means use the OEM fixed font)
- # 3 (this means use the default font for screen device)
- #
- [bigwcl]
- WINDOWLENGTH.BIG=75
- WINDOWHEIGHT.BIG=350
- LOCATION-HORIZONTAL.BIG=1
- LOCATION-VERTICAL.BIG=3
- BIGWCL-DEFAULT-FONT=0
- #
- #
- # If there are any programs which you want WCL to run
- # every time you load Windows, put each of them on the
- # following startup lines. If WCL is NOT your Windows
- # Shell, these lines are ignored.
- #
- [startup]
- STARTUP1=
- STARTUP2=
- STARTUP3=
- STARTUP4=
- #
- [file-copy]
- # If set to 1, the program ALWAYS prompts you before
- # overwriting a file when you use the COPY command. If
- # set to 0 (default) the COPY command behaves like the
- # DOS copy command - it overwrites an existing file
- # without warning;
- #
- CONFIRM-OVERWRITES=0
- #
- #
- [backup]
- # if set to 0 the setting below is disabled. If set to 1
- # then if WCL is the Windows Shell, it backs up your
- # WIN.INI and SYSTEM.INI files, every time it is loaded.
- # The backup files are called WIN.WCL and SYSTEM.WCL,
- # and WIN2.WCL and SYSTEM2.WCL.
- #
- BACK-UP-INI-FILES=0
- #
- #
- # Below are you command aliases. They are evaluated before
- # internal or external commands.
- [commands]
- N=NOTEPAD
- DBAK=DEL *.BAK
- LC=LISTCOMMANDS
- NC=NEWCOMMAND
- CT=COPYTREE
- #
- #
- #
- # Below are directory aliases. You can change to them
- # with the "GOTO" command, instead of using "CD".
- #
- [directories]
- dos=c:\dos
- tpw=C:\TPW
- wp=c:\wpwin
- utils=C:\UTILS
- STAC=d:\STACKER
- OS2=d:\OS2
- WIN=D:\OS2\MDOS\WINOS2
- MDOS=D:\OS2\MDOS
-