home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / msh21b.zip / README.2ND < prev    next >
Text File  |  1992-08-19  |  4KB  |  76 lines

  1.                  Description of the contents of the MSH package
  2.  
  3.   7485 readme.1st   You should have read this file first
  4.   3795 readme.2nd   The file you are reading
  5.  
  6.          file MSHFILES.ZIP
  7. This package contains files necessary to MSH (the MSH package proper)
  8. However, we recommend you put together the contents of GOODIES too since
  9. we use some of them in the default configuration.
  10.  
  11.   size name         description
  12.  24868 userman.doc  The user manual -- describes the default environment
  13.  46110 refman.doc   The reference manual -- describes MSH language and how to
  14.                     change the default environment
  15.   1727 design.doc   Explains some of the design of MSH (to read before you
  16.                     start sending me suggestions).
  17.   2041 orderfrm.doc An order form.
  18.   2212 history.doc  History of changes.
  19.  17478 mshart.doc   A very good review of MSH Michael Durant wrote for the
  20.                     NEI PC User's Group-- reproduced with the author's 
  21.                     permission. You may read it for an introduction to MSH.
  22.  45677 msh.exe      MSH, the program
  23.   9268 config.msh   MSH script -- the configuration file
  24.  18990 stddefs.msh    ""   ""  -- standard definitions and utility functions
  25.   5276 keybind.msh    ""   ""  -- Key bindings in the default configuration
  26.   8766 menu.msh       ""   ""  -- Menus in the default configuration
  27.   8274 demo.msh       ""   ""  -- First tutorial
  28.   4528 demo2.msh      ""   ""  -- Second tutorial
  29.   2879 ext.msh        ""   ""  -- Actions to be taken for various extensions 
  30.    341 personal.msh   ""   ""  -- An example to make your own menu
  31.   3485 berk.msh       ""   ""  -- Scripts to use the Berkeley Utilities in
  32.                                   conjunction with MSH.
  33.    976 mandel.msh     ""   ""  -- A menu to call the game Mandel.
  34.   3837 arjzip.msh     ""   ""  -- Definitions for actions inside ZIP and ARJ
  35.                                   archives.
  36.  21062 primitiv.msh   ""   ""  -- Script giving hypertext help on primitives.
  37.  14964 stdhlp.msh     ""   ""  -- Script giving hypertext help on some standard
  38.                                   definitions.
  39.   1890 wildrun.msh    ""   ""  -- 'wildrun' feature written by J.Pirnay.
  40.  32606 test.ans     Sample file to show display of ANSI attributes by the
  41.                     browser.
  42.   5557 att.ans      File to help you find the ANSI escape sequence for an
  43.                     attribute.
  44.   1080 ascii.hlp    An ascii table, used by menu.msh.
  45.    776 alpha.hlp    Help screen on alpha keys definitions.
  46.    641 command.hlp  Help screen on command line actions.
  47.    932 fkey.hlp     Help screen on function keys definitions.
  48.   1028 misc.hlp     Help screen on miscellaneous functions.
  49.    597 panel.hlp    Help screen on panel actions.
  50.    593 wildrun.hlp  Help screen on 'wildrun'.
  51.          file GOODIES.ZIP
  52. Contains additional files given with MSH (some are used in the default config)
  53.  
  54.   size name         description
  55. 167347 berk.doc     Documentation for all the Berkeley utilities (the only ones
  56.                     given here are demonstration versions of cp, ls, mv ,rm)
  57.  21486 ls.exe       demonstration version of ls
  58.  22027 grep.exe     demonstration version of grep
  59.  53280 life.exe     complimentary copy of game of life
  60.  57579 mandel.exe   complimentary copy of mandelbrot picture generator
  61.  42529 showpic.exe  (complimentary copy) viewer for pictures made with mandel
  62.  55440 mwe.exe      complimentary copy of editor MWE
  63.  
  64.                  file TOOLKIT.ZIP  
  65. Contains what you need to add your own primitives written in C to MSH.
  66.  
  67.   size name         description
  68.   1037 toolkit.doc  general documentation
  69.   3816 magicspn.obj object of our "magic" spawn program.
  70. 124928 msh.lib      msh library.
  71.    101 makemsh.bat  batch file to compile your own version of msh
  72.   2520 msh.h        general include file. Read it.
  73.   2311 primitiv.c   defines of primitives
  74.   2755 primitiv.h   declaration of primitives
  75.   4791 userdefs.c   examples of definitions
  76.