home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / WINCMD45.ZIP / WCL.INI < prev    next >
INI File  |  1993-06-23  |  2KB  |  72 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. # the window co-ordinate settings are updated when you
  10. # type "SAVE", or if you quit by using "EXIT", "HALT", etc.
  11. [wcl]
  12. WINDOWLENGTH=50
  13. LOCATION-HORIZONTAL=1
  14. LOCATION-VERTICAL=1
  15. WCL-PROMPT=$P$G
  16. #
  17. # The next item indicates whether the Windows desktop
  18. # should be saved on quitting WCL, and restored when
  19. # you next run Windows. Put 0 to disable, or 1 to enable.
  20. # If WCL is not your Windows Shell, the line is ignored.
  21. #
  22. SAVE-DESKTOP=1
  23. #
  24. # If there are any programs which you want WCL to run
  25. # every time you load Windows, put each of them on the
  26. # following startup lines. If WCL is NOT your Windows
  27. # Shell, these lines are ignored.
  28. #
  29. [startup]
  30. STARTUP1=
  31. STARTUP2=
  32. STARTUP3=
  33. STARTUP4=
  34. #
  35. [file-copy]
  36. # If set to 1, the program ALWAYS prompts you before
  37. # overwriting a file when you use the COPY command. If
  38. # set to 0 (default) the COPY command behaves like the
  39. # DOS copy command - it overwrites an existing file
  40. # without warning;
  41. #
  42. CONFIRM-OVERWRITES=0
  43. #
  44. #
  45. [backup]
  46. # if set to 0 the setting below is disabled. If set to 1
  47. # then if WCL is the Windows Shell, it backs up your
  48. # WIN.INI and SYSTEM.INI files, every time it is loaded.
  49. # The backup files are called WIN.WCL and SYSTEM.WCL,
  50. # and WIN2.WCL and SYSTEM2.WCL.
  51. #
  52. BACK-UP-INI-FILES=1
  53. #
  54. #
  55. # Below are directory aliases. You can change to them
  56. # with the "GOTO" or "CD" command. You can add new
  57. # ones manually, or with the "ALIAS" command.
  58. #
  59. [directories]
  60. sys=c:\windows\system
  61. dos=c:\dos
  62. tpw=C:\TPW
  63. wp=c:\wpwin
  64. wcl=C:\TPW\WCL
  65. STAC=C:\STACKER
  66. WIN=C:\WINDOWS
  67. AMI=C:\AMIPRO
  68. OS2=C:\OS2
  69. WINOS2=C:\OS2\MDOS\WINOS2
  70. MDOS=C:\OS2\MDOS
  71. emx=c:\emx\bin
  72.