home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / BENCHMAR / SIEVE.ZIP / SIEVE.DOC next >
Encoding:
Text File  |  1990-11-03  |  6.6 KB  |  205 lines

  1.  
  2. SIEVE is a freeware program that tests processor speed. Unlike some
  3. other programs that are designed around commercial interests, SIEVE is
  4. designed to be realistic.
  5.  
  6. If you like this program, consider looking into our other software.
  7.  
  8.  
  9.       Information and order forms:
  10.  
  11.       ======================================================
  12.  
  13.       The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  14.       more powerful for the professional.
  15.  
  16.       DIRECTORY MASTER is a powerful hard disk managment utility. It
  17.       brings up your hard disk files and allows you to mark selected
  18.       files so you can copy them, delete them, or move them. It also
  19.       allows you to rename files, change dates, and change attributes.
  20.       You can also run programs or set up your function keys to run
  21.       programs on selected files.
  22.  
  23.       DOLIST makes being at DOS easier. It gives you full line editing,
  24.       like a word processor, for your commands. It also stores commands
  25.       so that you can re-execute them. It remembers subdirectories and
  26.       allows you to go back to them by pressing the TAB key. It offers
  27.       programmable function keys, DOS extensions, multiple execution,
  28.       and many more features you have got to have.
  29.  
  30.       PICK DIRECTORY allows you to move through the directory system by
  31.       displaying a graphic tree and letting you use your arrow keys to
  32.       move around. It also lets you create, delete, rename, and hide
  33.       directories.
  34.  
  35.       TEDIT (from SemWare) is a powerful, easy to use full screen
  36.       editor.
  37.  
  38.       MARXTSR is a set of memory and TSR management utilities that let
  39.       you load and unload TSRs (Terminate and stay resident programs)
  40.       from memory. Utilities to list menory allocation and turn TSR's
  41.       on and off.
  42.  
  43.       And many more ... Also includes is D, a fancy directory listing
  44.       program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  45.       FIND, FREE, PIPEDIR, VERSION, and many more.
  46.  
  47.       The Dos Toolbox sells for $59.95.
  48.  
  49.       ======================================================
  50.  
  51.       We are also selling QEdit from Semware. QEdit is a professional
  52.       editor from Semware. TEdit is a mini version of QEdit. If you
  53.       like TEdit, You'll love QEdit.
  54.  
  55.       1-800-548-5353 Order Line
  56.       1-417-866-1222 Voice Line
  57.       1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  58.  
  59.       
  60.       MARXMENU:
  61.  
  62.       For the menu user who is interested in POWER!
  63.  
  64.       MarxMenu version 1.99 is a menu system that uses NO RAM. MarxMenu
  65.       is compatible with all networks and contains a powerful menu
  66.       language. This language gives you complete screen control as well
  67.       as conditional menus. Math and string functions as well as
  68.       multidimensional arrays are supported. MarxMenu can read
  69.       environment variables, ports, ram locations, time, dates, the
  70.       contents of text files, ect. and make decisions on them.
  71.  
  72.       Screen control includes multi-layer exploding windows with
  73.       unlimited number of selections and unlimited windows. 43/50 line
  74.       ega and vga modes are supported. MarxMenu contains a screen
  75.       blanker, password security on anything, keyboard lockout.
  76.       MarxMenu can run programs while staying resident and read the dos
  77.       errorlevel codes they return or marxmenu can return custom
  78.       errorlevel codes to a calling program or batch file. MarxMenu can
  79.       view text files in a window, read text files into an array and
  80.       let you choose a line from that array in a window. MarxMenu can
  81.       write string arrays to text files.
  82.  
  83.       This menu system is targeted at the user whose primary interest
  84.       is POWER! Here is a simple sample of what MarxMenu script looks
  85.       like:
  86.  
  87.       ==========================================
  88.  
  89.       ;This menu is a sample of a simple menu.
  90.       ;To run this menu type 'MARX SAMPLE'
  91.  
  92.       TextColor Yellow Red
  93.       ClearScreen
  94.       BoxBorderColor Green Blue
  95.       BoxInsideColor Yellow Blue
  96.       DrawBox 25 7 32 13
  97.       WriteCenter '* Sample Menu *'
  98.       Writeln
  99.       Writeln
  100.       Writeln '   A - Directory'
  101.       Writeln '   B - Wide Directory'
  102.       Writeln '   C - Run ChkDsk'
  103.       Writeln '   D - Type Menu to Screen'
  104.       Writeln '   E - Edit This Menu'
  105.       Writeln '   F - Drop to Dos'
  106.       Writeln ' Esc - Exit'
  107.       Writeln
  108.       Write ' Select: '
  109.  
  110.       OnKey 'A'
  111.          DIR
  112.          Pause   ;Lets you see the directory before screen clears
  113.  
  114.       Onkey 'B'
  115.          DIR/W
  116.          Pause
  117.  
  118.       OnKey 'C'
  119.          CHKDSK
  120.          Pause
  121.  
  122.       OnKey 'D'
  123.          TYPE SAMPLE.MNU|MORE
  124.          Pause
  125.  
  126.       OnKey 'E'
  127.          TEDIT SAMPLE.MNU
  128.  
  129.       OnKey 'F'
  130.          @Echo To Return to the SAMPLE menu type EXIT
  131.          @Echo .
  132.          COMMAND
  133.  
  134.  
  135.       MarxMenu comes with TEDIT and MARXTSR manager and a few goodies
  136.       out of the DOS ToolBox.
  137.  
  138.       ==========================================
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.         Make Check            Computer Tyme            Order Form 2.7
  152.         Payable To:    411 North Sherman Suite 300
  153.                           Springfield Mo. 65802
  154.                      (417) 866-1222  (800) 548-5353
  155.  
  156.  
  157.         Please send me the Computer Tyme Software.
  158.  
  159.         =============================================================
  160.  
  161.         Name:        ________________________________________________
  162.  
  163.         Address:     ________________________________________________
  164.  
  165.         City/St/Zip: ________________________________________________
  166.  
  167.         Phone:       ________________________________________________
  168.  
  169.         Computer:    ________________________________________________
  170.  
  171.         Got From:    ________________________________________________
  172.  
  173.         Comments:    ________________________________________________
  174.  
  175.                      ________________________________________________
  176.  
  177.                      ________________________________________________
  178.  
  179.  
  180.         ___ Enclosed is $59.95 for The DOS ToolBox.
  181.  
  182.         ___ Enclosed is $59.95 for MarxMenu.
  183.  
  184.         ___ Enclosed is $99.95 for Both.
  185.  
  186.         ___ Enclosed is $49.95 for QEdit (from SemWare).
  187.  
  188.  
  189.         Network licenses are sold on a per fileserver basis.
  190.  
  191.         ___ Enclosed is $495 for The DOS ToolBox network version.
  192.  
  193.         ___ Enclosed is $495 for MarxMenu network version.
  194.  
  195.         ___ Enclosed is $750 for Both network version.
  196.  
  197.  
  198.         ___ Add $3.00 for Shipping and Handling.
  199.  
  200.         ___ I need 3 1/2 Inch Media.
  201.  
  202.  
  203.         =============================================================
  204.  
  205.