home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / WINDOWS / UTILS / FC_10N.ZIP / README.TXT < prev    next >
Text File  |  1992-05-04  |  5KB  |  131 lines

  1.                 WELCOME TO FILE COMMANDER!
  2.  
  3.    This disk contains File Commander 1.0N
  4.  
  5.  
  6.  
  7.  
  8.    ***   SPECIAL OFFER FOR COMMAND POST USERS   ***
  9.  
  10.    People who have licensed Command Post from us in the past may
  11.    license File Commander for $35.
  12.  
  13.  
  14.  
  15.  
  16.              *** LATE BREAKING NEWS ***
  17.  
  18.  
  19.    This is File Commander, a new product from Wilson WindowWare.
  20.    The documentation for this product is still incomplete.  We're
  21.    whacking it into shape as fast as we can.  Once you figure out
  22.    what this product can do, I'm sure you will excuse us.
  23.  
  24.    PURPOSE
  25.  
  26.    File Commander is an extender for the Win 3.1 File Manager.  It adds
  27.    a menu item to the File Manager menu bar.  From this single top-level
  28.    menu item, File Commander allow you to make up to 99 menu items spread
  29.    upto 5 levels deep.
  30.  
  31.    The menu items, when selected, execute our Windows Interface Language (WIL)
  32.    code.  What is the WIL language?  Well, its the Windows batch file language
  33.    developed by Wilson WindowWare, and found in the following products:
  34.  
  35.      Wilson WindowWare: Command Post     - As the menu script language
  36.      Wilson WindowWare: WinBatch         - The Windows batch language
  37.      Symantec:          Norton Desktop   - The Batch Runner/Builder language 
  38.      PubTech:           BatchWorks       - The Windows batch language
  39.  
  40.      >>> If you have used Command Post, you will find the menu scripts
  41.      >>> *remarkably* similiar. 
  42.  
  43.    The WIL language supports zillions (well maybe 200) different functions
  44.    that allow you to do pritnear anything.  Included with this ZIP file is
  45.    most of the Command Post documentation (as FILECMDR.TXT) and a file
  46.    highlighting new features recently added to Command Post, WinBatch and
  47.    now File Commander (NEWSTUFF.TXT).
  48.  
  49.    The documentation does not yet exactly match the product, but an
  50.    examination of the WWWFMEXT.FME menu script file and a look at the
  51.    function reference should do wonders.
  52.  
  53.    Be sure to check out our new WIL.HLP Windows help file.  It has a
  54.    (pretty much - we're working on it) complete description of the WIL
  55.    language (Thats the programming language found in our products).  It
  56.    should prove useful.
  57.  
  58.    HOW-2-ADD YOUR OWN MENU ITEMS
  59.  
  60.    Edit the WWWFMEXT.FME file.  The file is COLUMN SENSITIVE, especially
  61.    in the first four columns with define the menu item titles.  Menu
  62.    batch code should start in column 5 or later (I like col 8).
  63.    In the NEWSTUFF.TXT file (page 88-89) (Search for "Multiple Menu Levels")
  64.    is a discussion on how to code the menus for each level of drop-down
  65.    menu.  Basically it is just column-dependent.  Good Luck.
  66.  
  67.    THE WIL.HLP file
  68.  
  69.    The WIL.HLP file is a Windows help file.  To use it, run the
  70.    WINHELP.EXE application and then open the WIL.HLP file.
  71.  
  72.    You may wish to make a Program Manager icon that will start it directly,
  73.    and add the HLP to the extensions section of the WIN.INI file, as in
  74.  
  75.       [Extensions]
  76.       HLP=WINHELP.EXE ^.HLP
  77.  
  78.    The WIL.HLP file was produced and designed by Jim Stiles.  If you need
  79.    or want professional consulting for custom help systems,
  80.    ask for Jim at (206) 937-3141.
  81.  
  82.    Please see the README2.TXT file for more information
  83.  
  84.  
  85.   *** FOREIGN LANGUAGE SUPPORT ***
  86.  
  87.   File Commander now supports some foreign languages.  English is built in,
  88.   and the software attempts to examine your system, and, if you are using
  89.   German or French, will configure itself to use German or French.  More
  90.   languages on the way.  There is also "ValSpeak", which is both a
  91.   parody on Southern California slang, and an example of how *some*
  92.   messages may be modified for the end users.
  93.  
  94.   To access a non-default langauage do the following:
  95.  
  96.       1) Examine the WWWDLANG.DLL file to determine the languages
  97.          available.  The file has documentation in it that will help you
  98.          figure this out.  (It is not really a DLL, you can look at it.
  99.          It will probably be in your Windows directory.)
  100.     
  101.       2) Edit the WWWBATCH.INI file and add an item to the MAIN section,
  102.          something like:
  103.  
  104.          WWWBATCH.INI
  105.             [Main]
  106.             Language=ValSpeak
  107.  
  108.  
  109.                        PACKING LIST:
  110.  
  111.  With this version you have the following files:   You will find that
  112.  on your disk or ZIP file, many of the files end in a $.  This is to be
  113.  expected.  Some files may have been compressed and will need to properly
  114.  installed to be useful, while other files may be simply copied and renamed.
  115.  
  116.   README   TXT  Latest news and comments about File Commander
  117.   WSETUP   INF  A script file for the setup program
  118.   FILECMDR TXT  The documentation (such as it is) for File Commander
  119.   WWWFMEXT FME  A Sample menu script file.  You edit this file.
  120.   WWWFMEXT DLL  File Commander - Main Section
  121.  
  122.   README2  TXT  Readme.txt  ...continued...
  123.   WSETUP   EXE  The snazzy setup program
  124.   WBINXZ   EXE  More of our setup program.
  125.   NEWSTUFF TXT  More documentation
  126.   WWWD0406 DLL  File Commander - Batch processing section
  127.   WWWDLANG.DLL  Foreign Language strings
  128.   WWWDEALR.DLL  Yet another DLL
  129.   BROWSER  EXE  A handy file browser utility
  130.   WIL      HLP  The Windows help file for our language
  131.