home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / conix / conix.lbr / PRODUCTS.TZT / PRODUCTS.TXT
Encoding:
Text File  |  1986-10-08  |  11.5 KB  |  398 lines

  1.  
  2.  
  3.          * * * * * * * * * * * * * *
  4.          * ConIX Operating System: *
  5.          * * * * * * * * * * * * * *
  6.  
  7. A complete upgrade for all 48K+    CP/M 2.2/3.0 and equivalent
  8. systems.  Provides professional    capabilities with blinding
  9. speed, as often    found on more expensive    state-of-the-art
  10. MS-DOS(tm) and UNIX(tm)    machines.
  11.  
  12. ConIX eliminates all points of user frustration    with CP/M.
  13. Replaces the standard plain-vanilla CCP    with a greatly
  14. superior user interface    providing increased power,
  15. productivity, and ease of system use.
  16.  
  17. "(ConIX) goes a    great deal farther in flexibility than any
  18. other CP/M shells... this system has all of its    competitors
  19. beat." Computer    Language, 6/85.
  20.  
  21. Features include:
  22.  
  23.      * I/O Redirection and Pipes (uses memory or disk)
  24.      * Vastly improved and redesigned User Areas
  25.      * Command and Overlay-File    Path Searching
  26.      * End-of-screen output page pause
  27.      * 8Mb capacity disk-based Print Buffering
  28.      * 22 new BDOS SysCalls
  29.      * User-Definable Function Keys
  30.      * Exit Status Return Code Testing
  31.      * Prompt displays user number and drive R/O
  32.      * Command line memory access and debugging
  33.      * Virtual disk system
  34.      * Type-Ahead Buffering with Echo and Cancel
  35.      * Archiver    with time-stamp    (saves disk space)
  36.      * Over 300    Data Variables
  37.      * Multiple    commands per line
  38.      * Upper/Lower Case    and Argument Handling
  39.      * Filename    argument pattern matching
  40.      * Command memory-relocation facility
  41.      * User-Definable I/O Devices
  42.      * Over 100    built-in commands
  43.      * Sophisticated TPA Memory    Management
  44.      * On-Line Manual -    user customizable
  45.  
  46. Easy one minute    installation requires no system    or BIOS
  47. modifications.    Runs with CP/M for 100%    compatibility with
  48. existing software and data files.  Uses    only 1/2K TPA memory,
  49. 0-27K disk minimum.
  50.  
  51. ConIX is the greatest, most powerful 8-bit upgrade, with speed
  52. and capabilities that are so incredible    it's bringing users
  53. back to    CP/M!  See what    its like to use    software at its    best -
  54. try ConIX today!
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.            * * * * * * * * * * * * * * * *
  70.            * ConIX Pull-Down Menu System *
  71.            * * * * * * * * * * * * * * * *
  72.  
  73. The ConIX Pull-Down Menu System    is an add-on package for the
  74. basic ConIX Operating System.  It provides a simple user-
  75. friendly menu-driven interface to all programmable ConIX
  76. functions.
  77.  
  78. "It's impressive." Computer Language, 6/85.
  79.  
  80. Features include:
  81.  
  82.      * All ConIX default settings can be changed temporarily
  83.        or saved    for recall each    time ConIX is initially    loaded
  84.        into your system.
  85.      * Automatically edits the startup PROFILE command when
  86.        changing    system parameters.
  87.      * Set ConIX to load and execute whenever your system is
  88.        powered up or reset (cold booted).
  89.      * Set ConIX to execute a sequence of internal commands or
  90.        chain to    any existing program after each    cold system
  91.        load.
  92.      * Quick one-keystroke loading and execution from any
  93.        drive and/or user area.
  94.      * Fully menu-driven, with helpful prompts and built-in
  95.        plain-English explanations of all menu functions.  Set
  96.        ConIX features on-the-fly without having    to refer to
  97.        system documentation.
  98.      * Complete, fully-commented Command Language source code
  99.        included    - easily customized to your own    personal
  100.        tastes.    Great example for learning how to write
  101.        intricate shell language    scripts.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.         * * * *    * * * *    * * * *    * * *
  136.         * ConIX    Programming System: *
  137.         * * * *    * * * *    * * * *    * * *
  138.  
  139. The ConIX Programming System is    an add-on product which
  140. enhances the capabilities of the basic ConIX Operating System.
  141. This package provides several utilities    including an
  142. incredibly powerful, full-featured "shell" programming
  143. language which replaces    the obsolete CP/M SUBMIT facility.
  144.  
  145. At the heart of    the system is a    special    Preprocessor which
  146. translates program source code into an execution-optimized
  147. pseudocode.  ConIX runs    this file directly off disk using a
  148. virtual-memory scheme.    This innovative    design provides
  149. execution speed    surpassing that    of many    minicomputers!
  150.  
  151. "A powerful... excellent programming language."
  152. Micro/Systems Journal, 5/86.
  153.  
  154. Features include:
  155.  
  156.      * If-Then-Else Conditional    Testing
  157.      * While-Do    Conditional Block Loops
  158.      * Switch-Case-Default String Testing
  159.      * Nest Constructs/Files to    255 levels
  160.      * Gosub/Return Subroutines
  161.      * XSUB-like pipelines to any program
  162.      * Statement labels    to 128 characters
  163.      * Goto Conditional    Branching
  164.      * On-Interrupt branch/kill/ignore
  165.      * On-Execution error traps
  166.      * Run-time    positioning to any code    line
  167.      * Exit Status Code    Testing
  168.      * Shell Source Code Preprocessor
  169.      * Generates .COM Pseudocode Executables
  170.      * Preprocessor strips comments, tokenizes
  171.      * Program source code size    up to 64K lines
  172.      * Generated code not restricted by    TPA RAM
  173.      * Automatic Memory-Variable Allocation
  174.      * String and Numeric Variable Substitution
  175.      * Integer Math Package
  176.      * Relocatable Assembly Code Generator
  177.      * Hex Assembly Code Manipulation Package
  178.  
  179. The ConIX Programming System is    the one    package    which can take
  180. all the    exciting features ConIX    provides and tie them together
  181. with your existing base    of software to create totally new
  182. applications.
  183.  
  184. Use the    Programming System to design intricate menu systems,
  185. process    automation scripts, aliases, and custom    user-friendly
  186. interfaces.  It's a definite must for CP/M power-users and
  187. developers!
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.          * * * * * * * * * * * * * * * * * *
  202.          * ConIX Library I - XCC Utilities *
  203.          * * * * * * * * * * * * * * * * * *
  204.  
  205. The ConIX Library is a collection of utility and application
  206. software designed exclusively for use with the ConIX Operating
  207. System.
  208.  
  209. Volume I contains over 25 general purpose utilities written in
  210. the ConIX shell    language, with fully commented source code
  211. included!
  212.  
  213. "A superb product at a reasonable price. ConIX is a bargain."
  214. Micro/Systems Journal, 5/86.
  215.  
  216. Features include:
  217.  
  218.      * Complete    Hierarchical Directory System
  219.        Overlay adds Pathnames to existing software
  220.      * Alternative Named User-Area System
  221.        Assigns a descriptive name to user numbers
  222.      * Interactive Program Debugging Tool
  223.        Loads without disturbing    TPA memory
  224.      * Move/Copy/Link multiple disk files
  225.      * Print files with    pagination control, headers,
  226.        line and    page numbers, single sheet feed
  227.      * Review disk files for deletion
  228.        Clean up    clutter    and old    files in directory
  229.      * Quickly change file modes and attributes
  230.      * Expand tabs and strip 8th bit in    files
  231.      * Split a file into segments by lines/bytes
  232.      * Restore previously erased disk files
  233.        Statistics determine if recovery    is possible
  234.      * Full-screen TYPE    with page-pause,
  235.        searching, screen-print,    reverse    scrolling
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.         * * * *    * * * *    * * * *    * * *
  268.         * ConIX    Questions & Answers *
  269.         * * * *    * * * *    * * * *    * * *
  270.  
  271. What exactly is    ConIX?
  272.  
  273. ConIX can be described as a replacement    for the    Console
  274. Command    Processor - the    part of    CP/M that processes and
  275. executes commands.  In addition    to supporting all the existing
  276. CCP functions, ConIX adds hundreds of new commands and
  277. features to CP/M, from internal    commands that are available at
  278. the system prompt level, to System Calls that go deep into the
  279. inner workings of your computer.  That makes ConIX more    than
  280. just a CCP replacement.     That makes ConIX an Operating System!
  281.  
  282.  
  283. I've seen other    programs that have similar features.
  284. How does ConIX compare?
  285.  
  286. While other manufacturers offer    CP/M enhancements, none    can
  287. even compare to    ConIX as far as    price per feature and
  288. functionality.    If you pieced together a set of    software from
  289. different companies that came as close as possible to what
  290. ConIX provides,    the total cost would be    over $300.  At that
  291. price you'd get    a set of programs that run independently, and
  292. don't even interface with each other.  If you take a good look
  293. at ConIX, you'll find it one of    the best buys in software
  294. available today!
  295.  
  296.  
  297. Does ConIX use a lot of    memory and disk    space?
  298.  
  299. Some programs are overly expensive with    regard to disk and
  300. memory usage, partly because they were written mainly to be
  301. sold, and not to be used.  ConIX, on the other hand, is    most
  302. efficient in these areas.
  303.  
  304. Advanced Disk Buffering, Disk Optimization, and    Memory
  305. Management techniques make ConIX very thrifty and highly
  306. flexible as far    as disk    and memory overhead is concerned.  In
  307. fact, our archiver can even compact disk file storage by more
  308. than 50%!
  309.  
  310.  
  311. Will ConIX slow    my system down?
  312.  
  313. ConIX was designed to perform acceptably fast on a 2 MHz 8080
  314. with 8"    SSSD drives, the slowest existing CP/M system.    If
  315. your system runs any faster than the crawl of an 8080, you may
  316. not even notice    a difference in    speed.    In fact, if you    use a
  317. hard or    RAM disk, ConIX    will improve system performance!
  318.  
  319.  
  320. Will I lose CP/M compatibility with ConIX?
  321.  
  322. ConIX does not replace CP/M, but actually works    with it.  A
  323. valid analogy is:  CP/M    is to ConIX what the BIOS is to    CP/M,
  324. thus all of CP/M functions as the "system dependent section"
  325. under ConIX.  Since CP/M will never leave your system,
  326. complete software and data file    compatibility can be assured.
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333. Will ConIX really work on my system?
  334.  
  335. If your    system has an 8080/8085/Z80 CPU    with at    least 48K of
  336. memory,    running    CP/M 2.2, 3.0, or an equivalent    (emulators
  337. included), the answer is yes.  ConIX is    machine    independent
  338. within the CP/M    family,    so you don't have to worry about
  339. things like disk controllers, terminal type and    printer    brand.
  340. ConIX uses the same internal conventions as any    standard
  341. program, and simply requires CP/M compatibility    in order to
  342. run.
  343.  
  344.  
  345. How difficult will it be for me    to install ConIX?
  346.  
  347. ConIX can be installed in as little as one minute without any
  348. modifications to existing hardware or software!     There are no
  349. complicated installation programs that ask a barrage of    101
  350. questions about    intricate details even an expert couldn't
  351. answer.     The user is, instead, provided    with the ability to
  352. customize the operation    of ConIX from the system prompt    level.
  353. Everything is truly programmable, and little is    hard-wired at
  354. the time of installation.
  355.  
  356.  
  357. What about software upgrades?
  358.  
  359. We do, from time to time, upgrade ConIX    by adding new features
  360. or improving existing ones.  You will be notified by mail when
  361. these are available.  The price    will always be reasonable, as
  362. we do not believe that our customers should pay    more than once
  363. for a single product.  Our current rates are only $10-$20.
  364.  
  365.  
  366. If I have more questions, who do I contact?
  367.  
  368. If you need more information about ConIX, write    to us at the
  369. address    below or contact your local software dealer.  The
  370. support    you receive as a potential customer will be as prompt
  371. and courteous as given those who already own ConIX.  Thank you
  372. very much for your time    and consideration.
  373.  
  374.            Computer    Helper Industries Inc.
  375.              Post Office Box 680
  376.            Parkchester Station, N.Y. 10462
  377.             (212) 652-1786
  378.  
  379.       "We're helping your computer work    better for you!"
  380.  
  381. Trademarks:  ConIX - Computer Helper Industries,
  382.          CP/M - Digital Research,
  383.          Microshell    - New Generation Systems,
  384.          ZCPR - R. Conn/Echelon,
  385.          MS-DOS - Microsoft,
  386.          UNIX - AT&T Bell Labs
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397. ôë
  398. PRODUCTSTXTσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσσ