home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / UTILS / WINCMD70.ZIP / README.TXT < prev    next >
Text File  |  1994-02-24  |  10KB  |  233 lines

  1.                         README FILE FOR WCL
  2.                         ------------------
  3.  
  4. The Windows/Win-OS/2 Command Line Processor (WCL) is a program that
  5. presents a fully featured DOS-like command line interface for Microsoft's
  6. Windows 3.1 and IBM's Win-OS/2. For Windows users, it is the best way
  7. of avoiding the dreaded "MSDOS PROMPT", while still having the benefit
  8. of a command prompt, and all the benefits of the Windows environment.
  9. For OS/2 users, it is one of the easiest ways of starting "seamless"
  10. Windows sessions, and in all cases, it is always a *far* better option
  11. than using Program Manager's "File, Run" menu, or opening the "MSDOS
  12. PROMPT"
  13.  
  14. WCL basically simulates the DOS "C:\> prompt", but from within Windows
  15. or Win-OS/2. The WCL main Window is a small, unobtrusive window which
  16. defaults to the top left corner of the screen. It occupies very litte
  17. screen space, meaning that most of the rest of the screen is visible.
  18.  
  19. You can then run Windows and DOS programs by typing their names and
  20. pressing <ENTER>, just as you would do at the DOS command line.
  21. If you are running OS/2 version 2.1, then you can also run OS/2
  22. programs from within WCL. OS/2 users should please NOTE that WCL
  23. will only run DOS and OS/2 programs under OS/2 as well as the Program
  24. Manager will run them, since WCL uses the same API calls to run programs
  25. as the Program Manager. Some OS/2 programs will not run at all, if run
  26. from a Win-OS/2 session, and some DOS programs behave quite strangely
  27. if run from Win-OS/2.
  28.  
  29. WCL is a neat, fast, and effective way for multi-tasking under Windows,
  30. and Win-OS/2, and can replace the Program Manager as your Windows or
  31. Win-OS/2 Shell. It also supports most of the internal DOS commands
  32. (e.g., COPY, DIR, CD, MD, DEL, REN, ATTRIB, DATE, TIME, SET, etc.)
  33. through built-in technology.
  34.  
  35. This file only contains instructions as to how to setup WCL. Full
  36. documentation is contained in the on-line help, which is available
  37. if you type "HELP" at the WCL command prompt.
  38.  
  39. Please read WCL.INI, and the on-line help, especially the
  40. section titled "LEGAL STUFF" ** BEFORE ** attempting to use WCL.
  41.  
  42.  
  43.  
  44.         ------------------------------------------------------
  45.         WHY SHOULD YOU USE WCL? PLEASE SEE THE FILE "WHY.TXT"
  46.         ------------------------------------------------------
  47.  
  48.  
  49.  
  50. Files
  51. -----
  52. The WCL package contains the following files;
  53.  
  54. Essential Files
  55. ---------------
  56.    1.  WCL.EXE         (WCL main executable)
  57.    2.  WCLDLL.EXE      (library needed by WCL.EXE)
  58.    3.  BIGWCL.EXE      (the "big" windowed version of WCL)
  59.    4.  BWCC.DLL        (library file needed by all the executables)
  60.    5.  WCL.INI         (initialization file for WCL. Please read it!)
  61.    6.  WCL.HLP         (WCL help file)
  62.    7.  WCL.SUM         (an alphabetical list of internal commands)
  63.    8.  KEYS.WCL        (file for assigning commands to function keys)
  64.    9.  REGISTER.TXT    (form for REGISTRATION requests)
  65.    10. ORDER.FRM       (fill-in form for ordering a registered copy)
  66.  
  67. Non-Essential Files
  68. -------------------
  69.    11. README.TXT      (this file)
  70.    12. HISTORY.TXT     (file that shows changes between WCL versions)
  71.    13. WHY.TXT         (explanation of WHY you need WCL)
  72.    14. INSTALL.EXE     (WCL (optional) installation program)
  73.    15. WINSTALL.INF    (information file for the installation program)
  74.    16. WINSTALL.HLP    (ON-LINE HELP file for the installation program)
  75.  
  76. Bonus Programs supplied with REGISTERED VERSION ONLY
  77. ----------------------------------------------------
  78.    17. EXITWIN.EXE     (exits Windows without fuss or question)
  79.    18. RUNWIN.EXE      (shuts down and restarts Windows without fuss)
  80.    19. WINGREP.EXE     (Windows version of the GREP utility)
  81.  
  82.  
  83.  
  84.    Note: BIGWCL.EXE is a full alternative to the combination of WCL.EXE
  85.          and WCLDLL.EXE. If you prefer to use the small window of WCL.EXE,
  86.          then you can safely delete BIGWCL.EXE and save some disk space.
  87.          If, on the other hand, you prefer the big window of BIGWCL.EXE,
  88.          then you can safely delete both WCL.EXE and WCLDLL.EXE.
  89.  
  90.    **************
  91.    * Note also: *
  92.    **************
  93.          The initialization file WCL.INI contains a lot of settings which
  94.          will determine the attributes of the main windows of both WCL.EXE
  95.          and BIGWCL.EXE. I have designed the program to be highly
  96.          customizable by these settings.
  97.  
  98.          It is important that you read this file, as it contains a lot of
  99.          information/comments on particular settings. Feel free to
  100.          experiment with the settings. You can call up this file into the
  101.          Windows NOTEPAD by typing "CHG2" at the WCL prompt.
  102.  
  103.  
  104.          It is also important to read HISTORY.TXT to see full details of
  105.          the new features that have been implemented. This is essential
  106.          even if you are a new user, since the information in the file
  107.          can also serve as a feature summary.
  108.  
  109.  
  110. Setting up WCL
  111. --------------
  112. There are two methods of installing WCL;
  113.  
  114.   1. You may install WCL by simply copying the "essential files"
  115.      listed above onto your hard disk, preferably into a separate
  116.      directory. If you use this method, then you need to create
  117.      Program Manager items for WCL.EXE and BIGWCL.EXE.
  118.  
  119.      You may need to add the WCL directory to the "path" statement
  120.      in your AUTOEXEC.BAT file, or alternatively, to move BWCC.DLL
  121.      into a directory that is in the "path" statement.
  122.  
  123.  2. You may run the optional installation program (INSTALL.EXE).
  124.     What this installation program does is;
  125.        [a] install the "essential files" into a directory specified
  126.            by you
  127.        [b] optionally that directory to the "path" statement in your
  128.            AUTOEXEC.BAT file. This may be needed to allow Windows
  129.            to locate the library file BWCC.DLL
  130.        [c] optionally create a Program Manager group for WCL and
  131.            Program Manager items for WCL.EXE and BIGWCL.EXE
  132.  
  133.     To run the installation program, take the following steps;
  134.        1. Select "File, Run" from within Program Manager, and type
  135.           "A:INSTALL" (if your installation diskette is in floppy drive
  136.           "A:" If you are installing from another drive/directory, then
  137.            substitute it for the "A:")
  138.  
  139.       2.   When the installation program loads, click on the check
  140.            box titled "Click here to create Program Manager Item",
  141.            if you want the installation program to create a Program
  142.            Manager Group/Item for WCL. If you want to do this manually,
  143.            then you can leave the check box unselected.
  144.  
  145.       3.   To start the installation, click on the button labelled
  146.            "Start Install". When you do this, you will be presented
  147.            with a dialog box which indicates the directory that you
  148.            are installing FROM (source directory), and the default
  149.            target directory (i.e., the directory that you want to install
  150.            the program to). You can edit the TARGET directory if you do
  151.            not like the default.
  152.  
  153.       4.   When satisfied with the source and target directories,
  154.            click on the button labelled "Install Now". If you want
  155.            to go back to the beginning, click on the button labelled
  156.            "Abort".
  157.  
  158.  
  159.       When the installation is finished, the install program will
  160.       volunteer to add the new program path to the "PATH" statement
  161.       in your AUTOEXEC.BAT. You will be invited to confirm or skip
  162.       this process.
  163.  
  164.  
  165. If you want WCL to load each time you start Windows, you can put
  166. "WCL.EXE" on the "run=" or "load=" lines in your WIN.INI file,
  167. or put it in your STARTUP group.
  168.  
  169.  
  170.  ------------
  171.  REGISTRATION
  172.  ------------
  173.  This program is published under the SHAREWARE principle. This means that
  174.  users are entitled to use it for an evaluation period of 30 days. If you
  175.  wish to continue using it after this evaluation period, you are requested
  176.  to please REGISTER your copy.
  177.  
  178.  
  179.  Please look in REGISTER.TXT or in the on-line help for details of my
  180.  world wide REGISTRATION SITES (you will probably find one that is local
  181.  to you). PLEASE PRINT OUT ORDER.FRM, or the REGISTRATION FORM in the
  182.  on-line help.
  183.  
  184.  
  185.  REGISTRATION FEE:
  186.  
  187.    ú18.00    (U.K. STERLING)
  188.    $26.00    (U.S.)
  189.    $30.00    (Canadian): British Columbia residents should add 7% Sales Tax
  190.    $40.00    (Australian)
  191.    Kr170.00  (Danish)
  192.  
  193.  
  194.    Registration provides the following benefits:
  195.  
  196.    1. A copy of the most recent update of the program,
  197.       licensed to you, and without all the registration messages.
  198.    2. Support for the program
  199.    3. A clear conscience
  200.    4. The satisfaction of being an honest person
  201.    5. Complimentary copies of some of my Windows utilities, namely;
  202.  
  203.         [a] EXITWIN.EXE (click on the icon of this program, and you
  204.                          quit Windows - no fuss, no warnings, no
  205.                          questions)
  206.         [b] RUNWIN.EXE  (click on the icon of this program, and Windows
  207.                          is shut down and restarted again - useful for
  208.                          those occasions when you need to reboot Windows,
  209.                          e.g. you have just installed a new device driver,
  210.                          or something has corruped Windows, and you want
  211.                          to restart it).
  212.         [c] WINGREP.EXE  (a Windows version of the popular GREP utility
  213.                          - to search for string patterns in ASCII files).
  214.  
  215.  
  216.        Please note that there is no printed manual.
  217.  
  218.         Please send payment to:
  219.  
  220.                 Dr. A. Olowofoyeku
  221.                 268 Horwood,
  222.                 Newcastle,
  223.                 Staffs ST5 5BG
  224.                 ENGLAND.
  225.  
  226.                 Internet:
  227.                    laa12@keele.ac.uk
  228.                    chief@mep.com
  229.  
  230.         OR
  231.         to your local REGISTRATION SITE
  232.  
  233.