home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / utility / wincmd78 / history.txt < prev    next >
Text File  |  1995-12-09  |  4KB  |  93 lines

  1.  
  2.                           HISTORY FILE FOR WCL
  3.                           --------------------
  4. Version 7.80 (February 1995)
  5. -----------------------------
  6. This is mainly a maintenance release which consolidates all the
  7. recent versions and all the bug fixes. It also contains a number
  8. of internal enhancements, and users should notice better performance
  9. generally. There are also some new features;
  10.  
  11. 1. The COPYTREE and DELTREE functions have been rewritten and are
  12.    now much faster.
  13.  
  14. 2. New feature: WCL can now be used to run Windows programs from an
  15.    MS-DOS command prompt. When in a DOS window, typing "WCL" before any
  16.    command will cause the running Windows version of WCL to run that
  17.    command. Any command recognised by WCL can thus be run from a DOS
  18.    prompt.
  19.  
  20.     e.g.   WCL WRITE
  21.  
  22.     * when typed from a DOS window, this will run Windows WRITE.
  23.  
  24.    This feature requires 2 things;
  25.  
  26.       a. the DOS server must be enabled in WCL.INI
  27.       b. the TEMP environment variable in AUTOEXEC.BAT must point to
  28.          a valid directory.
  29.  
  30. 3. New command "LESS". This command is a more "Windows" version of "TYPE"
  31.    or "MORE". LESS allows you to view text files in a dialog window,
  32.    from which you can copy to the clipboard. The only restriction is
  33.    that the file being viewed cannot be larger than 50kb.
  34.  
  35. 4. New INI entry "ENABLE-DOS-SERVER". This turns on support for using
  36.    WCL to run Windows programs from an "MS-DOS prompt".
  37.  
  38.  
  39. Version 7.70b (December 1994)
  40. -----------------------------
  41. 1. A number of bugs have been fixed;
  42.    [a] not running the AUTOEXEC.CBF file
  43.    [b] not running commands in the STARTUP lines in WCL.INI
  44.    [c] not expanding the WINDIR reserved word properly
  45.    [d] not running the FOREACH command properly
  46.    [e] sometimes not changing to the directory of the program being
  47.        executed, even if "DO=0" in WCL.INI
  48.  
  49. 2. New commands:
  50.  
  51.    [a] UNLOADLIB - this unloads "orphan" DLLs from memory (i.e., DLLs
  52.        which you KNOW shouldn't be in memory because all the programs
  53.        using them have been closed, but which are still in memory).
  54.        It should only be used by programmers or others who know what
  55.        they are doing. If the DLL you are trying to unload is still
  56.        being used by another running program, you are CERTAIN to get
  57.        a GPF. You have been warned!
  58.  
  59.        Syntax = UNLOADLIB <FILE.DLL>
  60.        Example: UNLOADLIB CTL3D.DLL
  61.  
  62.    [b] TEXT2COM - this converts a text (ascii) file into a self
  63.        displaying executable file. You can give the converted file
  64.        an extension of .EXE or .COM (although it is actually a .COM
  65.        file). Because it is a .COM file, the ascii file you are
  66.        trying to convert cannot be larger than 64000 bytes.
  67.  
  68.        When the executable file is run, it will ask whether you want
  69.        output to the (S)creen or to the (P)rinter. If you output to
  70.        the screen,, there will be a pause for a key press after each
  71.        screen is displayed.
  72.  
  73.        Syntax = TEXT2COM <ascii file> <file[.exe][.com]>
  74.        Example: TEXT2COM help.asc help.exe
  75.        Example: TEXT2COM help.asc help.com
  76.  
  77.  
  78. Version 7.70a (November 1994)
  79. -----------------------------
  80. This is a maintenance release that only introduces a new version of the
  81. dynamic link library file GENDLL1.DLL.
  82.  
  83.  
  84. [Details of early versions have been chopped out of here]
  85.  
  86.  
  87. (c) 1995, Dr. A. Olowofoyeku
  88.  
  89.     E-mail:
  90.       laa12@keele.ac.uk
  91.       chief@mep.com
  92.  
  93.