home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cp_80a.zip / README.TXT < prev    next >
Text File  |  1992-10-15  |  8KB  |  215 lines

  1.  
  2.    WELCOME TO COMMAND POST!
  3.  
  4.    This disk/archive contains Command Post 8.0a
  5.  
  6.  
  7.    INTRODUCTION
  8.  
  9.    Command Post helps you end the drudgery of day-to-day tasks
  10.    when working in Microsoft Windows.  Its FAST text-based interface
  11.    completely avoids the graphical overhead that often bogs down real
  12.    productivity in Windows.  It is true that Command Post does not support
  13.    a "glittery" type interface, but then that was not the design goal.
  14.    Command Post is designed to be part of the key machinery holding up
  15.    the entire Windows environment.
  16.  
  17.    How many times have you tired of changing drives, moving through two
  18.    subdirectories, finding an executable file from among 43 other
  19.    filenames, double clicking on it, selecting File/Open, then searching
  20.    for another directory in the listbox because your document happens to
  21.    be in a different directory than the program!  With Command Post you
  22.    can automate that knowledge of where to move around the disk, which
  23.    directories to go to, which files you want to work on, what size you
  24.    prefer your window to be, and so on.
  25.  
  26.  
  27.  
  28.    With almost two hundred functions and commands, Command Post can:
  29.  
  30.  
  31.      .  Run Windows and DOS programs.
  32.  
  33.      .  Send keystrokes directly to applications.
  34.  
  35.      .  Rearrange, resize, hide, and close windows.
  36.  
  37.      .  Run programs either concurrently or sequentially.
  38.  
  39.      .  Display information to the user in various formats.
  40.  
  41.      .  Prompt the user for any needed input.
  42.  
  43.      .  Present scrollable file and directory lists.
  44.  
  45.      .  Copy, move, delete, and rename files.
  46.  
  47.      .  Read and write files directly.
  48.  
  49.      .  Copy text to and from the Clipboard.
  50.  
  51.      .  Perform string and arithmetic operations.
  52.  
  53.      .  Make branching decisions based upon numerous factors.
  54.  
  55.  
  56.    And much, much more.
  57.  
  58.    Of course, to take full advantage of the flexibility of Command Post,
  59.    one must spend some time with either the manual or the help file and
  60.    become aquainted with the underlying WIL script language.
  61.  
  62.  
  63.    SYSTEM REQUIREMENTS
  64.  
  65.    Command Post requires an IBM PC or compatible with a minimum of 2
  66.    megabytes of RAM, running Microsoft Windows version 3.0 or higher.
  67.  
  68.  
  69.    SPECIAL BONUS FOR REGISTERED USERS
  70.  
  71.    Registered users receive our new "Dialog Editor" which allows them to
  72.    graphically construct dialog boxes, (a lot like the Visual Basic dialog
  73.    editor), and other utilities to help make programming Command Post menu
  74.    items a tad easier and faster.
  75.  
  76.  
  77.    LATE-BREAKING NEWS
  78.  
  79.    Command Post 8.0 is a major update from previous versions.  We are
  80.    sending all registered users update letters.  If you are a registered
  81.    users and did not receive an update letter by Nov 1, 1992, then
  82.    somehow we missed you.  Call (800)-762-8383 and get it straightened
  83.    out.
  84.  
  85.    A lot of the changes have occurred in the menu script language.  A
  86.    number of speed and assorted enhancements have been filtering
  87.    in since our previous major release (7.0) some time ago.  Command Post
  88.    is now quicker, smarter, and zippier.
  89.  
  90.    Command Post menus have undergone some natural evolution.  There are
  91.    more menu files supported (up to 10 now) and our pre-packaged menu
  92.    files now include the following:
  93.  
  94.         CMDPOST1.CPM - Defines the "File" menu
  95.         CMDPOST2.CPM - Defines the rest of the file manager menus
  96.         CMDUSER.CPM  - A sample user menu to start from
  97.         CMDGROUP.CPM - The menu item that can rebuild itself from
  98.                        the Program Manager groups.
  99.  
  100.    If you have a pre-existing copy of Command Post on the system, the
  101.    setup program will (optionally) save the new menu files with an
  102.    extension of NEW rather than overwriting existing menu files.  You
  103.    can then look at the NEW files to see the latest sample menus.
  104.  
  105.  
  106.  
  107.  
  108.    *** FOREIGN LANGUAGE SUPPORT ***
  109.  
  110.    Command Post now supports some foreign languages.  English is built in,
  111.    and the software attempts to examine your system, and, if you are using
  112.    German or French, will configure itself to use German or French.  More
  113.    languages on the way.  There is also "ValSpeak", which is both a
  114.    parody on Southern California slang, and an example of how *some*
  115.    messages may be modified for the end users.
  116.  
  117.    To access a non-default langauage do the following:
  118.  
  119.       1) Examine the WWWDLANG.DLL file to determine the languages
  120.          available.  The file has documentation in it that will help you
  121.          figure this out.  (It is not really a DLL, you can look at it.
  122.          It will probably be in your Windows directory.)
  123.     
  124.       2) Edit the WWWBATCH.INI file and add an item to the MAIN section,
  125.          something like:
  126.  
  127.          WWWBATCH.INI
  128.             [Main]
  129.             Language=ValSpeak
  130.  
  131.  
  132.  
  133.  
  134.  
  135.    HOW TO INSTALL COMMAND POST
  136.  
  137.  
  138.     Use our WSETUP.EXE program, which will copy the files for you and install
  139.     a WINBATCH group in the program manager with various sample files.
  140.     To use our WSETUP.EXE program...   (Manual install instructions below)
  141.  
  142.       1) Close down all extraneous Windows applications.
  143.  
  144.       2) Close down any running copies of Command Post, WinBatch, File
  145.          Commander, WinEdit, or any other process that uses the WIL language
  146.          interpreter DLL.  (If you forget some, the setup process will tell
  147.          you something went wrong during the install of the WWWBATxx.DLL).
  148.  
  149.       3) Double-Click on the WSETUP.EXE program
  150.  
  151.       4) When the setup program asks for a directory, specify initial directory,
  152.          or accept the given default (C:\CMDPOST).
  153.  
  154.  
  155.  
  156.  
  157.    PACKING LIST
  158.  
  159.    These files comprise the main Command Post package.
  160.  
  161.      WSETUP.EXE      The setup program
  162.      WBINXZ.EXE      A setup program overlay
  163.      WSETUP.INF      Setup script file
  164.  
  165.      CP__VER.xxx     Version stamp file.   xxx is the version number
  166.  
  167.      FILE_ID.DIZ     Short description file for BBS type systems
  168.  
  169.      README.TXT      This file - An initial look at the software
  170.      README2.TXT     More initial info, legalese, other products, order form
  171.  
  172.      BROWSER.EXE     A copy of our BROWSER file viewer.
  173.      BROWLANG.DLL    Browser language file.
  174.  
  175.      CMDPOST.MAN     The Command Post manual.
  176.      WILDOC.MAN      The WIL language reference manual 
  177.                      (Not always included when we send a printed manual)
  178.      WIL.HLP         The WIL language online help file
  179.  
  180.      CMDPOST.EXE     The Command Post EXE file
  181.      CP_TREE.EXE     A TREE utility for Command Post
  182.      TASKMANR.EXE    An optional replacement task manager
  183.  
  184.      CMDPOST1.CPM    Command Post file manager menus - Part 1
  185.      CMDPOST2.CPM    Command Post file manager menus - Part 2
  186.      CMDGROUP.CPM    Program Manager group menus
  187.      CMDUSER.CPM     Sample user menu
  188.      WWWMENUS.DLL    Not really a DLL, more menu code used by CPM files
  189.  
  190.      WWWCP800.DLL    Command Post DLL
  191.      WWWBAT11.DLL    WIL interpreter DLL
  192.      WWWDLANG.DLL    WIL language DLL
  193.  
  194.      WWWDOS.BAT      BAT file used by WWWDOSC.PIF and WWWDOSP.PIF
  195.      WWWDOSC.PIF     PIF file used to run a DOS command and quit
  196.      WWWDOSP.PIF     PIF file used to run a DOS command and pause
  197.      WWWVIRT.BAT     BAT file example showing PATH modifications for DOS apps
  198.      WWWZIPLS.EXE    ZIP utility used by ZIP menu item
  199.  
  200.  
  201.  
  202.     *** Please help us out ***
  203.  
  204.     If you have received a regular licensed copy of Command Post (what
  205.     we call the retail version), your 3.5" disk will contain a shareware
  206.     ZIP file of the latest version of Command Post.  Please help us spread
  207.     it around - upload it to your favorite local BBS, send it to your
  208.     company software librarian, or any other place where people who might
  209.     appreciate Command Post might come across it.  Thank you very much.
  210.  
  211.  
  212.  
  213.  
  214.     Please see README2.TXT for more information.
  215.