home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cenvi23.zip / README.DOC < prev    next >
Text File  |  1996-02-20  |  31KB  |  600 lines

  1.                          CEnvi Demo - ReadMe
  2.                    
  3.                            CEnvi version 2.11
  4.                             20 February 1996
  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     EMAIL: nombas@nombas.com
  10.              BBS   (617) 391-3718     WWW: http://www.nombas.com
  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.00
  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. New Features for Version 2.11
  120.  
  121.    Windows 95 support, including OLE Automation. The shell has been
  122.    greatly enhanced, many bugs have been squashed and wishes fulfilled.
  123.  
  124. -------------------------- Quick Start For DOS -----------------------------
  125.  
  126.           Create a directory to install CEnvi for DOS in (we recommend
  127.           CENVIDOS). UNZIP cenvidos.zip into the directory you created. CEnvi 
  128.           for DOS includes two executables. CEnvid.exe is a regular DOS
  129.           program. CEnvid32.exe is a 32 bit DOS version. It is useful if you
  130.           find that the regular DOS version of CEnvi is running out of
  131.           memory.
  132.           
  133.           The first time you run CEnvi for DOS, run the install.cmm 
  134.           installation script. The installation script does 2 things for you.
  135.           It creates a CMMPATH environment variable, adds the CEnvi for DOS
  136.           path to the DOS PATH.
  137.           
  138.           After CEnvi for DOS is installed, try the following sample
  139.           utilities. They best demonstrate the power of CEnvi for DOS.
  140.           Samples that end in .bat can be run as batch files. Samples that
  141.           end in .CMM require typing "cenvid sample.cmm" where sample is the 
  142.           name of the utility.
  143.  
  144.           NOTE: CEnvi for DOS can directly alter DOS environment variables.
  145.           For example, from the DOS command line enter the commands:
  146.              SET COUNT=100
  147.              CEnviD COUNT = COUNT + 2
  148.              SET
  149.           and you'll see that CEnvi has increased the COUNT environment
  150.           variable to 102.  Because CEnvi uses environment space, you
  151.           may sometimes see an error message such as:
  152.              "The environment is not big enough..."
  153.           To correct this problem, you can specify a larger environment
  154.           size with a command such as:
  155.              COMMAND.COM /E:2000
  156.           To make this change permanent, add the /E:XXXX parameter,
  157.           where XXXX is a new environment size, to the "SHELL="
  158.           line in CONFIG.SYS.
  159.           
  160.    DOS Quick-Start Sample Files
  161.  
  162.             *EnviAsks.bat: Many examples of user input using EnviAsk.bat
  163.                            and GetUKey.cmm
  164.             *EnvSort.bat:  Sort environment variables alphabetically
  165.             *FileFind.bat: Wildcard search for files on current drive or on
  166.                            all drives
  167.             *GetUKey.cmm:  Display a choice prompt and then set an
  168.                            environment variable based on user's selection
  169.             *KbdBuf.bat:   Alter the size of the keyboard buffer
  170.             *KeyState.bat: Get or set the state of the NumLock, CapsLock,
  171.                            or Insert keys
  172.             *Mouse.bat:    Demonstrate reading a mouse's position and state
  173.             *PathAdd.bat:  Add a directory to your PATH environment
  174.                            variable.
  175.             *PathDel.bat:  Remove a directory from your PATH environment
  176.                            variable
  177.             *RunTime.bat:  Rudimentary scheme for executing a command at a
  178.                            certain time of day.
  179.             *Sound.bat:    Play a frequency for a given time period
  180.             *WinClip.cmm:  Utility to access Windows clipboard from DOS
  181.  
  182.           
  183. ------------------------- Quick Start For Windows --------------------------
  184.  
  185.           Create a directory to install CEnvi for Windows in (we recommend
  186.           CENVIWIN). UNZIP cenviwin.zip into the directory you created. CEnvi 
  187.           for Windows includes two executables. CEnviw.exe is a Windows
  188.           program that is both a Cmm interpreter and a Windows Command line
  189.           and servewin.com allows windows to control DOS sessions.
  190.                     
  191.           When you run CEnvi for Windows from program manager, it will provide 
  192.           a command-line interface (complete with shell commands you expect,
  193.           such as DIR, MKDIR, etc., and ability to call any program from the
  194.           shell or START executables). Type install, and the installation
  195.           script will set up CEnvi for Windows Properly. It will create a
  196.           CEnvi program group containing CEnvi for Windows, and a few sample
  197.           Cmm utilities.
  198.           
  199.           After CEnvi for Windows is installed, try the following sample
  200.           utilities. They best demonstrate the power of CEnvi for Windows.
  201.           All of these utilities can be run directly from the CEnvi for
  202.           Windows command line prompt. Some are shown as icons in the CEnvi
  203.           program group, double click to run them. All these samples may be
  204.           viewed using a standard text editor such as notepad.
  205.           
  206.    Windows Quick-Start Sample Files
  207.  
  208.             *BmpView.cmm:  Demonstrate the BMP.LIB routines by reading any
  209.                            number of .BMP files and displaying them.
  210.                            To run this program, type bmpview at the CEnvi 
  211.                            shell prompt.
  212.             *Dropper.cmm:  Perform command for all files Drag-&-Dropped to
  213.                            this tool.
  214.             *ExitWin.cmm:  Exit Windows; options to save files, force
  215.                            applications to quit, restart Windows, and
  216.                            reboot computer. To run this program, type exitwin
  217.                            at the CEnvi shell prompt.
  218.             *InputBox.cmm: Demonstrate uses of the InputBox() routine in
  219.                            InputBox.lib. To run this program, type inputbox
  220.                            at the CEnvi shell prompt.
  221.             *KeyGhost.cmm: Demonstrate how to use KeyPush.lib to control
  222.                            other applications. To run this program, type 
  223.                            keyghost at the CEnvi shell prompt.
  224.             *MenuNot.cmm:  Disable or delete a menu item. To run this program,
  225.                            type menunot at the CEnvi shell prompt.
  226.             *MsgBoxes.cmm: Show various message box types using the
  227.                            function in MsgBox.lib. To run this program, type
  228.                            msgboxes at the CEnvi shell prompt.
  229.             *Pm_exits.cmm: Adds Restart Windows and Reboot to Program manager.
  230.                            Meant to display adding menu selections to other 
  231.                            applications. To run this program, type pm_exits
  232.                            at the CEnvi shell prompt. To add this utility all
  233.                            the time, add an item to the startup group and set
  234.                            its command line to "CENVIW pm_exits.cmm".
  235.             *PMButt.cmm:   Replace Program Manager with a tiny button in
  236.                            upper-left corner for access to all PM items. To
  237.                            run this program, type pmbutt at the CEnvi
  238.                            shell prompt.
  239.             *PongTime.cmm: Bounce the Windows clock mini-app around. To run 
  240.                            this program, type pongtime at the CEnvi shell
  241.                            prompt.
  242.             *WinTools.cmm: Demonstrate many of the capabilities of
  243.                            WinTools.lib. To run this program, type wintools
  244.                            at the CEnvi shell prompt.
  245.  
  246.           
  247. ----------------------- Quick Start For OS/2 -------------------------------
  248.  
  249.           Create a directory to install CEnvi for OS/2 in (we recommend
  250.           CENVIOS2). UNZIP cenviOS2.zip into the directory you created. CEnvi 
  251.           for OS/2 includes two executables. CEnvi2.exe is a OS/2 program.
  252.           CEnvi2PM.exe is used by CEnvi2.exe to make presentation manager
  253.           calls. It must be in the current directory or in the search 
  254.           path for many of the Os/2 samples to work correctly.
  255.                     
  256.           The first time you run CEnvi for OS/2, run "install.cmm" from the Cmm
  257.           installation script. The installation script will set up CEnvi for
  258.           OS/2 Properly.
  259.                     
  260.           After CEnvi for OS/2 is installed, try the following sample
  261.           utilities. They best demonstrate the power of CEnvi for OS/2.
  262.           
  263.    OS/2 Quick-Start Sample Files
  264.  
  265.             *Bouncy.cmd:   Start a bouncy OS/2 Command Window. This
  266.                            demonstrates moving windows and silliness.
  267.             *ClipBrd.cmd:  Get or modify clipboard text
  268.             *DoFiles.cmd:  Perform any command on a list of files selected
  269.                            from a file dialog box
  270.             *DoMenu.cmd:   Execute any menu selection of a PM application,
  271.                            based on the name of the window and the menu text
  272.             *DOS.cmd:      Perform DOS command from an OS/2 session, with the
  273.                            option to "see" output of the command; mirrors 
  274.                            OS2.BAT
  275.             *KeyGhost.cmd: Sample for using KeyPush.lib to determine if
  276.                            CEnvi is worth the price of registration.
  277.             *MsgBoxes.cmd: Show various message box types using the
  278.                            function in MsgBox.lib.
  279.             *NumLock.cmd:  Turn on NUMLOCK key once, or maintain NUMLOCK ON.
  280.                            A shadow of NumLock.cmd can be put in startup
  281.                            folder to default computer to NumLock ON. 
  282.                            "NumLock 1000" will check every second to make
  283.                            sure that NUMLOCK is still set.
  284.             *ObjSet.cmd:   Alter WPS object and folder settings.  Run
  285.                            OBJSET MANUAL for complete description.
  286.             *OnTop.cmd:    Float window to top of all other windows
  287.             *OS2.bat:      Perform OS/2 command from a DOS session, with the
  288.                            option to "see" output of the command; mirrors 
  289.                            DOS.CMD.  Note that this requires CEnvi for DOS
  290.             *Session.cmd:  Replace OS/2's START command for greater control
  291.                            of starting sessions, including name, position,
  292.                            font, notebook settings, etc...
  293.             *Sessions.cmd: batch file to demonstrate various uses of
  294.                            Session.cmd
  295.             *ShutDown.cmd: Automated shutdown or reboot of OS/2 system,
  296.                            including options to save desktop settings or
  297.                            force shutdown/reboot with other programs running.
  298.             *TextWin.cmd:  GET/PUT text from/to a windowed DOS or OS/2
  299.                            session
  300.             *WinSet.cmd:   Set the position, size, state, etc... of a PM
  301.                            Window
  302.             *WinTools.cmd: Demonstrate many of the capabilities of
  303.                            WinTools.lib.  This is a fun one!
  304.           
  305.  
  306. --------------------- Quick Start For Windows/NT --------------------------
  307.  
  308.           CEnvi for Windows NT includes two executables: CEnviNT.exe is a
  309.           console (text-mode) application for running CEnvi scripts from
  310.           the default NT command line, or CEnvi scripts embedded within
  311.           batch files.  CEnviWNT.exe is a GUI application that operates as
  312.           a Cmm command-line shell, can execute Cmm scripts associated
  313.           with .cmm files, and provides more access than the console version
  314.           to the creation of windows within Windows NT.
  315.  
  316.           When you run either version of CEnvi for Windows from program
  317.           manager the first time, it will run the Cmm installation script
  318.           for that version, INSTALL.CMM. This will set up CEnvi for Windows
  319.           Properly. (You may execute the INSTALL utility again at any time,
  320.           from either version, by entering the command "INSTALL" at the CEnvi
  321.           command shell prompt.)
  322.  
  323.           For the console version (CEnviNT.exe), INSTALL.CMM will add the
  324.           CMMPATH to your environment group, and add the CEnvi path to the
  325.           PATH environment variable.
  326.  
  327.           For the GUI version (CEnviWNT.exe), INSTALL.CMM will update the
  328.           registry to locate CEnviWNT and the Cmm files and libraries in the
  329.           CMMPATH registered location, and the registry will also be updated
  330.           to associate files with the .cmm extension to CEnviWNT.EXE so they
  331.           can be automatically launched from File Manager.
  332.  
  333.           After CEnvi for Windows NT is installed, try the following sample
  334.           utilities. They best demonstrate the power of CEnvi for Windows NT.
  335.           All of these utilities can be run directly from the CEnvi for
  336.           windows command line prompt.  Some are shown as icons in the CEnvi
  337.           program group, double click to run them.  All of these samples may
  338.           be viewed using a standard text editor such as notepad.
  339.  
  340.     Windows NT Quick Start Sample Files
  341.  
  342.             *BmpView.cmm    Demonstrate the BMP.LIB routines by reading any
  343.                            number of .BMP files and displaying them. To run
  344.                            this program, type bmpview at the CEnvi shell
  345.                            prompt.
  346.             *Dropper.cmm    Perform command for all files Drag-&-Dropped to
  347.                            this tool. 
  348.             *InputBox.cmm    Demonstrate uses of the InputBox() routine in
  349.                            InputBox.lib. To run this program, type INPUTBOX
  350.                            at the CEnvi shell prompt.
  351.             *KeyGhost.cmm    Demonstrate how to use KeyPush.lib to control
  352.                            other applications. To run this program, type
  353.                            KEYGHOST at the CEnvi shell prompt.
  354.             *MenuNot.cmm    Disable or delete a menu item. To run this
  355.                            program, type MENUNOT at the CEnvi shell prompt.
  356.             *MsgBoxes.cmm    Show various message box types using the function
  357.                            in MsgBox.lib. To run this program, type msgboxes
  358.                            at the CEnvi shell prompt.
  359.             *PMButt.cmm       Replace Program Manager with a tiny button in
  360.                            upper-left corner for access to all PM items. To
  361.                            run this program, type PMBUTT at the CEnvi shell
  362.                            prompt.
  363.             *PongTime.cmm    Bounce the Windows clock mini-app around. To run
  364.                            this program, type PONGTIME at the CEnvi shell
  365.                            prompt.
  366.             *Reboot.cmm       Automate Program Manager File/Exit and dialog box
  367.                            to reboot system from command-line or CEnvi script.
  368.             *WinTools.cmm    Demonstrate many of the capabilities of
  369.                            WinTools.lib. To run this program, type WINTOOLS at
  370.                            the CEnvi shell prompt.
  371.  
  372.  
  373. ----------------------------- FILE LIST -----------------------------------
  374.  
  375. The CEnvi Unregistered Shareware package includes all the files
  376. in the following lists.  You are not permitted to upload or otherwise transfer
  377. copies of any unregistered version of CEnvi that do not include all of the
  378. files in these lists. If you want to upload a CEnvi sharware version to a
  379. BBS, you may consider calling the Nombas BBS to download the latest shareware
  380. zip files.
  381.  
  382. --------------- CENVIW.zip Contains the following files -------------------
  383.  
  384. CENVIW.EXE:   CEnvi shareware executable for Windows
  385. SERVEWIN.COM: Allows CEnvi for Windows to control DOS Boxes
  386. CENVI.DOC:    CEnvi Shareware Manual, Chapter 1: CEnvi Unregistered Shareware
  387. CMMTUTOR.DOC: CEnvi Shareware Manual, Chapter 2: Cmm Language Tutorial
  388. CMM_VS_C.DOC: CEnvi Shareware Manual, Chapter 3: Cmm versus C, for C
  389.               Programmers
  390. CENVILIB.DOC: CEnvi Shareware Manual, Chapter 4: Function Library
  391. LICENSE.DOC:  CEnvi Unregistered Shareware License Agreement
  392. README.DOC:   Introductory file. Read this first for quick intallation.
  393. REGISTER.DOC: CEnvi registration form
  394. INSTALL.CMM:  Cmm source file for installing this shareware version
  395.  
  396. *.CMM, *.CMD, *.BAT, *.LIB: Many sample programs using CEnvi for Windows.
  397.   See CENVI.DOC for a complete list.
  398.  
  399. ----------------- CENVID.zip Contains the following files -----------------
  400.  
  401. CENVID.EXE:   CEnvi shareware executable for DOS
  402. CENVID32.EXE: CEnvi shareware 32 Bit executable for DOS
  403. CMMTUTOR.DOC: CEnvi Shareware Manual, Chapter 2: Cmm Language Tutorial
  404. CMM_VS_C.DOC: CEnvi Shareware Manual, Chapter 3: Cmm versus C, for C
  405.               Programmers
  406. CENVILIB.DOC: CEnvi Shareware Manual, Chapter 4: Function Library
  407. LICENSE.DOC:  CEnvi Unregistered Shareware License Agreement
  408. README.DOC:   Introductory file. Read this first for quick intallation.
  409. REGISTER.DOC: CEnvi registration form
  410. INSTALL.CMM:  Cmm source file for installing this shareware version
  411.  
  412. *.CMM, *.CMD, *.BAT, *.LIB: Many sample programs using CEnvi for DOS.
  413.   See CENVI.DOC for a complete list.
  414.  
  415.  
  416. ------------------CENVI2.zip Contains the following files -----------------
  417.  
  418. CENVI2.EXE:   CEnvi shareware executable for OS/2
  419. CENVI2PM.EXE: Gateway program, executed transparently by CEnvi, for access
  420.               to PM-dependent system calls (OS/2 version only).
  421. CENVI.DOC:    CEnvi Shareware Manual, Chapter 1: CEnvi Unregistered Shareware
  422. CMMTUTOR.DOC: CEnvi Shareware Manual, Chapter 2: Cmm Language Tutorial
  423. CMM_VS_C.DOC: CEnvi Shareware Manual, Chapter 3: Cmm versus C, for C
  424.               Programmers
  425. CENVILIB.DOC: CEnvi Shareware Manual, Chapter 4: Function Library
  426. LICENSE.DOC:  CEnvi Unregistered Shareware License Agreement
  427. README.DOC:   Introductory file. Read this first for quick intallation.
  428. REGISTER.DOC: CEnvi registration form
  429. INSTALL.CMM:  Cmm source file for installing this shareware version
  430.  
  431. *.CMM, *.CMD, *.BAT, *.LIB: Many sample programs using CEnvi for OS/2.
  432.   See CENVI.DOC for a complete list.
  433.  
  434. -------------------------- REGISTRATION --------------------------------
  435.  
  436. This is a shareware release  Please register.  As a registered CEnvi user
  437. you will receive the following benefits:
  438.  
  439. *The latest version of CEnvi for all supported platforms (currently DOS,
  440.   OS/2, Windows, and NT).
  441.   
  442. *The CEnvi user's manual--about 200 pages, including a description of the
  443.   Cmm programming language and a tutorial for those who have never programmed,
  444.   and descriptions and examples of the over 150 functions included in the
  445.   CEnvi library).
  446.   
  447. */BIND option for creating standalone executables from Cmm scripts for
  448.   your own personal use.
  449.   
  450. *Support from Nombas and CEnvi/Cmm users through CompuServe
  451.   (72212,1622), internet (nombas@nobmas.com), the cenvi-cmm e-mail mailing
  452.   list (cenvi-cmm@world.std.com), phone (617-391-6595), the Nombas BBS
  453.   (617-391-3718), or Compuserve in PCUTIL forum 3.
  454.   
  455. *Access to the growing list of CEnvi utilities and libraries (some of which
  456.   are included in this unregistered shareware package, and others are
  457.   contributed by Nombas and CEnvi/Cmm users to the electronic locations
  458.   described above). Available on the Nombas BBS, from internet via
  459.   anonymous ftp at ftp.std.com in the /vendors/CEnvi-Cmm directory, or in
  460.   CompuServe in PCUTIL library 3 (search on CEnvi, Cmm, CENV, & CNV).
  461.  
  462. There are four ways to register CEnvi version 2.00: 
  463.  
  464. ************************************************************************
  465. ****** REGISTRATION METHOD 1: CENVI MAIL-IN/FAX REGISTRATION FORM ******
  466. ************************************************************************
  467. Please fill out and mail in or fax this form, along with payment.
  468.  
  469. Name: _________________________________________________________________
  470.  
  471. Company: ______________________________ Position: _____________________
  472.  
  473. Address: ______________________________________________________________
  474.  
  475. _______________________________________________________________________
  476.  
  477. ______________________________________________________________________
  478.  
  479. Country: _________________________   (add ZIP code if applicable)
  480.  
  481. Phone: ___________________________  EMail: ______________________________
  482.  
  483.  
  484. CEnvi Single-user License & Manual .. Quantity _____ x $69.00 = $ _________
  485. License fee for additional CEnvi users at your
  486. organization (does not include additional manual
  487. or diskettes)... Additional simultaneous users _____ x $39.00 = $ _________
  488. 10-User License .. 2 media & manual.. Quantity ____ x $299.00 = $ _________
  489. 50-User License .. 2 media & manual.. Quantity ____ x $899.00 = $ _________
  490.  
  491. Additional CEnvi Manuals ............ Quantity _____ x $15.00 = $ _________
  492. Shipping outside USA, Canada, or Mexico  $4.00 ................ $ _________
  493.                                                        Subtotal $ _________
  494. Massachusetts residents please add 5% sales tax ............... $ _________
  495. Check handling fee IF CHECK NOT DRAWN ON A U.S. BANK . $30.00 = $ _________
  496.  
  497.                                                           Total $ _________
  498.  
  499. Include a check or money order for this total, IN U.S. FUNDS AND DRAWN ON A
  500. U.S. BANK (if not drawn on U.S. bank then add the $30 handling fee),
  501. payable to Nombas, or supply the following credit card payment information.
  502.  
  503. Credit card orders (circle one): MasterCard / Visa / American Express
  504.  
  505.     Card Number _____________________________________  Expires ____________
  506.  
  507.     Exact name on card (print) ____________________________________________
  508.  
  509.     Signature (REQUIRED) __________________________________________________
  510.  
  511. Mail this form, along with payment or credit information, to:
  512.                Nombas
  513.                64 Salem St.
  514.                MEDFORD MA 02155   USA
  515. or fax to:
  516.                Nombas
  517.                (617) 391-3842
  518.  
  519.  
  520. ***************************************************************************
  521. ******** REGISTRATION METHOD 2: COMPUSERVE ELECTRONIC REGISTRATION ********
  522. ***************************************************************************
  523. CompuServe members may register directly through the CompuServe
  524. Registration Service.  To use this service enter GO SWREG at your CI$
  525. prompt.  Registration ID is 1354 for CEnvi for DOS, 1355 for CEnvi for
  526. OS/2, and 1356 for CEnvi for Windows (you only need to register ONE
  527. version).  Nombas will immediately be informed of your registration, and
  528. the CEnvi registration fee will automatically be added to your CompuServe
  529. bill.
  530.  
  531.  
  532. ***************************************************************************
  533. ************ REGISTRATION METHOD 3: Public (software) Library *************
  534. ***************************************************************************
  535. CREDIT CARD ORDERS ONLY -
  536.  
  537. You can order with MC, Visa, Amex, or Discover from Public (software)
  538. Library by calling 800-2424-PsL or 713-524-6394 or by FAX to 713-524-6398
  539. or by CIS EMail to 71355,470. You can also mail credit card orders to PsL
  540. at P.O.Box 35705, Houston, TX 77235-5705.
  541.  
  542. THE ABOVE NUMBERS ARE FOR ORDERS ONLY.
  543.  
  544. Any questions about the status of the shipment of the order, refunds,
  545. registration options, product details, technical support, volume discounts,
  546. dealer pricing, site licenses, etc., must be directed to Nombas (see phone
  547. number and addresses below).
  548.  
  549. To insure that you get the latest version, PsL will notify Nombas the day
  550. of your order and we will ship the product directly to you.
  551.  
  552. CEnvi (all versions) is PsL product #11069.
  553.  
  554.  
  555. ***************************************************************************
  556. ************** REGISTRATION METHOD 4: KDL (Germany) Library ***************
  557. ***************************************************************************
  558.  
  559. Registration and instructions may be found through KDL-Registration Service
  560. in Germany:
  561.  
  562. fax number:
  563.     * for German customers only:    089-895626-99
  564.     * for international customers: ++49-895626-99
  565.  
  566. phone number: 
  567.     * for German customers only:    089-895626-50
  568.     * international customers:    ++49-89-895626-50
  569.  
  570. Normally we do not take any orders by phone, but this number can be used to
  571. request our registration form and our general registration rules.
  572.  
  573. Email-adresses:
  574.     * INTERNET:100347.2627@compuserve.com
  575.     * INTERNET:regservice@kellydata.de
  576.  
  577. The second number is available in March 1996, but should be used from that time
  578. on.
  579.     
  580. Mail.adress:    KDL-Registrierungsservice
  581.         Norbert M. Burkhard
  582.         Lena-Christ-Str.: 50
  583.         82152 Martinsried  / Munich
  584.         Germany
  585.  
  586. ***************************************************************************
  587. Thank you for trying this shareware copy of CEnvi.  Mail inquires and other
  588. correspondences to:
  589.      Nombas
  590.      64 Salem Street
  591.      Medford, MA  02155   USA
  592.  
  593. Nombas may also be contacted at:
  594.      Phone:      (617)391-6595
  595.      Internet:   nombas@nombas.com
  596.      WEB:        http://www/nombas.com
  597.      CompuServe: 72212,1622
  598.      BBS:        (617)391-3718
  599.      Fax:        (617)391-3842
  600.