home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac_os2 / wincmd75.zip / README.TXT < prev    next >
Text File  |  1994-06-10  |  14KB  |  315 lines

  1.                         README FILE FOR WCL
  2.                         ------------------
  3. *********
  4. * NOTE: *
  5. *********
  6.  
  7.        PLEASE READ ALL OF THIS DOCUMENTATION BEFORE USING WCL. Also,
  8.        WCL is VERY customisable through entries in WCL.INI. That file
  9.        contains a lot of comments on the customisation features.
  10.  
  11.        PLEASE READ WCL.INI, and HISTORY.TXT before using WCL - otherwise
  12.        you will be missing some of its greatest benefits.
  13.  
  14.  
  15. README
  16. ------
  17. The Windows Command Line Processor (WCL) is a program that presents a
  18. fully featured DOS-like command line interface for Microsoft's
  19. Windows 3.1x and IBM's Win-OS/2. For Windows users, it is the best way
  20. of avoiding the dreaded "MSDOS PROMPT", while still having the benefit
  21. of a command prompt, and all the benefits of the Windows environment.
  22. For OS/2 users, it is one of the easiest ways of starting "seamless"
  23. Windows sessions, and in all cases, it is always a *far* better option
  24. than using Program Manager's "File, Run" menu, or opening the "MSDOS
  25. PROMPT"
  26.  
  27. WCL basically simulates the DOS "C:\> prompt", but from within Windows
  28. or Win-OS/2. The WCL main Window is a small, unobtrusive window which
  29. defaults to the top left corner of the screen. It occupies very litte
  30. screen space, meaning that most of the rest of the screen is visible.
  31.  
  32. You can then run Windows and DOS programs by typing their names and
  33. pressing <ENTER>, just as you would do at the DOS command line.
  34. If you are running OS/2 version 2.1, then you can also run OS/2
  35. programs from within WCL. OS/2 users should please NOTE that WCL
  36. will only run DOS and OS/2 programs under OS/2 as well as the Program
  37. Manager will run them, since WCL uses the same API calls to run programs
  38. as the Program Manager. Some OS/2 programs will not run at all, if run
  39. from a Win-OS/2 session, and some DOS programs behave quite strangely
  40. if run from Win-OS/2.
  41.  
  42. WCL is a neat, fast, and effective way for multi-tasking under Windows,
  43. and Win-OS/2, and can replace the Program Manager as your Windows or
  44. Win-OS/2 Shell. It also supports most of the internal DOS commands
  45. (e.g., COPY, DIR, CD, MD, DEL, REN, ATTRIB, DATE, TIME, SET, etc.)
  46. through built-in technology.
  47.  
  48. This file only contains instructions as to how to setup WCL. Full
  49. documentation is contained in the on-line help, which is available
  50. if you type "HELP" at the WCL command prompt.
  51.  
  52. Please read WCL.INI, and the on-line help, especially the
  53. section titled "LEGAL STUFF" ** BEFORE ** attempting to use WCL.
  54.  
  55.  
  56. Files
  57. -----
  58. The WCL package contains the following files;
  59.  
  60. Essential Files
  61. ---------------
  62.    1.  WCL.EXE         (WCL main executable)
  63.    2.  WCLDLL.EXE      (library needed by WCL.EXE)
  64.    3.  BIGWCL.EXE      (the "big" windowed version of WCL)
  65.    4.  BWCC.DLL        (library file needed by all the executables)
  66.    5.  WCLCODE.DLL     (library file needed by all the executables)
  67.    6.  WCLCODE2.DLL    (library file needed by all the executables)
  68.    7.  MAP.WXX         (library file for the WCLMAP command)
  69.    8.  WCL.INI         (initialization file for WCL. Please read it!)
  70.    9.  WCL.HLP         (WCL help file)
  71.    10. WCL.SUM         (an alphabetical list of internal commands)
  72.    11. KEYS.WCL        (file for assigning commands to function keys)
  73.    12. REGISTER.TXT    (form for REGISTRATION requests)
  74.    13. ORDER.FRM       (fill-in form for ordering a registered copy)
  75.  
  76. Non-Essential Files
  77. -------------------
  78.    14. README.TXT      (this file)
  79.    15. HISTORY.TXT     (file that shows changes between WCL versions)
  80.    16. WCL.FAQ         (WCL Frequently Asked Questions list)
  81.    17. INSTALL.EXE     (WCL (optional) installation program)
  82.    18. WINSTALL.INF    (information file for the installation program)
  83.    19. WINSTALL.HLP    (ON-LINE HELP file for the installation program)
  84.    20. WCLCFG.EXE      (configuration utility for WCL)
  85.    21. WCL_EXT.ZIP     (documentation for WCL interface for user defined
  86.                         extensions)
  87.  
  88. Bonus Programs supplied with THE OPTIONAL EXTRA ONLY
  89. ----------------------------------------------------
  90.    22. EXITWIN.EXE     (exits Windows without fuss or question)
  91.    23. RUNWIN.EXE      (shuts down and restarts Windows without fuss)
  92.  
  93.  
  94.    Note: BIGWCL.EXE is a full alternative to the combination of WCL.EXE
  95.          and WCLDLL.EXE. If you prefer to use the small window of WCL.EXE,
  96.          then you can safely delete BIGWCL.EXE and save some disk space.
  97.          If, on the other hand, you prefer the big window of BIGWCL.EXE,
  98.          then you can safely delete both WCL.EXE and WCLDLL.EXE.
  99.  
  100.    **************
  101.    * Note also: *
  102.    **************
  103.          The initialization file WCL.INI contains a lot of settings which
  104.          will determine the attributes of the main windows of both WCL.EXE
  105.          and BIGWCL.EXE. I have designed the program to be highly
  106.          customizable by these settings.
  107.  
  108.          It is important that you read this file, as it contains a lot of
  109.          information/comments on particular settings. Feel free to
  110.          experiment with the settings. You can call up this file into the
  111.          Windows NOTEPAD by typing "CHG2" at the WCL prompt.
  112.  
  113.          For those who are a bit wary of making manual entries in INI
  114.          files, I have supplied a configuration program (WCLCFG.EXE).
  115.          Most of the entries in WCL.INI can be set from this program.
  116.  
  117.  
  118.          It is also important to read HISTORY.TXT to see full details of
  119.          the new features that have been implemented. This is essential
  120.          even if you are a new user, since the information in the file
  121.          can also serve as a feature summary.
  122.  
  123.  
  124. Setting up WCL
  125. --------------
  126. There are two methods of installing WCL;
  127.  
  128.   1. You may install WCL by simply copying the "essential files"
  129.      listed above onto your hard disk, preferably into a separate
  130.      directory. If you use this method, then you need to create
  131.      Program Manager items for WCL.EXE and BIGWCL.EXE.
  132.  
  133.      You may need to add the WCL directory to the "path" statement
  134.      in your AUTOEXEC.BAT file, or alternatively, to move BWCC.DLL
  135.      into a directory that is in the "path" statement.
  136.  
  137.  2. You may run the optional installation program (INSTALL.EXE).
  138.     What this installation program does is;
  139.        [a] install the "essential files" into a directory specified
  140.            by you
  141.        [b] optionally that directory to the "path" statement in your
  142.            AUTOEXEC.BAT file. This may be needed to allow Windows
  143.            to locate the library file BWCC.DLL
  144.        [c] optionally create a Program Manager group for WCL and
  145.            Program Manager items for WCL.EXE and BIGWCL.EXE
  146.  
  147.     To run the installation program, take the following steps;
  148.        1. Select "File, Run" from within Program Manager, and type
  149.           "A:INSTALL" (if your installation diskette is in floppy drive
  150.           "A:" If you are installing from another drive/directory, then
  151.            substitute it for the "A:")
  152.  
  153.       2.   When the installation program loads, click on the check
  154.            box titled "Click here to create Program Manager Item",
  155.            if you want the installation program to create a Program
  156.            Manager Group/Item for WCL. If you want to do this manually,
  157.            then you can leave the check box unselected.
  158.  
  159.       3.   To start the installation, click on the button labelled
  160.            "Start Install". When you do this, you will be presented
  161.            with a dialog box which indicates the directory that you
  162.            are installing FROM (source directory), and the default
  163.            target directory (i.e., the directory that you want to install
  164.            the program to). You can edit the TARGET directory if you do
  165.            not like the default.
  166.  
  167.       4.   When satisfied with the source and target directories,
  168.            click on the button labelled "Install Now". If you want
  169.            to go back to the beginning, click on the button labelled
  170.            "Abort".
  171.  
  172.  
  173.       When the installation is finished, the install program will
  174.       volunteer to add the new program path to the "PATH" statement
  175.       in your AUTOEXEC.BAT. You will be invited to confirm or skip
  176.       this process.
  177.  
  178.  
  179. If you want WCL to load each time you start Windows, you can put
  180. "WCL.EXE" on the "run=" or "load=" lines in your WIN.INI file,
  181. or put it in your STARTUP group.
  182.  
  183.  
  184.  ------------
  185.  REGISTRATION
  186.  ------------
  187.  This program is published under the SHAREWARE principle. This means that
  188.  users are entitled to use it for an evaluation period of 30 days. If you
  189.  wish to continue using it after this evaluation period, you are requested
  190.  to please REGISTER your copy, or DELETE the program from your disks.
  191.  
  192.  Please look in REGISTER.TXT or in the on-line help for details of my
  193.  world wide REGISTRATION SITES (you will probably find one that is local
  194.  to you). PLEASE PRINT OUT ORDER.FRM, or the REGISTRATION FORM in the
  195.  on-line help.
  196.  
  197. *******************
  198.  REGISTRATION FEE:
  199. *******************
  200.  
  201.    STANDARD REGISTRATION
  202.    ---------------------
  203.    ú18.00    (U.K. STERLING)
  204.    $26.00    (U.S.)
  205.    $30.00    (Canadian): British Columbia residents should add 7% Sales Tax
  206.    $40.00    (Australian)
  207.    Kr170.00  (Danish)
  208.  
  209.    On payment of this fee, you will receive a serial number, and a
  210.    registration code which you will use to convert your copy into a
  211.    registered version, and which you can also use to FREELY register
  212.    subsequent shareware releases, until the next MAJOR release.
  213.  
  214.    OPTIONAL EXTRA
  215.    --------------
  216.    If you would prefer to be sent the most current version of WCL
  217.    (instead of just a serial number and code), this can be done -
  218.    but you will need to pay an extra fee of ú3.00 (or $4.50 (U.S.).
  219.    With this optional extra you still get a serial number and a
  220.    registration code which you can use as described above.
  221.  
  222.    PLUS: ú3 for handling and shipping (not applicable in cases of
  223.    transimssion by UUencoded e-mail)
  224.  
  225.  
  226.    Registration provides the following benefits:
  227.    ---------------------------------------------
  228.  
  229.    1. When you register your copy of WCL, you will be sent a SERIAL
  230.       NUMBER and a code which you will apply to your copy to convert
  231.       it into a registered version. This will;
  232.  
  233.       [a] remove all registration reminders - no more conscience-pricking
  234.           nagging messages!
  235.  
  236.       [b] register your copy of WCL to you - you will become an officially
  237.           registered user of WCL, and your registration details will be
  238.           written into the executables.
  239.  
  240.       [c] enable you to freely register all subsequent releases up
  241.           to the next major upgrade, without reference to me, and WITHOUT
  242.           ANY CHARGE (minor upgrades are numbered in .01 increments, while
  243.           major upgrades are number in .10 increments: MAJOR upgrades
  244.           require a 50% upgrade fee).
  245.  
  246.       [d] Basically, you should feel free to obtain and apply the code to
  247.           all subsequent shareware releases, until the registration code
  248.           which you will receive stops working. That will be the signal
  249.           that you now need to pay the upgrade fee.
  250.  
  251.       [e] when you type "VER", you will see your SERIAL NUMBER, and
  252.           your NAME (as the registeree) - this is the information that
  253.           you must use to register subsequent releases.
  254.  
  255.    2. Support for the program
  256.    3. A clear conscience
  257.    4. The satisfaction of being an honest person
  258.  
  259.    AND,
  260.  
  261.    IF YOU REGISTER WITH THE OPTIONAL EXTRA;
  262.    ----------------------------------------
  263.     1. If requested, a wordprocessed copy of the on-line help in Windows
  264.        WRITE format. Note that this file is NOT well formatted.
  265.        It is just a direct dump of the WCL.HLP help file into a format that
  266.        can be read by AmiPro or Windows WRITE.
  267.  
  268.     2. Complimentary copies of some of my Windows utilities, namely;
  269.  
  270.         [a] EXITWIN.EXE (click on the icon of this program, and you
  271.                          quit Windows - no fuss, no warnings, no
  272.                          questions)
  273.         [b] RUNWIN.EXE  (click on the icon of this program, and Windows
  274.                          is shut down and restarted again - useful for
  275.                          those occasions when you need to reboot Windows,
  276.                          e.g. you have just installed a new device driver,
  277.                          or something has corruped Windows, and you want
  278.                          to restart it).
  279.  
  280.  *****
  281.  NOTE:
  282.  *****
  283.  Please note that there is NO printed manual. What I can provide in
  284.  lieu of this is the on-line help (WCL.HLP) in a wordprocessor file
  285.  format, for those who take the OPTIONAL EXTRA registration, and
  286.  request it (see above).
  287.  
  288.  
  289.        Please send payment to:
  290.  
  291.                 Dr. A. Olowofoyeku
  292.                 268 Horwood,
  293.                 Newcastle,
  294.                 Staffs ST5 5BG
  295.                 ENGLAND.
  296.  
  297.                 Internet:
  298.                    laa12@keele.ac.uk
  299.                    chief@mep.com
  300.  
  301.         OR
  302.         to your local REGISTRATION SITE
  303.  
  304.  
  305. ************************************************************************
  306. NOTE:
  307. WCL has an UNZIP command, which is based on freeware Borland Pascal
  308. source code produced by the internet group INFO-ZIP. The Pascal source
  309. is freely distributable, and any user of WCL can obtain a copy from me,
  310. on payment of 5 Pounds Sterling (Note: U.K. funds ONLY) to cover the
  311. costs of copying, shipping, and handling. Note that the source code
  312. itself is FREE.
  313.  
  314. ************************************************************************
  315.