home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR9 / W_ONE35.ZIP / WIN_ONE.TXT < prev    next >
Text File  |  1993-07-16  |  14KB  |  342 lines

  1.  
  2.                 W i n O n e    
  3.                 ===========
  4.  
  5.         Command Language Interpreter for Windows 3.1
  6.  
  7. History of Features
  8. -------------------
  9.             
  10. WinOne v1.02 includes the following :-        (First Release)
  11.  
  12.     1. Colour and ANSI graphics.
  13.     2. Support for Archive files (.ZIP .LZH .ARC).
  14.     3. Supports file extension associations.
  15.     4. Number of extra commands (eg. WHERE etc).
  16.     5. Extra wildcards support for all commands
  17.        (eg. *y.* etc.).
  18.  
  19. WinOne v1.03 includes the following :- 
  20.  
  21.     1. New commands (eg DUMP, ACS etc).
  22.     2. Command line macros using the MACRO command.
  23.     3. File extension associations can now be deleted
  24.        at the command line.
  25.     4. The full IBM character set, including all the 
  26.        graphics characters.
  27.     5. Support for .ARJ archive files. Command ARCH
  28.        will display the files inside most popular 
  29.        archive files.
  30.     6. Easier to see colours.
  31.  
  32. WinOne v1.04 includes the following :-
  33.  
  34.     1. Improved command line.
  35.     2. Saving of the history buffer.
  36.     3. improved EXIT command.
  37.     4. New command TREE.
  38.  
  39. WinOne v1.05 includes the following :-
  40.  
  41.     1. Sub-directory processing for many commands, 
  42.        including RMDIR and DEL. This allows for smart deletion
  43.        of sub-directories and files in sub-directories.
  44.     2. Many new commands (eg. VOL, DATE, TIME, ...).
  45.     3. Improved file handling. In previous versions of WinOne I 
  46.        assumed that directories could not have an extension. As a 
  47.        result, filenames that did not include a dot, were assumed to 
  48.        be directories. Since this is not the case, WinOne now makes
  49.        no such assumption.
  50.     4. User definable Buttons introduced. There are now 5 user 
  51.        definable buttons that can be used to run programs. There are 
  52.        also an addition 3 system buttons that can not be altered 
  53.        (ie. EXIT, DOS SHELL and HELP). The images for buttons are
  54.        non-moving, except for the eyes button image, which tracks 
  55.        the cursor when the cursor is moved inside the window.
  56.  
  57. WinOne v1.06 includes the following :-
  58.  
  59.     1. A vertical scroll bar, that can display the last 7 screens, given
  60.        a screen size of 80 x 24. This scroll bar is also real time. 
  61.        That is, when the thumb position is moved the screen is updated
  62.        immediately.
  63.     2. Variable font sizes. The system menu contains the "Fonts..." option,
  64.        which will allow different font sizes to be choosen. When using 
  65.        windows 3.0 there are only 4 different font sizes, and under
  66.        windows 3.1 there are 10 different font sizes.
  67.     3. Lock now uses SPX library's, thus allowing 24 different screens to
  68.        be displayed when using Lock. The system menu contains the 
  69.        "Lock Setup..." option that will allow the user to select and config
  70.        the different screens. The SPX library's are free public domain 
  71.        software, which are originally written for Screen Peace, which is 
  72.        in itself an excellent screen saver.
  73.     4. Built in Screen Saver.
  74.     5. The BUTTON command has been remove and now all functions (i.e list, 
  75.        edit, insert and delete) dealing with buttons are conducted via 
  76.        the system menu. This greatly simplifies the manipulation of 
  77.        buttons.
  78.     6. New Button images. There are now 43 button images that can be 
  79.        displayed inside a button. The order that WinOne stores these
  80.        images is different from version 1.05. This means that users will
  81.        have to edit their buttons.
  82.     7. The tab key is now part of the command line edit keys. The tab key 
  83.        will expand partial paths or filename entered on the command line.
  84.  
  85. WinOne v1.07 and v1.08 includes the following:-    (Not Released)
  86.  
  87.     1. System Configuration edit. Allows easy editing of AUTOEXEC.BAT, 
  88.        CONFIG.SYS and all .INI files in the windows directory. The system 
  89.        menu contains the "System" option.
  90.     2. Auto-Raise for partially hidden windows.  
  91.     3. The mouse can now be used with the SPX modules.
  92.     4. Program Manager access using the GROUP command. This command can
  93.        insert program files into Program Manager groups. 
  94.     5. Command TASKS now accepts string arguments.
  95.  
  96. WinOne v1.09 includes the following:-        (Not Released)
  97.  
  98.     1. Improved TAB expansion for incomplete path and file names, which
  99.        includes command and macro names. Also CTRL + TAB displays a 
  100.        list of all names that complete the incomplete name being typed 
  101.        at the WinOne prompt.
  102.     2. New DISK command, displays the number of bytes used for all 
  103.        sub-directories.
  104.     3. New Status Bar, displays the time, free bytes in the windows 
  105.        global heap and a percentage done indicator for commands.
  106.     4. WinOne is now more multi-tasking, by checking for unprocessed 
  107.        messages more often.
  108.  
  109. Major Version 2.1                (Not Released)
  110. -----------------
  111.  
  112.     1. The size of the WinOne executable program has been reduced.
  113.     2. Previous versions of WinOne had limits set on the number of 
  114.        files per directory and the number of directories that 
  115.        commands would operate on. Now WinOne handles any number 
  116.        of files per directory and any number of directories, so 
  117.        long as there is enough memory avaliable.
  118.     3. WinOne now supports batch files, that will, when executed, be
  119.        displayed in the main WinOne Window. All standard batch 
  120.        commands (eg. IF, FOR, GOTO, CALL, ECHO, PAUSE, REM, SHIFT) 
  121.        are supported, along with replaceable parameters %0 to %9 and
  122.        environment variables.
  123.     4. Many useful enhanced batch commands have also been included. 
  124.     5. Registered user can still use there old registration numbers
  125.        with all 2.x versions of WinOne.
  126.  
  127. WinOne v2.2 includes the following:-        (Not Released)
  128.  
  129.     1. WinOne is now compiled for windows 3.1 only.
  130.     2. Improved execution for DOS programs. See DOS Command Execution 
  131.        and Precedence in the main help file for more information.
  132.  
  133. WinOne v2.3 includes the following:-        (Not Released)
  134.  
  135.     1. WinOne allows multiple commands to be entered on a single 
  136.        command line.
  137.     2. WinOne supports standard input and output redirection, for both
  138.        internal WinOne commands and DOS programs and commands.
  139.     3. Improved DEL command. Delete is now very fast when deleting all 
  140.        files in a directory or sub-directories. That is :-
  141.             
  142.             DEL *.*
  143.             DEL *.* /s
  144.             DEL directory_name
  145.             DEL directory_name /s
  146.  
  147.     4. New LABEL command to set volume labels.    
  148.     5. Command REN can be used to rename directories.
  149.     6. A new MONO mode has been added to the command COLOUR.
  150.  
  151. WinOne v2.4 includes the following:-        (Not Released)
  152.  
  153.     1. Status bar will not disappear when the main WinOne window is 
  154.        minimised.
  155.     2. Buttons selection has been inproved.
  156.     3. WinOne now uses a small dynamic link library to catch all 
  157.        keyboard input and any mouse activity. This imporves the 
  158.        functionability and speed of Auto Window Raise.
  159.  
  160. WinOne v2.5 includes the following:-
  161.  
  162.     1. Command GROUP can be used to display all Progman groups and 
  163.        files within these groups.
  164.     2. File descriptions of up to 40 characters. File Discriptions
  165.        can be modifyed using the DESCRIBE command. See the help
  166.        file for more information.
  167.  
  168. WinOne v2.6 includes the following:-        (Not Released)
  169.  
  170.     1. There are now up to seven user definable buttons. This 
  171.        depends on the size of the desktop window.
  172.     2. The screen buffer can now store up to sixteen 80x24 screens.
  173.     3. New VIEWICON command that can be used for browsing through bulk
  174.        icon files (i.e. .ICO, .EXE, .DLL files).
  175.     4. GROUP command will now insert into progman group any file that
  176.        has a file extension association.
  177.  
  178. WinOne v2.7 includes the following:-        (Not Released)
  179.  
  180.     1. Improved WHERE command, which now displays the file 
  181.        description, if one exists, for any file located.
  182.     2. Two new commands TOFILE and TODISK which copies floppy disks
  183.        in a single pass. Command TOFILE copies a floppy disk to a 
  184.        file, and command TODISK copies this file back to a floppy 
  185.        disk.
  186.  
  187. WinOne v2.8 and v2.9 includes the following:-    (Not Released)
  188.  
  189.     1. Bug fix which occasionally caused WinOne to crash.
  190.     2. Internal optimisations.
  191.  
  192. Major Version 3.1                (Not Released)
  193. -----------------
  194.  
  195.     1. Registered users will no longer be able to use there old 
  196.        registeration numbers. An update fee of $20 will be charged
  197.        for a new registeration number. See the file REGISTER.FRM.
  198.     2. New command FIND. Which will locate text strings inside files.
  199.     3. New command WALLPAPER, which sets or clears the desktop 
  200.        bitmap wallpaper.
  201.     4. Located two new SPX modules :-
  202.             
  203.         1. SPERM.SPX
  204.         2. SPINNER.SPX
  205.  
  206.     5. WinOne now supports Multiple File Extension Associations. See 
  207.        the help file for more information.
  208.     6. Accelerator keys can now be used with all dialog boxes. 
  209.  
  210. WinOne v3.2 includes the following:-
  211.  
  212.     1. WinOne now supports Copy and Paste to/from the clipboard. See
  213.        the main help file for more information.
  214.     2. There is now a maximum of seventeen user definable buttons 
  215.        that may be programmed.
  216.  
  217. WinOne v3.3 includes the following:-        (Not Released)
  218.  
  219.     1. Bug Fixes :-
  220.  
  221.         1. Trying to exit before the screen has finished 
  222.            redrawing.
  223.         2. Clipboard drawing problems.
  224.         3. Last 4 button images missing.
  225.         4. Some minor bugs.
  226.  
  227.     2. Importing and Exporting button images. See the main WinOne 
  228.        help file for more infomation.
  229.     3. Added a browse button to the Change Group Icon dialog box. 
  230.     4. New verbose mode for command ARCH, which will display the
  231.        original size, compressed size, percentage, date and time 
  232.        for files inside an archive.
  233.  
  234. WinOne v3.4 includes the following:-
  235.  
  236.     1. Support for external commands that execute inside the
  237.        main WinOne window. These commands are true windows
  238.        programs that use a simplified DDE protocal to 
  239.        communicate with WinOne. The library needed to write these
  240.        commands has been distributed to registered users, and
  241.        will be made available to non-registered users shortly.
  242.     2. New external command SPLIT, which splits a file into two 
  243.        parts.
  244.     3. New external command TOUCH, which touches the date and time
  245.        for specified files.
  246.     4. Command TODISK no longer formats disks. See Command TOFILE 
  247.        and TODISK in the main help file for more information.
  248.  
  249. WinOne v3.5 includes the following:-
  250.  
  251.     1. New external command DECOMP, which decompresses UNIX 
  252.        compressed files.
  253.     2. New external command DETAR, which detars UNIX tar files.
  254.     3. New external command FUNC, which allows Windows API 
  255.        functions to be called at run time.
  256.     4. Moved the separate help files for external commands into 
  257.        the main WinOne help file. This allows help to be 
  258.        displayed using the HELP command, from the WinOne prompt.
  259.        For example, to get help for the external command DECOMP,
  260.        enter at the WinOne prompt :-
  261.  
  262.             HELP DECOMP
  263.  
  264.     5. New Status Bar option, that will keep the Status Bar in 
  265.        front of all other windows.
  266.     6. New command CMP, which compares the contents of two files,
  267.        byte by byte and displays the differences between them.
  268.  
  269. Note
  270. ----
  271.  
  272. I Know, I Know, I wasn't going to release new versions after v3.2, but 
  273. I have changed my mind (partly due to requests), so I will keep on 
  274. releasing updated versions of WinOne from now on. Enjoy :-)
  275.  
  276. Not Released Versions
  277. ---------------------
  278.  
  279. Versions of WinOne marked as Not Released are offered to registered users 
  280. only. 
  281.  
  282. System Requirements
  283. -------------------
  284.  
  285. This program requires Windows 3.1 and DOS 5.0 or higher and needs about 720K 
  286. of RAM (i.e. memory) to operate.
  287.  
  288. WinOne performs best in Protected Mode or 386 Enhanced Mode.
  289.  
  290. Installation
  291. ------------
  292.  
  293. To install WinOne from a DOS prompt, type the following :-
  294.  
  295.     WIN INSTALL
  296.  
  297. INSTALL will only create one directory (no sub-directories) and copy all the 
  298. relevent files into this directory, then a program manager group is created 
  299. and the WinOne icon is placed inside.
  300.  
  301. To uninstall WinOne, simply delete all the files in the directory in which 
  302. WinOne was installed, and delete the group that the WinOne icon was placed in.
  303.  
  304. More Help
  305. ---------
  306.  
  307. WinOne includes a comprehensive help file, that can only be displayed while 
  308. WinOne is running. Simply use the mouse and click on the GREEN question mark
  309. button. This help file contains all the information needed to describe all
  310. the WinOne commands and all the features (including pictures) described in 
  311. the History of Features above.
  312.  
  313. This help file has taken a considerable amount of time to put together, so 
  314. please read it, after WinOne has been installed.
  315.  
  316. Contents of archive
  317. -------------------
  318.  
  319. This archive contains the following files :-
  320.  
  321.     1. WIN_ONE.EXE  - Main executable
  322.     2. WOLIB.DLL    - WinOne library file
  323.     3. WOEXT.EXE    - WinOne multiple file extension associations
  324.     4. WIN_ONE.HLP  - WinOne help file
  325.     5. REGISTER.FRM - Registration form
  326.     6. WIN_ONE.TXT  - This file
  327.     7. INSTALL.EXE  - Installation program
  328.     8. APPSETUP.INF - Used by INSTALL.EXE
  329.     9. *.SPX        - Screen Saver and Terminal Lock DLL's
  330.        10. DESCRIPT.ION - WinOne file descriptions
  331.  
  332.        11. SPLIT.EXE    - External command SPLIT
  333.        12. TOUCH.EXE    - External command TOUCH
  334.        13. CMP.EXE    - External command CMP
  335.        14. DETAR.EXE    - External command DETAR
  336.        15. DECOMP.EXE    - External command DECOMP
  337.        16. FUNC.EXE    - External command FUNC
  338.  
  339.        17. ARRANGE.BAT    - Batch command ARRANGE
  340.        18. CASCADE.BAT    - Batch command CASCADE
  341.        19. TILE.BAT    - Batch command TILE
  342.