home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / lcmd.txt < prev    next >
Text File  |  2000-04-08  |  11KB  |  249 lines

  1. /*
  2.  *      File: lcmd.txt
  3.  *   Created: September 07, 1998.
  4.  *        By: Leif-Erik Larsen
  5.  *   Updated: March 22, 2000.
  6.  */
  7.  
  8.  
  9.  About The Larsen Commander, version 1.1
  10.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11.  Larsen Commander is a powerful GUI File Manager and Command Processor that 
  12.  has a look and feel like the classic Norton Commander. The most notable 
  13.  difference is that the Larsen Commander is pure GUI. Still it has a built 
  14.  in command line and a scrollable console monitor.
  15.  
  16.  Larsen Commander is shareware. In other words you can use it freely only
  17.  for a limited period of time which is suggested not to exceed three
  18.  months. If you use Larsen Commander regularly for a longer period then
  19.  you should really consider registering the product so that further
  20.  development of it can take place.
  21.  
  22.  You can freely distribute Larsen Commander as long as you don't change it
  23.  or sell it and as long as this readme file is contained in the distribution
  24.  together with the program.
  25.  
  26.  Larsen Commander requires OS/2 Warp 3 or higher. It is compiled for
  27.  usage on 80486 processors, or higher. It was developed and built using
  28.  IBM Visual Age C++ 3.65 and 4.01 for OS/2. Great parts of the 
  29.  Larsen Commander has been developed and tested on relative slow 
  30.  computers and therefore performs very well even on relatively 
  31.  weak machines.
  32.  
  33.  On power machines the Larsen Commander is flying...
  34.  
  35.  
  36.  Installation
  37.  ~~~~~~~~~~~~
  38.  To install the product you can follow these steps:
  39.  
  40.  1. Unzip the distribution archive file in the directory of where
  41.     you want to install the program.
  42.  
  43.  2. Run the script LCMDINST.CMD that is part of the distribution.
  44.     This will create a Larsen Commander folder on your desktop.
  45.  
  46.  This is all.
  47.  
  48.  
  49.  Upgrade from version 1.0
  50.  ~~~~~~~~~~~~~~~~~~~~~~~~
  51.  To upgrade from Larsen Commander version 1.0 to version 1.1 you can 
  52.  follow these steps:
  53.  
  54.  1. Backup all the 1.0 files, including the INI-file, in case you will
  55.     experience problems with version 1.1 and you will need to revert to 
  56.     it version 1.0 while waiting for a fix.
  57.  
  58.  2. Unzip the 1.1 distribution  archive in the same directory as of where 
  59.     Larsen Commander 1.0 is installed.
  60.  
  61.  3. Run Larsen Commander. You don't have to execute the LCMDINST.CMD script,
  62.     unless you want to recreate the Larsen Commander folder on your desktop.
  63.  
  64.  
  65.  Features
  66.  ~~~~~~~~
  67.  With Larsen Commander you can easily and safely perform all the traditional 
  68.  file management operations, such as file copy, -move, -rename, -delete, 
  69.  -edit and -view. In addition you have a large number of additional and 
  70.  powerful features. Here you have a brief list of just some of them: 
  71.  
  72.  * Nice, attractive and highly customizable look and feel.
  73.  * The program actually works very well, and it is quick too.
  74.  * Powerful and user friendly at the same time.
  75.  * Built in GUI Console and Command Line with History.
  76.  * Scrollable console monitor, with various search and navigation capabilities.
  77.  * Graphical bytes-per-second monitor in file Copy/Move progress window.
  78.  * Support for Drag & Drop operations to and from the OS/2 Workplace Shell.
  79.  * Optional fancy menues with icons.
  80.  * Built in command to show statistic summary of directory trees.
  81.  * Automatic filename shortening when copy file from HPFS to FAT, and the 
  82.    long filename is automatically restored when file is copied back to HPFS.
  83.  * Filename completion (ala 4OS2) when pressing CTRL+TAB.
  84.  * All commands are accessable by keyboard shortcuts.
  85.  * You can run multiple commands at once in the command line.
  86.  * Amazing multithreading capabilities: You don't have to wait for child 
  87.    programs to finish before you can continue using Larsen Commander.
  88.  * Easy creation of Program and Shadow Objects on Desktop.
  89.  * Smart dynamic filename search by pressing ALT+letter.
  90.  * Directory Cache with smart CD command.
  91.  * Command aliases.
  92.  * User customizable shortcut keys.
  93.  * Built on optimized C++ library that ensures low memory usage and high speed.
  94.  * File Columns are no wider than the widest item of the respective Column.
  95.  * Clone current program instance with all the current state and settings.
  96.  * Built in command line commands: ALIAS, CD, CLS, EXIT, FINDDUP, HELP, HIST, 
  97.    INFO, POPD, PUSHD, REP, SET, TAG, UNTAG, WHICH, +++
  98.  * All built in commands takes the well known "/?" and "-?" arguments.
  99.  * Human editable resource file for language dependent texts and GUI resources.
  100.  * Platform independent human editable INI-file.
  101.  * User customizable toolbar.
  102.  * User customizable menues.
  103.  * Smart Program Launching.
  104.  * Snappy bubble help with dynamic keyboard shortcut mnemonics.
  105.  * Use specific INI-file with command line argument "-iniFile".
  106.  * All scrollbars are 32 bits so scrolling huge lists are supported.
  107.  * The .LONGNAME EA is automatically removed when renaming a file.
  108.  * Preserves the Command and Directory History between sessions.
  109.  * All built in commands can be disabled on a per-command basis.
  110.  * User menu for easy launching of frequently used programs.
  111.  * You can SET environment variables directly in the shell, and they will 
  112.    automatically be inherited by programs that you start from the command 
  113.    line of Larsen Commander.
  114.  * Full support for volumes larger than 4GB.
  115.  * Built in Extended Attribute Viewer.
  116.  * User customizable icon resources.
  117.  * Extended selection-, filter- and sorting- capabilities.
  118.  * Full support for long filenames.
  119.  
  120.  
  121.  Some of the additional features that are soon to be added
  122.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123.  * Built in text file editor and viewer.
  124.  * Support for ZIP-files and other archive formats (ARJ, LZH, ZOO, JAR).
  125.  * File undelete, using OS/2's DELDIR facility.
  126.  * Association editor.
  127.  * Tree view mode.
  128.  * Windows 95/98/NT/2000 version.
  129.  
  130.  
  131.  How to register Larsen Commander
  132.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133.  You can register Larsen Commander online at the following sites:
  134.  
  135.  BMT Micro, USA:                   http://www.bmtmicro.com
  136.  BTSoftware BV, The Netherlands:   http://www.btsoftware.com
  137.  Mensys BV, The Netherlands:       http://www.mensys.nl
  138.  Berggreen Service, Denmark:       http://www.berggreen.dk
  139.  
  140.  For more information, see the Larsen Commander registration page at
  141.  
  142.      http://home.sol.no/~leilarse/lcmd/register.html
  143.  
  144.  The register fee for Larsen Commander version 1.1 is $39 US.
  145.  This includes a free upgrade to all new versions up to, but not including 
  146.  version 2.0.
  147.  
  148.  
  149.  Larsen Commander mailing list
  150.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  151.  You can join the Larsen Commander mailing list simply by sending a message
  152.  to "majordomo@bmtmicro.com" and put "subscribe lc-list XXX" in the body of 
  153.  the message, where XXX is your Internet mail address. To get off, just 
  154.  replace "subscribe" with "unsubscribe". To post a message to the list, 
  155.  use the e-mail address "lc-list@bmtmicro.com".
  156.  
  157.  
  158.  Additional Information
  159.  ~~~~~~~~~~~~~~~~~~~~~~
  160.  1. Please read the Frequently Asked Questions (FAQ) file LCMDFAQ.HTM for
  161.     more information before starting to use the Larsen Commander program
  162.     on your system.
  163.  
  164.  
  165.  Known bugs and problems
  166.  ~~~~~~~~~~~~~~~~~~~~~~~
  167.  1. Some programs uses the VIO subset of OS/2 in such a way that they can not
  168.     be run as a child process in the console monitor of Larsen Commander.
  169.     You can execute such programs by pressing ALT+ENTER rather than just
  170.     ENTER. This will ensure that the program is run in a new session,
  171.     completely independent from Larsen Commander.
  172.  
  173.     This is a common and well known problem not only to Larsen Commander
  174.     but also to other GUI shells, such as Take Command/2 and the SHELL
  175.     facility of the OS/2 EPM Editor.
  176.  
  177.     Anyway, you can always press CTRL+C to break the current child program
  178.     should it operate in an unaccessible way.
  179.  
  180.     To make Larsen Commander automatically run the program in a new session,
  181.     regardless if you execute it with ALT+ENTER or just ENTER, just add
  182.     the program name to the list of TTY-apps in the options
  183.     dialog (Options->Jump To->Commands->TTY-Apps).
  184.  
  185.  2. Some of the menu commands in Larsen Commander depends on external
  186.     programs on your system. For instance, when you choose to edit a text
  187.     file from within Larsen Commander, by default the OS/2 standard text
  188.     editor program E.EXE will be launched. However, you can easily choose
  189.     another program module if you like (probably you will). Just open the
  190.     options menu and select "Programs...". Then, just type in the desired 
  191.     program module name and parameter list of each program category.
  192.  
  193.     A few of the default programs are shareware programs that you might
  194.     not have installed on you system. For instance, when you choose the
  195.     menu command for comparing the content of two text files, Larsen Commander
  196.     will (by default) try to launch the PM-Diff shareware program.
  197.  
  198.     I am working on internal versions of some of those menu commands.
  199.     Stay tuned!
  200.  
  201.  
  202.  Contackting the author
  203.  ~~~~~~~~~~~~~~~~~~~~~~
  204.  Direct E-mail.....: leifel@online.no
  205.  Homepage..........: http://home.sol.no/~leilarse/index.html
  206.  Phone, private....: +47 64873223
  207.  Phone, work.......: +47 22801544
  208.  Snail mail........: Leif-Erik Larsen
  209.                      Asenvegen 32b
  210.                      1400 Ski
  211.                      Norway
  212.  
  213.  
  214.  Getting the latest version
  215.  ~~~~~~~~~~~~~~~~~~~~~~~~~~
  216.  You can always find the latest version of Larsen Commander at the
  217.  Larsen Commander Home Page at
  218.  
  219.      http://home.sol.no/~leilarse/lcmd/index.html
  220.  
  221.  I will always upload the latest public updates of Larsen Commander to
  222.  that URL first. Then I will upload it to some various other sites in
  223.  addition.
  224.  
  225.  
  226.  Warranty
  227.  ~~~~~~~~
  228.  Use of this software for any purpose whatsoever constitutes your
  229.  unqualified acceptance of the following statements.
  230.  
  231.  The author makes no warranty or representation that the software will
  232.  be error free. The author disclaims any warranties, either express or
  233.  implied, including but not limited to any implied warranty of
  234.  merchantability or fitness for any particular purpose.
  235.  
  236.  The user agrees to take full responsibility for the selection of and any
  237.  use whatsoever made of the software.
  238.  
  239.  IN NO EVENT WILL THE AUTHOR BE LIABLE FOR ANY DAMAGES WHATSOEVER
  240.  (INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF BUSINESS PROFITS,
  241.  BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION OR THE LIKE) ARISING
  242.  OUT OF THE USE OF, INTERRUPTION IN THE USE OF, OR INABILITY TO USE THIS
  243.  SOFTWARE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF ANY POSSIBILITY OR
  244.  LIKELIHOOD OF SUCH DAMAGES.
  245.  
  246.  
  247.  Have fun!
  248.  
  249.