home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / zkuste / Svet_OS2 / LCMD0981 / LCMD0981.ZIP / lcmdfaq.txt < prev    next >
Text File  |  1999-07-28  |  7KB  |  144 lines

  1. /*
  2.  *       File: lcmdfaq.txt
  3.  *             FREQUENTLY ASKED QUESTIONS ABOUT LARSEN COMMANDER.
  4.  *    Created: September 06, 1998.
  5.  *         By: Leif-Erik Larsen
  6.  *    Updated: July 14, 1999.
  7.  */
  8.  
  9.  
  10.  
  11. Frequently Asked Questions
  12. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  13.  
  14. Q:  What is Larsen Commander?
  15. A:  Larsen Commander is a File Manager program which is intended to almost
  16.     clone the grand old classic Norton Commander, but in a GUI environment.
  17.     In addition, Larsen Commander can do a lot of things that Norton Commander
  18.     was never able to do at all.
  19.  
  20. Q:  Is it free?
  21. A:  No. Larsen Commander is shareware. You have to register it if you use it
  22.     periodically for more than two or three months.
  23.  
  24. Q:  How can I register it?
  25. A:  There is no way to register Larsen Commander until it reaches version 1.0.
  26.     In the mean time you can freely use the temporary freeware beta releases.
  27.  
  28. Q:  What does it cost?
  29. A:  Not decided yet.
  30.  
  31. Q:  Will the registration fee include all future upgrades?
  32. A:  No. If you register version 1.0 you will need to update the
  33.     reregistration to get version 2.0. You will, however, get free access
  34.     to all upgrades up to and including version 1.99 of Larsen Commander.
  35.  
  36. Q:  Where can I get the latest version?
  37. A:  I will always upload the latest version of Larsen Commander first to the
  38.     Larsen Commander Homepage at "http://home.sol.no/~leilarse/lcmd/index.html"
  39.     before anywhere else.
  40.  
  41. Q:  How can I report bugs, ideas, suggestions and comments about
  42.     Larsen Commander?
  43. A1: Join the Larsen Commander mailing list and post your bug reports,
  44.     questions and requests there.
  45. A2: Send mail to me at "leifel@online.no", or visit the Larsen Commander
  46.     homepage at "http://home.sol.no/~leilarse/lcmd/index.html".
  47.  
  48. Q:  How can I join the Larsen Commander mailing list?
  49. A:  Just send a message to "majordomo@bmtmicro.com" and put
  50.     "subscribe lc-list yourid@your.domain" in the body of the message, using
  51.     your own email adress of course. To get off, just replace "subscribe"
  52.     with "unsubscribe". To post a message to the list, use the e-mail
  53.     address: "lc-list@bmtmicro.com".
  54.  
  55. Q:  For which systems does Larsen Commander exist?
  56. A:  At the time being, IBM OS/2 Warp only.
  57.  
  58. Q:  Does it run on Warp 3?
  59. A:  Yes, starting with version 0.97, Larsen Commander runs well on all
  60.     version of OS/2 Warp version 3.0 and newer.
  61.  
  62. Q:  Which utilities was used to develop Larsen Commander?
  63. A:  Among others, Borland C++ 2.0 for OS/2 and IBM Visual Age C++ 3.0 for OS/2.
  64.     The executable that follows the distribution is compiled with IBM Visual
  65.     Age C++ 3.0 for OS/2. IBM Visual Age C++ 3.0 for OS/2 has an uncomparable
  66.     better memory management library than Borland C++ 2.0 for OS/2, but
  67.     produces an executable module that is somewhat larger (just a few
  68.     kilobytes, though). The GNU (R)evision (C)ontrol (S)ystem is being used
  69.     to keep track of the versions and changes on the source files.
  70.  
  71. Q:  How many lines of code are there?
  72. A:  The current version of Larsen Commander consist of approximately
  73.     55000 lines of C++ code.
  74.  
  75. Q:  Why didn't you write it in Java?
  76. A:  The Java environment and language is a very nice way of computing, but
  77.     not for programs like Larsen Commander. At least not at the time being.
  78.  
  79. Q:  Is it a limit on how many files Larsen Commander can show in a single
  80.     directory?
  81. A:  No. Larsen Commander uses dynamic arrays with no limits to manage
  82.     its internal tables of file items and other data structures.
  83.  
  84. Q:  If I type HELP at the prompt, I always get LCMD's help.
  85.     How can I pass the HELP command to the system shell?
  86. A1: Just type HELP.CMD. This forces LCMD to look for the external program
  87.     which filename is HELP.CMD.
  88. A2: In the options dialog, activate the COMMANDS page and disable the HELP
  89.     internal command of Larsen Commander.
  90.  
  91. Q:  Does the current release contain any expiration date?
  92. A:  Yes. Larsen Commander release 0.98 will expire on November 1, 1999.
  93.     After all, it is a beta release that I will prevent from any long term
  94.     survival. Just in case of any unknown dangerous bugs.
  95.  
  96. Q:  Do you plan to add FTP support to Larsen Commander?
  97. A:  Yes, but probably not in version 1.0.
  98.  
  99. Q:  Is Larsen Commander aware of DESCRIPT.ION files made by 4DOS/4OS2?
  100. A:  No, not at the time being. Maybe in the future.
  101.  
  102. Q:  Are there any easter eggs in the program?
  103. A:  No. (Except from some unknown bugs, I guess ;-)
  104.  
  105. Q:  How can I change the colors used by Larsen Commander?
  106.     The "options"/"colors" menu brings up a blank notebook page, no
  107.     controls, buttons, text, or anything else.
  108. A:  This is simply because the color selection panels are not
  109.     implemented yet. I have not prioritized it, simply because in OS/2 you
  110.     can always use the Color Palette objects to drop any color you want
  111.     on any part of the Larsen Commander window. As long as you
  112.     use the OS/2 WPS, that is.
  113.  
  114. Q:  Can I change the font size for the command shell? I find the
  115.     default is too small with my monitor and need to increase the size
  116.     considerably to make it readable, but I can't find a setting for it.
  117. A:  As for with colors, you can also use the standard OS/2 Font Palette
  118.     object(s) to drop and activate any font you like on any part of the
  119.     Larsen Commander window.
  120.  
  121. Q:  How can I make the header bar of the active file panel have a bit
  122.     highlighting added so that I can easily see which is the active
  123.     file panel by looking at the header bars?
  124. A:  Just drop any color you like (from the OS/2 color palette) on the
  125.     header bar of the active panel. Then press TAB to activate the other
  126.     panel an drop the same color on the header bar of that panel. Now
  127.     you will have your color on the active panel header only.
  128.  
  129. Q:  Can I somehow set not to close the window after the program started
  130.     with ALT+ENTER is finished?
  131. A:  No, not at this time. Maybe in a future version, though.
  132.  
  133. Q:  I can edit the file LCMDUSER.RC and add some external programs to the 
  134.     User Menu. Can I add an external program in a way that when I click on 
  135.     it via the User Menu that the currently selected file from one of the 
  136.     panels is passed to it as an option? If yes how?
  137. A:  You can use the same argument tags as are documented for the
  138.     external programs settings. See the pages under the "Programs" section 
  139.     of the Options dialog. For instance:
  140.     item (id=cmdUserCommand COMMAND="e.exe !p" text="Edit the current file")
  141.  
  142.  
  143.  
  144.