home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 February / psl_9403.zip / psl_9403 / DOS / UT_SYSTM / CENVI2.ZIP / CENVI.DOC < prev    next >
Text File  |  1993-11-17  |  46KB  |  866 lines

  1.                     CEnvi Shareware Manual, Chapter 1:
  2.                        CEnvi Unregistered Shareware
  3.  
  4.  
  5.                      CEnvi unregistered version 1.007
  6.                              17 November 1993
  7.  
  8.                        CEnvi Shareware User's Manual
  9.  
  10.           Copyright 1993, Nombas, All Rights Reserved.
  11.           Published by Nombas, P.O. Box 875, Medford, MA 02155 USA
  12.           (617)391-6595
  13.  
  14.           Thank you for trying this shareware version of CEnvi from Nombas,
  15.           a member of the Association of Shareware Professionals (ASP).
  16.  
  17. 1.  CEnvi Unregistered Shareware
  18.  
  19. 1.1.  Introduction to Cmm and CEnvi
  20.  
  21.           Cmm (C minus minus) is 'C' for the rest of us.  CEnvi runs Cmm
  22.           programs in the DOS, Windows, OS/2, NT, Unix, etc...
  23.           environments.  Together, CEnvi and Cmm make the power and
  24.           flexibility of the C programming language part of every computer
  25.           user's environment, without the hardware, time, and programmer
  26.           resources needed for developing full-blown C programs.
  27.  
  28.           With CEnvi and Cmm, anyone can take control of their computer
  29.           environment.  C is not just for programming nerds anymore.  CEnvi
  30.           utilites, macros, batch files, and scripts can quickly be
  31.           created, shared, and modified among all computer users,
  32.           professional and amateur alike.
  33.  
  34.           CEnvi can be incorporated at a pace that is comfortable to you:
  35.           you may only want to use CEnvi code set up by a more experienced
  36.           user, you may want to enhance existing batch files with a line or
  37.           two of CEnvi code, or you may write complete utilities using
  38.           CEnvi.
  39.  
  40. 1.2.  CEnvi unregistered shareware version
  41.  
  42.           This package is the unregistered shareware version of CEnvi.
  43.           Nombas provides this unregistered shareware version of CEnvi so
  44.           that you can try the program for a while before deciding whether
  45.           to buy.  If, after a few weeks of using using this product, you
  46.           think CEnvi will be useful to you and/or your organization then
  47.           use the registration form at the end of this document (or see the
  48.           file: REGISTER.DOC) to register CEnvi.
  49.  
  50. 1.2.1   Why you should register
  51.  
  52.           If you register, then you will receive:
  53.             *The latest version of CEnvi for all supported platforms
  54.               (currently DOS, OS/2, and Windows, with NT support expected
  55.               soon) without the annoying "Please Register" reminder.
  56.             *The CEnvi user's manual (almost 100 pages, including a
  57.               description of the Cmm programming language, a tutorial for
  58.               those who have never programmed, and descriptions and
  59.               examples of the nearly 150 functions included in the CEnvi
  60.               library).
  61.             *Free incremental electronic downloads for new versions of
  62.               CEnvi for all supported operating systems.
  63.             *Unlimited support from Nombas and CEnvi/Cmm users through
  64.               CompuServe (72212,1622), internet (bsn@world.std.com), the
  65.               cenvi-cmm e-mail mailing list (cenvi-cmm@world.std.com), and
  66.               the Nombas BBS (617-391-6595).
  67.             *Access to the growing list of CEnvi utilities and libraries
  68.               (some of which are included in this unregistered shareware
  69.               package, and others are contributed by Nombas and CEnvi/Cmm
  70.               users to the electronic locations described above).
  71.             *Discounts for additional registered version of CEnvi to use
  72.               within your organization.
  73.  
  74. 1.2.2   How to register
  75.  
  76.           See the REGISTER.DOC document that is included with this package
  77.           (and is also duplicated at the end of this document), to purchase
  78.           a registered version of CEnvi.
  79.  
  80. 1.3.  Installing CEnvi, documents, and sample files
  81.  
  82.           To install this package for evaluation
  83.             * Create a directory and then copy all of these files into that
  84.               directory.
  85.             * From within that directory execute CEnvi.exe.
  86.             * At the CEnvi "Code:" prompt enter "Install.cmm" to execute
  87.               the Install program (which is written in Cmm).
  88.             * You may then test CEnvi by trying out the included example
  89.               files and by creating CEnvi code of your own.
  90.  
  91.           For DOS and OS/2 versions, the install.cmm program will set up
  92.           the PATH environment variable to include the directory you
  93.           installed the files in, and will also set the CMMPATH environment
  94.           variable to this directory.  For Windows, install will add the
  95.           CMMPATH profile value in WIN.INI (in the [CEnvi] section), and
  96.           will also add the CMM file extension to the [Extensions] section
  97.           in WIN.INI.
  98.  
  99. 1.3.1   4DOS and 4OS2 users - .cmm executable extension
  100.  
  101.           4DOS and 4OS2 users can directly execute .cmm files by
  102.           associating the .cmm file extension with your CEnvi executable.
  103.           Assuming the CEnvi.exe is in the c:\CENVID directory, then a 4DOS
  104.           user would want to add this line to AUTOEXEC.BAT:
  105.               SET .cmm=C:\CENVID\CEnvi.exe
  106.  
  107. 1.4.  Removing CEnvi unregistered shareware
  108.  
  109.           If, after testing CEnvi for a few weeks, you choose not to
  110.           register this version of CEnvi, then you should remove the
  111.           program from your computer.  (Also please consider telling Nombas
  112.           why CEnvi did not suit your needs; we need such feedback if we
  113.           are to improve the product.)
  114.  
  115.           For all operating systems, the first step for removing CEnvi is
  116.           to delete all the CEnvi files and the directory that you copied
  117.           the files to.  The next step depends on your operating system:
  118.  
  119. 1.4.1   DOS de-installation
  120.  
  121.           Install.cmm made two changes to C:\AUTOEXEC.BAT: the directory
  122.           that CEnvi was in will have been added to your PATH statement,
  123.           and the CMMPATH environment variable will have been added.  To
  124.           de-install CEnvi you must remove the CEnvi directory from the
  125.           PATH statement and you must also delete the "SET CMMPATH=..."
  126.           line.
  127.  
  128. 1.4.2   OS/2 de-installation
  129.  
  130.           Install.cmm made two changes to C:\CONFIG.SYS: the directory that
  131.           CEnvi was in will have been added to your PATH statement, and the
  132.           CMMPATH environment variable will have been added.  To de-install
  133.           CEnvi you must remove the CEnvi directory from the PATH statement
  134.           and you must also delete the "SET CMMPATH=..." line.
  135.  
  136. 1.4.3   Windows de-installation
  137.  
  138.           Install.cmm made two changes to WIN.INI: the CMM profile
  139.           extension was added and the CMMPATH profile string was created.
  140.           To de-install CEnvi you must edit WIN.INI (with NOTEPAD.EXE for
  141.           example) and remove from the [Extensions] section a line similar
  142.           to this:
  143.                CMM=C:\CENVI\CENVI.EXE ^.CMM
  144.           and also remove these line (or lines much like these) from
  145.           WIN.INI:
  146.                [CEnvi]
  147.                CMMPATH=E:\NOMBAS\CENVI\EXAMPLES.WIN
  148.  
  149. 1.5.  Using this package
  150.  
  151. 1.5.1   Unregistered CEnvi shareware executable
  152.  
  153.           The executable in this package, named CEnvi.EXE, is identical to
  154.           the registered version of CEnvi at the time this package was
  155.           created with one exception: this unregistered shareware version
  156.           will occasionally put up a screen to remind you to register your
  157.           copy of CEnvi (see the bottom of this document or REGISTER.DOC).
  158.           Nombas has spent, and will continue to spend, time and resources
  159.           developing and supporting CEnvi and Cmm.  Without your honest
  160.           support Nombas cannot improve and support CEnvi (and pay
  161.           mortgage, feed the kids, pay the doctor, etc...).
  162.  
  163.           It is likely that months have elapsed since this shareware
  164.           package has been put together (see date at the top of this file).
  165.