home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cenvid / readme.doc < prev    next >
Encoding:
Text File  |  1995-10-17  |  28.8 KB  |  564 lines

  1.                          CEnvi Demo - ReadMe
  2.                    
  3.                           CEnvi version 2.10
  4.                             17 October 1995
  5.  
  6.                  Copyright 1993, Nombas, All Rights Reserved.
  7.           Published by Nombas, 64 Salem Street, MEDFORD MA 02155 USA
  8.           
  9.                           VOICE (617) 391-6595
  10.                           BBS   (617) 391-3718
  11.                           FAX   (617) 391-3842
  12.  
  13.          Thank you for trying this shareware version of CEnvi from Nombas.
  14.  
  15.                           _______
  16.                      ____|__     |                (R)
  17.                   --|       |    |-------------------
  18.                     |   ____|__  |  Association of
  19.                     |  |       |_|  Shareware
  20.                     |__|   o   |    Professionals
  21.                   -----|   |   |---------------------
  22.                        |___|___|    MEMBER
  23.  
  24.  
  25. Introduction to Cmm and CEnvi
  26.  
  27.      Cmm: Cmm (C minus minus) is a scripting (i.e. programming)
  28.           language.  Cmm is 'C' for the rest of us; i.e., C minus the
  29.           hard stuff. Cmm packs the functionality of C, but eliminates
  30.           C's complex, time consuming, and hazardous data manipulations.
  31.           Cmm is immediately familiar and immediately useful to hundreds
  32.           of thousands of professional C programmers. At the same time,
  33.           Cmm is also easy to learn and use for people who have never
  34.           programmed.
  35.  
  36.           Cmm extends the power of C down to the macro language domain.
  37.           Nowhere will you find a more straight forward syntax, fewer
  38.           keywords, and such simple, well-defined rules as in the Cmm
  39.           language. Three features -- power, safety, and simplicity --
  40.           make the Cmm Toolkit the perfect fit for scripting and macro
  41.           usage.
  42.  
  43.           Cmm strengths
  44.            * Easy to learn for new programmers
  45.            * Safe (Hard to make dangerous beginner mistakes)
  46.            * Intuitive to professional C/C++ developers
  47.            * Natural extension of the C/C++ programming languages
  48.  
  49.    CEnvi: CEnvi is a standalone interpreter for the Cmm scripting
  50.           language--a powerful and versatile cross-platform macro language
  51.           interpreter.  CEnvi gives you a full strength computer language,
  52.           but without the time, system, and resource programming hassles
  53.           normally associated with developing computer programs.
  54.  
  55.           Whether you are a professional programmer, systems administrator,
  56.           experienced user, or just a novice, you can unleash the power of
  57.           your PC with CEnvi.  CEnvi can be incorporated at a pace that is
  58.           comfortable to you: you may only want to use CEnvi code set up by
  59.           a more experienced user, you may want to enhance existing batch
  60.           files with a line or two of CEnvi code, or you may want to write
  61.           complete utilities using CEnvi.
  62.  
  63.           CEnvi s automation development tools enable you to create robust
  64.           utilities, quickly build programs, and easily automate tasks so
  65.           you can work more productively and efficiently.
  66.  
  67.           CEnvi's advantages
  68.            * Easy to use
  69.            * Powerful - Allows for direct system and DLL calls
  70.            * Provides a Windows command line and programming interface
  71.            * Data Exchange through DDE, clipboard, shared memory and pipes
  72.            * Low memory and Disk usage
  73.            * Event Scheduling and Monitoring
  74.            * Enhances Existing batch and REXX utilities
  75.  
  76.           Who benefits from CEnvi
  77.            * Programming Professionals
  78.            * Network and System Administrators
  79.            * The home or business PC user
  80.  
  81.           To learn how to write scripts in the Cmm language, new programmers
  82.           should consult Chapter 2, "The Cmm Language", and Chapter 3,
  83.           "Tutorial - CmmEdit a Simple Editor".  Current C programmers
  84.           should consult Chapter 4, "Cmm vs. C", on the differences between
  85.           C and Cmm. 
  86.  
  87. What they said about CEnvi version 1.009
  88.  
  89.           "Every now and then a programming tool serves a particular need
  90.            better than anything else.  CEnvi, a shareware product from
  91.            Nombas, is such a tool. ...CEnvi has virtually replaced ReXX
  92.            and the DOS batch language in my office."
  93.                       Al Stevens, Dr.Dobb's, December '94
  94.  
  95.           "Concise documentation, an extensive code library, over 70
  96.            examples, and compact executable size make CEnvi a good choice
  97.            for writing small programs and Windows scripts." <four stars>
  98.                      Ziff-Davis Interactive
  99.  
  100.           "...if you are a C programmer, this product is really a dream
  101.            come true."
  102.                       Brian Proffit, OS/2 Magazine January '94
  103.  
  104. ... and awarded to CEnvi version 2.10
  105.  
  106.           1995 Ziff-Davis Shareware Awards - Winner of PC Magazine 
  107.           Shareware-of-the-Year award for Programming Tools
  108.  
  109. New Features in Version 2.10
  110.  
  111.    CEnvi versions have been added for Windows NT--console and GUI
  112.    mode.  Full clipboard support for Windows and Windows NT version.
  113.    This includes marking, copying, and pasting from/to the CEnvi screen.
  114.    The CEnvi shell has been greatly enhanced in all versions--including
  115.    launching applications with environment-variable inheritance, file
  116.    redirection and piping, alias, history, and many internal commands.
  117.    New "literal strings" protect text from overwriting.
  118.  
  119. -------------------------- Quick Start For DOS -----------------------------
  120.  
  121.           Create a directory to install CEnvi for DOS in (we recommend
  122.           CENVIDOS). UNZIP cenvidos.zip into the directory you created. CEnvi 
  123.           for DOS includes two executables. CEnvid.exe is a regular DOS
  124.           program. CEnvid32.exe is a 32 bit DOS version. It is useful if you
  125.           find that the regular DOS version of CEnvi is running out of
  126.           memory.
  127.           
  128.           The first time you run CEnvi for DOS, run the install.cmm 
  129.           installation script. The installation script does 2 things for you.
  130.           It creates a CMMPATH environment variable, adds the CEnvi for DOS
  131.           path to the DOS PATH.
  132.           
  133.           After CEnvi for DOS is installed, try the following sample
  134.           utilities. They best demonstrate the power of CEnvi for DOS.
  135.           Samples that end in .bat can be run as batch files. Samples that
  136.           end in .CMM require typing "cenvid sample.cmm" where sample is the 
  137.           name of the utility.
  138.  
  139.           NOTE: CEnvi for DOS can directly alter DOS environment variables.
  140.           For example, from the DOS command line enter the commands:
  141.              SET COUNT=100
  142.              CEnviD COUNT = COUNT + 2
  143.              SET
  144.           and you'll see that CEnvi has increased the COUNT environment
  145.           variable to 102.  Because CEnvi uses environment space, you
  146.           may sometimes see an error message such as:
  147.              "The environment is not big enough..."
  148.           To correct this problem, you can specify a larger environment
  149.           size with a command such as:
  150.              COMMAND.COM /E:2000
  151.           To make this change permanent, add the /E:XXXX parameter,
  152.           where XXXX is a new environment size, to the "SHELL="
  153.           line in CONFIG.SYS.
  154.           
  155.    DOS Quick-Start Sample Files
  156.  
  157.             *EnviAsks.bat: Many examples of user input using EnviAsk.bat
  158.                            and GetUKey.cmm
  159.             *EnvSort.bat:  Sort environment variables alphabetically
  160.             *FileFind.bat: Wildcard search for files on current drive or on
  161.                            all drives
  162.             *GetUKey.cmm:  Display a choice prompt and then set an
  163.                            environment variable based on user's selection
  164.             *KbdBuf.bat:   Alter the size of the keyboard buffer
  165.             *KeyState.bat: Get or set the state of the NumLock, CapsLock,
  166.                            or Insert keys
  167.             *Mouse.bat:    Demonstrate reading a mouse's position and state
  168.             *PathAdd.bat:  Add a directory to your PATH environment
  169.                            variable.
  170.             *PathDel.bat:  Remove a directory from your PATH environment
  171.                            variable
  172.             *RunTime.bat:  Rudimentary scheme for executing a command at a
  173.                            certain time of day.
  174.             *Sound.bat:    Play a frequency for a given time period
  175.             *WinClip.cmm:  Utility to access Windows clipboard from DOS
  176.  
  177.           
  178. ------------------------- Quick Start For Windows --------------------------
  179.  
  180.           Create a directory to install CEnvi for Windows in (we recommend
  181.           CENVIWIN). UNZIP cenviwin.zip into the directory you created. CEnvi 
  182.           for Windows includes two executables. CEnviw.exe is a Windows
  183.           program that is both a Cmm interpreter and a Windows Command line
  184.           and servewin.com allows windows to control DOS sessions.
  185.                     
  186.           When you run CEnvi for Windows from program manager, it will provide 
  187.           a command-line interface (complete with shell commands you expect,
  188.           such as DIR, MKDIR, etc., and ability to call any program from the
  189.           shell or START executables). Type install, and the installation
  190.           script will set up CEnvi for Windows Properly. It will create a
  191.           CEnvi program group containing CEnvi for Windows, and a few sample
  192.           Cmm utilities.
  193.           
  194.           After CEnvi for Windows is installed, try the following sample
  195.           utilities. They best demonstrate the power of CEnvi for Windows.
  196.           All of these utilities can be run directly from the CEnvi for
  197.           Windows command line prompt. Some are shown as icons in the CEnvi
  198.           program group, double click to run them. All these samples may be
  199.           viewed using a standard text editor such as notepad.
  200.           
  201.    Windows Quick-Start Sample Files
  202.  
  203.             *BmpView.cmm:  Demonstrate the BMP.LIB routines by reading any
  204.                            number of .BMP files and displaying them.
  205.                            To run this program, type bmpview at the CEnvi 
  206.                            shell prompt.
  207.             *Dropper.cmm:  Perform command for all files Drag-&-Dropped to
  208.                            this tool.
  209.             *ExitWin.cmm:  Exit Windows; options to save files, force
  210.                            applications to quit, restart Windows, and
  211.                            reboot computer. To run this program, type exitwin
  212.                            at the CEnvi shell prompt.
  213.             *InputBox.cmm: Demonstrate uses of the InputBox() routine in
  214.                            InputBox.lib. To run this program, type inputbox
  215.                            at the CEnvi shell prompt.
  216.             *KeyGhost.cmm: Demonstrate how to use KeyPush.lib to control
  217.                            other applications. To run this program, type 
  218.                            keyghost at the CEnvi shell prompt.
  219.             *MenuNot.cmm:  Disable or delete a menu item. To run this program,
  220.                            type menunot at the CEnvi shell prompt.
  221.             *MsgBoxes.cmm: Show various message box types using the
  222.                            function in MsgBox.lib. To run this program, type
  223.                            msgboxes at the CEnvi shell prompt.
  224.             *Pm_exits.cmm: Adds Restart Windows and Reboot to Program manager.
  225.                            Meant to display adding menu selections to other 
  226.                            applications. To run this program, type pm_exits
  227.                            at the CEnvi shell prompt. To add this utility all
  228.                            the time, add an item to the startup group and set
  229.                            its command line to "CENVIW pm_exits.cmm".
  230.             *PMButt.cmm:   Replace Program Manager with a tiny button in
  231.                            upper-left corner for access to all PM items. To
  232.                            run this program, type pmbutt at the CEnvi
  233.                            shell prompt.
  234.             *PongTime.cmm: Bounce the Windows clock mini-app around. To run 
  235.                            this program, type pongtime at the CEnvi shell
  236.                            prompt.
  237.             *WinTools.cmm: Demonstrate many of the capabilities of
  238.                            WinTools.lib. To run this program, type wintools
  239.                            at the CEnvi shell prompt.
  240.  
  241.           
  242. ----------------------- Quick Start For OS/2 -------------------------------
  243.  
  244.           Create a directory to install CEnvi for OS/2 in (we recommend
  245.           CENVIOS2). UNZIP cenviOS2.zip into the directory you created. CEnvi 
  246.           for OS/2 includes two executables. CEnvi2.exe is a OS/2 program.
  247.           CEnvi2PM.exe is used by CEnvi2.exe to make presentation manager
  248.           calls. It must be in the current directory or in the search 
  249.           path for many of the Os/2 samples to work correctly.
  250.                     
  251.           The first time you run CEnvi for OS/2, run "install.cmm" from the Cmm
  252.           installation script. The installation script will set up CEnvi for
  253.           OS/2 Properly.
  254.                     
  255.           After CEnvi for OS/2 is installed, try the following sample
  256.           utilities. They best demonstrate the power of CEnvi for OS/2.
  257.           
  258.    OS/2 Quick-Start Sample Files
  259.  
  260.             *Bouncy.cmd:   Start a bouncy OS/2 Command Window. This
  261.                            demonstrates moving windows and silliness.
  262.             *ClipBrd.cmd:  Get or modify clipboard text
  263.             *DoFiles.cmd:  Perform any command on a list of files selected
  264.                            from a file dialog box
  265.             *DoMenu.cmd:   Execute any menu selection of a PM application,
  266.                            based on the name of the window and the menu text
  267.             *DOS.cmd:      Perform DOS command from an OS/2 session, with the
  268.                            option to "see" output of the command; mirrors 
  269.                            OS2.BAT
  270.             *KeyGhost.cmd: Sample for using KeyPush.lib to determine if
  271.                            CEnvi is worth the price of registration.
  272.             *MsgBoxes.cmd: Show various message box types using the
  273.                            function in MsgBox.lib.
  274.             *NumLock.cmd:  Turn on NUMLOCK key once, or maintain NUMLOCK ON.
  275.                            A shadow of NumLock.cmd can be put in startup
  276.                            folder to default computer to NumLock ON. 
  277.                            "NumLock 1000" will check every second to make
  278.                            sure that NUMLOCK is still set.
  279.             *ObjSet.cmd:   Alter WPS object and folder settings.  Run
  280.                            OBJSET MANUAL for complete description.
  281.             *OnTop.cmd:    Float window to top of all other windows
  282.             *OS2.bat:      Perform OS/2 command from a DOS session, with the
  283.                            option to "see" output of the command; mirrors 
  284.                            DOS.CMD.  Note that this requires CEnvi for DOS
  285.             *Session.cmd:  Replace OS/2's START command for greater control
  286.                            of starting sessions, including name, position,
  287.                            font, notebook settings, etc...
  288.             *Sessions.cmd: batch file to demonstrate various uses of
  289.                            Session.cmd
  290.             *ShutDown.cmd: Automated shutdown or reboot of OS/2 system,
  291.                            including options to save desktop settings or
  292.                            force shutdown/reboot with other programs running.
  293.             *TextWin.cmd:  GET/PUT text from/to a windowed DOS or OS/2
  294.                            session
  295.             *WinSet.cmd:   Set the position, size, state, etc... of a PM
  296.                            Window
  297.             *WinTools.cmd: Demonstrate many of the capabilities of
  298.                            WinTools.lib.  This is a fun one!
  299.           
  300.  
  301. --------------------- Quick Start For Windows/NT --------------------------
  302.  
  303.           CEnvi for Windows NT includes two executables: CEnviNT.exe is a
  304.           console (text-mode) application for running CEnvi scripts from
  305.           the default NT command line, or CEnvi scripts embedded within
  306.           batch files.  CEnviWNT.exe is a GUI application that operates as
  307.           a Cmm command-line shell, can execute Cmm scripts associated
  308.           with .cmm files, and provides more access than the console version
  309.           to the creation of windows within Windows NT.
  310.  
  311.           When you run either version of CEnvi for Windows from program
  312.           manager the first time, it will run the Cmm installation script
  313.           for that version, INSTALL.CMM. This will set up CEnvi for Windows
  314.           Properly. (You may execute the INSTALL utility again at any time,
  315.           from either version, by entering the command "INSTALL" at the CEnvi
  316.           command shell prompt.)
  317.  
  318.           For the console version (CEnviNT.exe), INSTALL.CMM will add the
  319.           CMMPATH to your environment group, and add the CEnvi path to the
  320.           PATH environment variable.
  321.  
  322.           For the GUI version (CEnviWNT.exe), INSTALL.CMM will update the
  323.           registry to locate CEnviWNT and the Cmm files and libraries in the
  324.           CMMPATH registered location, and the registry will also be updated
  325.           to associate files with the .cmm extension to CEnviWNT.EXE so they
  326.           can be automatically launched from File Manager.
  327.  
  328.           After CEnvi for Windows NT is installed, try the following sample
  329.           utilities. They best demonstrate the power of CEnvi for Windows NT.
  330.           All of these utilities can be run directly from the CEnvi for
  331.           windows command line prompt.  Some are shown as icons in the CEnvi
  332.           program group, double click to run them.  All of these samples may
  333.           be viewed using a standard text editor such as notepad.
  334.  
  335.     Windows NT Quick Start Sample Files
  336.  
  337.             *BmpView.cmm    Demonstrate the BMP.LIB routines by reading any
  338.                            number of .BMP files and displaying them. To run
  339.                            this program, type bmpview at the CEnvi shell
  340.                            prompt.
  341.             *Dropper.cmm    Perform command for all files Drag-&-Dropped to
  342.                            this tool. 
  343.             *InputBox.cmm    Demonstrate uses of the InputBox() routine in
  344.                            InputBox.lib. To run this program, type INPUTBOX
  345.                            at the CEnvi shell prompt.
  346.             *KeyGhost.cmm    Demonstrate how to use KeyPush.lib to control
  347.                            other applications. To run this program, type
  348.                            KEYGHOST at the CEnvi shell prompt.
  349.             *MenuNot.cmm    Disable or delete a menu item. To run this
  350.                            program, type MENUNOT at the CEnvi shell prompt.
  351.             *MsgBoxes.cmm    Show various message box types using the function
  352.                            in MsgBox.lib. To run this program, type msgboxes
  353.                            at the CEnvi shell prompt.
  354.             *PMButt.cmm       Replace Program Manager with a tiny button in
  355.                            upper-left corner for access to all PM items. To
  356.                            run this program, type PMBUTT at the CEnvi shell
  357.                            prompt.
  358.             *PongTime.cmm    Bounce the Windows clock mini-app around. To run
  359.                            this program, type PONGTIME at the CEnvi shell
  360.                            prompt.
  361.             *Reboot.cmm       Automate Program Manager File/Exit and dialog box
  362.                            to reboot system from command-line or CEnvi script.
  363.             *WinTools.cmm    Demonstrate many of the capabilities of
  364.                            WinTools.lib. To run this program, type WINTOOLS at
  365.                            the CEnvi shell prompt.
  366.  
  367.  
  368. ----------------------------- FILE LIST -----------------------------------
  369.  
  370. The CEnvi Unregistered Shareware package includes all the files
  371. in the following lists.  You are not permitted to upload or otherwise transfer
  372. copies of any unregistered version of CEnvi that do not include all of the
  373. files in these lists. If you want to upload a CEnvi sharware version to a
  374. BBS, you may consider calling the Nombas BBS to download the latest shareware
  375. zip files.
  376.  
  377. --------------- CENVIW.zip Contains the following files -------------------
  378.  
  379. CENVIW.EXE:   CEnvi shareware executable for Windows
  380. SERVEWIN.COM: Allows CEnvi for Windows to control DOS Boxes
  381. CENVI.DOC:    CEnvi Shareware Manual, Chapter 1: CEnvi Unregistered Shareware
  382. CMMTUTOR.DOC: CEnvi Shareware Manual, Chapter 2: Cmm Language Tutorial
  383. CMM_VS_C.DOC: CEnvi Shareware Manual, Chapter 3: Cmm versus C, for C
  384.               Programmers
  385. CENVILIB.DOC: CEnvi Shareware Manual, Chapter 4: Function Library
  386. LICENSE.DOC:  CEnvi Unregistered Shareware License Agreement
  387. README.DOC:   Introductory file. Read this first for quick intallation.
  388. REGISTER.DOC: CEnvi registration form
  389. INSTALL.CMM:  Cmm source file for installing this shareware version
  390.  
  391. *.CMM, *.CMD, *.BAT, *.LIB: Many sample programs using CEnvi for Windows.
  392.   See CENVI.DOC for a complete list.
  393.  
  394. ----------------- CENVID.zip Contains the following files -----------------
  395.  
  396. CENVID.EXE:   CEnvi shareware executable for DOS
  397. CENVID32.EXE: CEnvi shareware 32 Bit executable for DOS
  398. CMMTUTOR.DOC: CEnvi Shareware Manual, Chapter 2: Cmm Language Tutorial
  399. CMM_VS_C.DOC: CEnvi Shareware Manual, Chapter 3: Cmm versus C, for C
  400.               Programmers
  401. CENVILIB.DOC: CEnvi Shareware Manual, Chapter 4: Function Library
  402. LICENSE.DOC:  CEnvi Unregistered Shareware License Agreement
  403. README.DOC:   Introductory file. Read this first for quick intallation.
  404. REGISTER.DOC: CEnvi registration form
  405. INSTALL.CMM:  Cmm source file for installing this shareware version
  406.  
  407. *.CMM, *.CMD, *.BAT, *.LIB: Many sample programs using CEnvi for DOS.
  408.   See CENVI.DOC for a complete list.
  409.  
  410.  
  411. ------------------CENVI2.zip Contains the following files -----------------
  412.  
  413. CENVI2.EXE:   CEnvi shareware executable for OS/2
  414. CENVI2PM.EXE: Gateway program, executed transparently by CEnvi, for access
  415.               to PM-dependent system calls (OS/2 version only).
  416. CENVI.DOC:    CEnvi Shareware Manual, Chapter 1: CEnvi Unregistered Shareware
  417. CMMTUTOR.DOC: CEnvi Shareware Manual, Chapter 2: Cmm Language Tutorial
  418. CMM_VS_C.DOC: CEnvi Shareware Manual, Chapter 3: Cmm versus C, for C
  419.               Programmers
  420. CENVILIB.DOC: CEnvi Shareware Manual, Chapter 4: Function Library
  421. LICENSE.DOC:  CEnvi Unregistered Shareware License Agreement
  422. README.DOC:   Introductory file. Read this first for quick intallation.
  423. REGISTER.DOC: CEnvi registration form
  424. INSTALL.CMM:  Cmm source file for installing this shareware version
  425.  
  426. *.CMM, *.CMD, *.BAT, *.LIB: Many sample programs using CEnvi for OS/2.
  427.   See CENVI.DOC for a complete list.
  428.  
  429. -------------------------- REGISTRATION --------------------------------
  430.  
  431. This is a shareware release  Please register.  As a registered CEnvi user
  432. you will receive the following benefits:
  433.  
  434. *The latest version of CEnvi for all supported platforms (currently DOS,
  435.   OS/2, Windows, and NT).
  436.   
  437. *The CEnvi user's manual--about 200 pages, including a description of the
  438.   Cmm programming language and a tutorial for those who have never programmed,
  439.   and descriptions and examples of the over 150 functions included in the
  440.   CEnvi library).
  441.   
  442. */BIND option for creating standalone executables from Cmm scripts for
  443.   your own personal use.
  444.   
  445. *Support from Nombas and CEnvi/Cmm users through CompuServe
  446.   (72212,1622), internet (nombas@nobmas.com), the cenvi-cmm e-mail mailing
  447.   list (cenvi-cmm@world.std.com), phone (617-391-6595), the Nombas BBS
  448.   (617-391-3718), or Compuserve in PCUTIL forum 3.
  449.   
  450. *Access to the growing list of CEnvi utilities and libraries (some of which
  451.   are included in this unregistered shareware package, and others are
  452.   contributed by Nombas and CEnvi/Cmm users to the electronic locations
  453.   described above). Available on the Nombas BBS, from internet via
  454.   anonymous ftp at ftp.std.com in the /vendors/CEnvi-Cmm directory, or in
  455.   CompuServe in PCUTIL library 3 (search on CEnvi, Cmm, CENV, & CNV).
  456.  
  457. There are three ways to register CEnvi version 2.00: 
  458.  
  459. ************************************************************************
  460. ****** REGISTRATION METHOD 1: CENVI MAIL-IN/FAX REGISTRATION FORM ******
  461. ************************************************************************
  462. Please fill out and mail in or fax this form, along with payment.
  463.  
  464. Name: _________________________________________________________________
  465.  
  466. Company: ______________________________ Position: _____________________
  467.  
  468. Address: ______________________________________________________________
  469.  
  470. _______________________________________________________________________
  471.  
  472. ______________________________________________________________________
  473.  
  474. Country: _________________________   (add ZIP code if applicable)
  475.  
  476. Phone: ___________________________  EMail: ______________________________
  477.  
  478.  
  479. CEnvi Single-user License & Manual .. Quantity _____ x $69.00 = $ _________
  480. License fee for additional CEnvi users at your
  481. organization (does not include additional manual
  482. or diskettes)... Additional simultaneous users _____ x $39.00 = $ _________
  483. 10-User License .. 2 media & manual.. Quantity ____ x $299.00 = $ _________
  484. 50-User License .. 2 media & manual.. Quantity ____ x $899.00 = $ _________
  485.  
  486. Additional CEnvi Manuals ............ Quantity _____ x $15.00 = $ _________
  487. Shipping outside USA, Canada, or Mexico  $4.00 ................ $ _________
  488.                                                        Subtotal $ _________
  489. Massachusetts residents please add 5% sales tax ............... $ _________
  490. Check handling fee IF CHECK NOT DRAWN ON A U.S. BANK . $30.00 = $ _________
  491.  
  492.                                                           Total $ _________
  493.  
  494. Include a check or money order for this total, IN U.S. FUNDS AND DRAWN ON A
  495. U.S. BANK (if not drawn on U.S. bank then add the $30 handling fee),
  496. payable to Nombas, or supply the following credit card payment information.
  497.  
  498. Credit card orders (circle one): MasterCard / Visa / American Express
  499.  
  500.     Card Number _____________________________________  Expires ____________
  501.  
  502.     Exact name on card (print) ____________________________________________
  503.  
  504.     Signature (REQUIRED) __________________________________________________
  505.  
  506. Mail this form, along with payment or credit information, to:
  507.                Nombas
  508.                64 Salem St.
  509.                MEDFORD MA 02155   USA
  510. or fax to:
  511.                Nombas
  512.                (617) 391-3842
  513.  
  514.  
  515. ***************************************************************************
  516. ******** REGISTRATION METHOD 2: COMPUSERVE ELECTRONIC REGISTRATION ********
  517. ***************************************************************************
  518. CompuServe members may register directly through the CompuServe
  519. Registration Service.  To use this service enter GO SWREG at your CI$
  520. prompt.  Registration ID is 1354 for CEnvi for DOS, 1355 for CEnvi for
  521. OS/2, and 1356 for CEnvi for Windows (you only need to register ONE
  522. version).  Nombas will immediately be informed of your registration, and
  523. the CEnvi registration fee will automatically be added to your CompuServe
  524. bill.
  525.  
  526.  
  527. ***************************************************************************
  528. ************ REGISTRATION METHOD 3: Public (software) Library *************
  529. ***************************************************************************
  530. CREDIT CARD ORDERS ONLY -
  531.  
  532. You can order with MC, Visa, Amex, or Discover from Public (software)
  533. Library by calling 800-2424-PsL or 713-524-6394 or by FAX to 713-524-6398
  534. or by CIS EMail to 71355,470. You can also mail credit card orders to PsL
  535. at P.O.Box 35705, Houston, TX 77235-5705.
  536.  
  537. THE ABOVE NUMBERS ARE FOR ORDERS ONLY.
  538.  
  539. Any questions about the status of the shipment of the order, refunds,
  540. registration options, product details, technical support, volume discounts,
  541. dealer pricing, site licenses, etc., must be directed to Nombas (see phone
  542. number and addresses below).
  543.  
  544. To insure that you get the latest version, PsL will notify Nombas the day
  545. of your order and we will ship the product directly to you.
  546.  
  547. CEnvi (all versions) is PsL product #11069.
  548.  
  549.  
  550. ***************************************************************************
  551. Thank you for trying this shareware copy of CEnvi.  Mail inquires and other
  552. correspondences to:
  553.      Nombas
  554.      64 Salem Street
  555.      Medford, MA  02155   USA
  556.  
  557. Nombas may also be contacted at:
  558.      Phone:      (617)391-6595
  559.      Internet:   nombas@nombas.com
  560.      WEB:        http://www/nombas.com
  561.      CompuServe: 72212,1622
  562.      BBS:        (617)391-3718
  563.      Fax:        (617)391-3842
  564.