home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / LIB019 / READ.ME next >
Text File  |  1987-03-01  |  19KB  |  388 lines

  1.  
  2.  
  3.        +------------------------------------------------------+
  4.        |  Welcome to "User Supported Software".               |
  5.        |  This remarkable revolution in software distribution |
  6.        |  was  co-pioneered in 1982 by Jim Button and  Andrew |
  7.        |  Fluegelman.   It  has become a major force  in  the |
  8.        |  software industry, helping to drive software prices |
  9.        |  down and eliminate copy protection schemes.         |
  10.        +------------------------------------------------------+
  11.  
  12.  
  13.               HERE'S HOW USER SUPPORTED SOFTWARE WORKS:
  14.  
  15. You are encouraged to copy the program diskette and share it freely with
  16. others.  You have the luxury of trying out the complete program, at your
  17. own pace and in the luxury of your own home or workplace.  This is not a
  18. crippled or "demo" copy, but the complete working version of the program.
  19.  
  20. If, after trying out the program, you decide to continue to use it, you
  21. are trusted to purchase the program from the program's author, or from an
  22. authorized dealer. There is an order form at the end of this document.
  23.  
  24.  
  25. Why pay at all?
  26. --------------------------------------------------------------
  27.    *  You receive a CURRENT copy of the program, with the latest
  28.       improvements and bug fixes
  29.    *  One year of technical support - by phone or written
  30.    *  Notification of updates (and fixes, if required)
  31.    *  Inexpensive upgrade offers
  32.    *  Notification of new products
  33.    *  Your input and ideas help shape future products
  34.    *  Periodic offers and "deals" (for our customers only)
  35.    *  Access to the on-line ButtonWare Bulletin Board, which
  36.       means:
  37.         - Information and announcements (on line)
  38.         - Communication with other ButtonWare users
  39.         - More technical support, and helpful tips/pointers
  40.    *  A sense of pride and ownership, in having honestly
  41.       participated in the User Supported software revolution
  42.    *  You help to keep software prices down, by supporting a
  43.       distribution method which doesn't rely on expensive
  44.       advertising campaigns.
  45.  
  46.  
  47. So please, dive in and enjoy the fun of sharing good software legally with
  48. your friends and associates. But please be aware of the following
  49. restrictions, designed to protect the community of User Supported software
  50. users and authors, and to prevent greedy people from taking unfair advantage
  51. of the trust, hard work, and good will of User Supported software authors:
  52.  
  53. 1. No price or consideration may be charged. However, a distribution cost may
  54.    be charged for the cost of the diskette, shipping, and handling, so long
  55.    as it's not more than $10 total.
  56.  
  57. 2. The files and programs on the disk may not be modified, deleted, nor
  58.    added to.
  59. 
  60. 3. The programs cannot be sold as part of some other more inclusive package.
  61.  
  62. 4. The programs cannot be "rented" or "leased" to others.
  63.  
  64. 5. In the case of distribution via computerized "bulletin boards" or through
  65.    any other telecommunications link the following must be done:
  66.     *  X-Modem or some other error checking protocol must be used
  67.     *  All ButtonWare programs (and documentation files) must be
  68.        transferred in library format. That means the files have
  69.        all been combined into one file. You can get assistance with
  70.        this procedure from the Technical Support Department at
  71.        ButtonWare.
  72.  
  73. 6. If you're copying the disk for distribution to students in a classroom,
  74.    you must provide them with the following written notice:
  75.  
  76.       +-----------------------------------------------------+
  77.       | This  diskette  is  distributed to you through the  |
  78.       | courtesy of your school and instructor, and         |
  79.       | Jim Button.  No royalty or registration fee has     |
  80.       | been paid for the programs, which are for your use  |
  81.       | and evaluation as a student.                        |
  82.       |                                                     |
  83.       | If you wish to receive technical support from       |
  84.       | ButtonWare, as well as announcements of updates and |
  85.       | improvements to the programs, you must first become |
  86.       | a "registered user."  You do that by purchasing     |
  87.       | each program you plan to use - from an authorized   |
  88.       | dealer or directly from ButtonWare:                 |
  89.       |                                                     |
  90.       |                    Jim Button                       |
  91.       |                  P.O.  Box 5786                     |
  92.       |                Bellevue, WA 98006                   |
  93.       |                                                     |
  94.       | You may also purchase by calling our toll-free      |
  95.       | order line, 1-800-JBUTTON.                          |
  96.       +-----------------------------------------------------+
  97.  
  98. 7. XD may not be copied or shared outside the United States, Canada
  99.    and England.  We believe that most foreign users are best served
  100.    by their own publishers who sell licensed versions of XD.
  101. 
  102. OPERATING INSTRUCTIONS
  103. ----------------------
  104.  
  105. Extended DOS (XD) provides some useful extensions to the standard DOS commands.
  106. In particular, it adds three useful features and several new functions that
  107. are not in standard DOS.
  108.  
  109. Extended features:
  110.  
  111.         1: Menu support.  If you are not sure of an Extended DOS command
  112.            simply type:
  113.  
  114.            XD
  115.  
  116.            This will cause a master menu to appear that has context sensitive
  117.            help to guide you in developing the correct command line.
  118.  
  119.         2: Before the XD command is executed, you will be shown a list of all
  120.            the filenames that will be acted upon, and you will be able to
  121.            select from the list, those files that you want included in the
  122.            operation.  For example, if you enter the command "XD DEL *.*" all
  123.            of the files in the current directory will be listed on the screen.
  124.            You will be able to pick from the list those files that you want to
  125.            delete.
  126.  
  127.         3: You may enter multiple file specifications on one command line.
  128.  
  129. Extended DOS functions:
  130.  
  131.         Detailed discussion of all of these functions can be located through
  132.         the help menu so only a brief summary is presented here. The current
  133.         functions are:
  134.  
  135.         ATTR - The Attribute function allows you to change the attributes of
  136.         files.  For example, files can be made read only, hidden, etc..
  137.  
  138.         COPY - This function copies files from one drive\path to another.
  139.  
  140.         DEL  - The Delete function erases files from the disk.
  141.  
  142.         KILL - The kill function allows you to specify directory names to be
  143.         removed from the disk.  This function will erase all files and remove
  144.         all subdirectories that are included within the specified directory
  145.         name.  As a safety measure, you will be given a chance to verify
  146.         erasure of any files if they are present.
  147.  
  148.         LIST - The List function types a file to the screen or to the printer
  149.         using a number of useful options.  It automatically inserts page
  150.         headings and form feeds if required.
  151.  
  152.         MOVE - The Move function is equivalent to a combined Copy-Delete
  153.         function.  Files are transferred from one drive or directory to
  154.         another and are removed from their original location.
  155.  
  156.         REN - The Rename function allows filenames to be changed. With DOS
  157.         versions 3.0 and greater directories can also be renamed.
  158.  
  159.         SEARCH - This function allows you to search files for text patterns.
  160.         The results of the search are shown in context and may be echoed to
  161.         the printer.
  162. 
  163.         TIME - The Date/Time function allows you to modify the time and date of
  164.         files.
  165.  
  166.         UP   - The Update function reads the filename list from the target
  167.         drive\path directory.  It then searches the current PATH to find more
  168.         current versions of the target files.  It then copies the more recent
  169.         versions of the files to the target drive\path.  This function is
  170.         particularly useful for updating backup diskettes.
  171.  
  172. Extended DOS (XD) is simple to install and to use:
  173.  
  174.         1. INSTALLATION ON A DISKETTE: Simply make a backup copy of your
  175.            original diskette.  First, write protect the original diskette and
  176.            put it into drive A:.  Then insert a blank, formatted diskette into
  177.            drive B: and Enter
  178.  
  179.                               COPY A:*.*  B:
  180.  
  181.            being sure to insert the spaces before the letters A and B.  The
  182.            diskette in drive B: is now ready for everyday use.
  183.  
  184.         2. INSTALLATION ON A HARD DISK: It is a good idea to make a backup of
  185.            the original diskette as described in 1) above.  To install the XD
  186.            programs on a hard disk simply copy them to any directory on the
  187.            DOS path.  For example, many IBM-XT users have their DOS files in a
  188.            subdirectory named C:\DOS and they use a path that is something
  189.            like:
  190.                                 PATH C:\; C:\DOS;
  191.  
  192.            Such a user can install XD by placing the XD original diskette into
  193.            drive A: and Entering:
  194.  
  195.                                 COPY  A:*.*  C:\DOS
  196.  
  197.            It doesn't really matter which directory the XD programs are copied
  198.            to as long as the destination is either the hard disk root
  199.            directory, or is a sub directory on the DOS path.
  200.  
  201.         3. XD PROGRAMS:
  202.  
  203.                 XD.EXE
  204.                         - This is the main Extended DOS program and the only
  205.                           one you will ever need to run.
  206.  
  207.                 XDMENU.EXE
  208.  
  209.                         - The functions of this program have been included
  210.                           in the latest version of XD.EXE.  It is no longer
  211.                           included on the distribution disk as a separate
  212.                           program.
  213. 
  214.                 XD.HLP
  215.  
  216.                         - This is a text file that is used by the XDMENU
  217.                           program if you request help.  The whole help file
  218.                           also serves as a manual for XD if you list it out on
  219.                           a printer e.g. with the command:
  220.  
  221.                                         PRINT XD.HLP
  222.  
  223.                           Please do not modify this file or help assistance
  224.                           may not work properly.
  225.  
  226.                  XDLIST.CFG
  227.  
  228.                         - If this file is present it sets the default
  229.                           configuration for the LIST function.  If it is not
  230.                           present an internal set of defaults is used.
  231.                           Advanced users may find it useful to modify this
  232.                           file but beginners should leave it alone.
  233.  
  234.         4. RUNNING EXTENDED DOS
  235.  
  236.            Beginning users:  New users can run XD with menu and help
  237.                assistance by simply Entering:
  238.  
  239.                         XD
  240.  
  241.                This will bring up a menu which lists the Extended DOS options
  242.                and guides you through entry of source and destination
  243.                filenames.
  244.  
  245.            Experienced users:
  246.  
  247.                The menu and help system can be totally bypassed by entering a
  248.                full XD command on the command line.  For example, to copy a
  249.                number of files from the current directory to the A: drive,
  250.                Enter:
  251.  
  252.                         XD COPY *.* A:
  253.                         -- ---- --- --
  254.                         :   :    :  :......... Destination
  255.                         :   :    :............ Source
  256.                         :   :................. Function
  257.                         :..................... Program name
  258.  
  259.                Note that this command has three parts, the program name (XD)
  260.                the function that is to be performed (COPY), a specification
  261.                of filenames which will be acted upon (*.*), and sometimes
  262.                (depending on the function being performed) a destination or
  263.                target.
  264. 
  265.                Experienced DOS users will find one feature of the XD command
  266.                line particularly convenient: that is the ability to enter
  267.                multiple source specifications on the command line.  For
  268.                example, the above command might just as well have been:
  269.  
  270.                         XD COPY *.COM *.BAS *.BAT A:
  271.                         -- ----  ---------------- --
  272.                         :   :    :                :......... Destination
  273.                         :   :    :.......................... Source files
  274.                         :   :............................... Function
  275.                         :................................... Program name
  276.  
  277.                This would allow copying of all the .COM, the .BAS, and the
  278.                .BAT files to drive A:.
  279.  
  280. 
  281.  
  282.      ORDER FORM
  283.  
  284.  
  285.      ButtonWare, Inc.      1-800-J-BUTTON (orders only)
  286.      P.O. Box 5786          (206)454-0479 (office number)
  287.      Bellevue, WA 98006    Federal Employer I.D.# 91-1277227
  288.  
  289.      -  Prices are subject to change without notice
  290.      -  Price includes technical support for one year
  291.      -  We normally ship within 48 hours
  292.  
  293.                                 QUANTITY*   PRICE   PRICE
  294.      ITEM                  QTY  DISCOUNT    EACH    EXTENDED
  295.      ───────────────────   ───  ────────    ─────   ────────
  296.      XD       Qty 1 -  4   ___      0%     $29.95   $_______
  297.                   5 -  9   ___     20%      23.96    _______
  298.                  10 - 49   ___     25%      22.46    _______
  299.                  50 - 99   ___     30%      20.97    _______
  300.                    100+    ___     35%      19.47    _______
  301.      PC-File+              ___      *       69.95    _______
  302.      PC-Calc+              ___      *       69.95    _______
  303.      PC-Type+              ___      *       69.95    _______
  304.      PC-Dial               ___      *       59.95    _______
  305.      Baker's Dozen         ___      *       59.95    _______
  306.      PC-Stylist            ___      *       29.95    _______
  307.      PC-Tickle             ___      *       29.95    _______
  308.     *The quantity discount percents apply to each product
  309.  
  310.                                     SUBTOTAL:       $_______
  311.  
  312.      (Wash. state residents only) 8.1% sales tax    $_______
  313.      Standard shipping and handling       $5        $   5.00
  314.      Orders outside U.S. and Canada add   $5        $_______
  315.  
  316.                                         TOTAL:      $_______
  317.  
  318.      [] MasterCard   [] Visa   [] check (U.S. funds)
  319.      Card number____________________________________________
  320.  
  321.      Expiration date__________ Signature____________________
  322.  
  323.      Name    _______________________________________________
  324.      Address _______________________________________________
  325.              _______________________________________________
  326.      City    _____________________   State_____ Zip_________
  327.      Country ___________________  Phone (____)_____-________
  328.  
  329.      What type of floppy disk?      [] 5-1/4"      [] 3-1/2"
  330.      What type of computer do you have? ____________________
  331. 
  332.                           BUTTONWARE PRODUCT LINE
  333.  
  334. ButtonWare has a whole product line of powerful, easy to use and
  335. affordable software:
  336.  
  337. PC-File+ - PC-File+ sets a new standard for database managers!  PC-File+
  338. features a sophisticated report writer, customized entry screens, quick
  339. mailing labels, 10 levels of sorting, macros, advanced calculations, mail
  340. merge, DOS access at any time, password protection, extensive import and
  341. export with many other popular programs and much more!  In addition,
  342. PC-File+ includes 175+ context sensitive help screens and easy to follow
  343. menus.  PC-File+ works directly with PC-Type+ and PC-Calc+.
  344.  
  345. PC-Calc+ - PC-Calc+ combines powerful features with ease of use for an
  346. unbeatable spreadsheet program!  PC-Calc+ features graphics, split screens,
  347. DOS access, powerful printing options, 8087 and 80287 support, full DOS
  348. PATH support, macros, flexible formatting, and more.  PC-Calc+ can import
  349. and export Lotus 1-2-3 files, DIF files, ASCII text files and
  350. comma-delimited files.  PC-Calc+ also includes standard mathematical
  351. functions, trigonometric capabilities, powerful business functions and
  352. sophisticated date and time functions.  PC-Calc+ works directly with
  353. PC-File+.
  354.  
  355. PC-Type+ - PC-Type+ comes equipped with all of the standard word processing
  356. features - full screen editing and complete cursor control, block copy,
  357. delete, move, insert, etc. - PLUS many advanced features - mail merge,
  358. 100,000 word spelling checker, macros, three levels of help, PC-Label for
  359. label processing, and more.  PC-Type+ works hand-in-hand with PC-Stylist
  360. and PC-File+.
  361.  
  362. PC-Dial - PC-Dial is an excellent communications program.  You can upload
  363. and download all types of files.  X-Modem and X-Modem CRC error checking
  364. protocols are supported.  Other features include a built-in editor allowing
  365. you to create and edit files on-line, DOS access, scripts for automating
  366. tasks, macros, and more.
  367.  
  368. Baker's Dozen - 13+ handy utilities.  Baker's Dozen includes a powerful
  369. disk program to recover deleted files and much more; calendar program;
  370. mini-spreadsheet; locate program to find files and text within a file; file
  371. compare; sideways printing program and more!
  372.  
  373. PC-Stylist - PC-Stylist analyzes the readability level of your writing.
  374. PC-Stylist computes the percentage of long words, personal words, action
  375. verbs, words per sentence and average syllables per word and then assigns a
  376. grade level.  The default settings and built-in lexicon can be modified to
  377. fit your writing needs.  PC-Stylist works directly with PC-Type+ and any
  378. standard ASCII text document or Wordstar document.
  379.  
  380. PC-Tickle - PC-Tickle is a computerized tickler file.  PC-Tickle will keep
  381. track of meetings, appointments and important dates - any date related
  382. item, and remind you on the appropriate day.
  383.  
  384. XD-Extended DOS - An exciting new utility program that extends the
  385. performance and functions of standard DOS.  With on-line help available at
  386. all times, you'll be able to perform more tasks than you ever thought
  387. possible!  This handy utility is a great tool for the power user.
  388.