home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / ezb_103.zip / EZB-DOC.TXT < prev    next >
Text File  |  1992-08-03  |  29KB  |  782 lines

  1.  
  2.  -----------------------------------------------------------------------------
  3.                    EZBatch ( 1.03) ..... by DL, of course!  (c) 1992
  4.  -----------------------------------------------------------------------------
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                       /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  11.                       |              REQUIREMENTS                |
  12.                       |     MSDOS versions 3.3, 4.xx or 5.0      |
  13.                       | COLOR MONITOR, HARD DISK  & PKUNZIP 1.10 |
  14.                       \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
  15.  
  16.  
  17.  
  18.  
  19.  
  20.              EZBatch creates  simple batch files  automatically.  Once an
  21.              "EZBatch file" is created,  you can  execute your program by
  22.              typing the EZB batchname  (rather than changing to the proper
  23.              drive & directory ... then running your program).
  24.  
  25.  
  26.              Upon execution of your EZB file ...
  27.              the following steps will take place:
  28.  
  29.              1)   Your list of current EZB files will be displayed on
  30.                   the screen (using a wide format of 8 filenames across).
  31.  
  32.              2)   You will then be able to execute ANY of the EZB files
  33.                   on the screen by simply typing it's name.
  34.  
  35.              3)   The EZB file will run your program as normal.
  36.                   OPTIONAL command switches may be passed to your program.
  37.  
  38.              4)   Upon program completion you are returned to step 1.
  39.  
  40.  
  41.  
  42. -------------------------------------------------------------------------------
  43.  
  44.  
  45.  
  46.  
  47.                             ***   EZBatch INSTALLATION   ***
  48.  
  49.  
  50.  
  51.  
  52.                     UNZIP  EZB-103.ZIP  to a floppy (ANY density).
  53.                     LOG to that floppy ( A: or B: for example).
  54.                     type "EZBATCH" for general help.
  55.  
  56.                     EZBatch will automatically install (or upgrade) by
  57.                     typing "EZBATCH INSTALL" to install/ upgrade.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                  ***   BACKGROUND INFO   ***
  65.  
  66.  
  67.  
  68.                  EZBatch was started  to aid in creating simple  batch files
  69.                  without  using a text editor.  The program started out as a
  70.                  batch file,  then was  converted over  and re-written using
  71.                  Microsoft QuickBasic 4.5 .  I have  incorporated safeguards
  72.                  against errors  and will be adding more in the future. This
  73.                  program  is made available for  anyone who wants to give it
  74.                  a try before they purchase it. You must read the disclaimer
  75.                  on the next page.
  76.  
  77.                  This version will upgrade  ANY older version that you may be
  78.                  using. You may ALWAYS type  "EZBATCH" by itself to get help.
  79.                  Install or upgrade EZBatch by typing  "EZBATCH INSTALL" from
  80.                  any floppy drive  which has the EZBatch program files on it.
  81.                  Once EZBatch IS installed you will see the command line help
  82.                  screen.(it shows you help on creating your EZB batch files).
  83.                  If EZBatch  IS NOT installed  you will be told that you must
  84.                  install EZBatch first. You may ALWAYS type  "EZBATCH VER" to
  85.                  get the current version and general information screen.
  86.  
  87.  
  88.  
  89.  
  90.                        LIST OF FILES WITH THIS VERSION
  91.  
  92.          |------------ CRC     .EZB  ---  PKZIP's CRC values for the files
  93.          |          /  EZB-DOC .TXT  ---  This documentation file
  94.          |         |   NEW-EZB .TXT  ---  New features for this version
  95.          |         |   EZB-QUIK.TXT  ---  Quick installation instructions
  96.          |-------> |   EZBATCH .EXE  ---  The actual EZBatch program
  97.                    |   EZB     .EXE  ---  Directory sorter used by EZBatch
  98.                    |   EZBATCH .BAT  ---  The batch file that runs EZBatch
  99.                     \  FILE_ID .DIZ  ---  File description of this program
  100.  
  101. -------------------------------------------------------------------------------
  102.  
  103.                                      ORIGINATION
  104.  
  105.              These files originated from the mind(s) of DL Miller at
  106.              Jungle Land BBS. If you have any questions call the BBS,
  107.              and leave a message for me.
  108.  
  109.              You may contact me at:
  110.  
  111.                              JUNGLE LAND BBS
  112.                              c/o Denny Miller
  113.                              3537 Library Rd.
  114.                              Pittsburgh, PA  15234
  115.  
  116.                              BBS#    (412) 881-3411
  117.                              voice#  (412) 343-3451
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. -------------------------------------------------------------------------------
  145.  
  146.                                       DISCLAIMER
  147.  
  148.  
  149.             Use of these programs acknowledges this disclaimer of warranty :
  150.                "These files are supplied as is.  DL Miller disclaims all
  151.                  warranties, express or implied, including, and without
  152.                  limitation,  the warranties of merchantability and of
  153.                    fitness of these files for any purpose. DL Miller
  154.                       assumes no liability for damages direct or
  155.                          consequential, which may result from
  156.                              the use of these programs."
  157.  
  158.  
  159. -------------------------------------------------------------------------------
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                               ***   The EZBatch advantages   ***
  185.  
  186.  
  187.                 EZBatch WILL DO THE FOLLOWING:
  188.  
  189.              ■  Automatically install & configure itself onto your hard drive.
  190.              ■  Automatically upgrade to newer versions when available.
  191.              ■  Make it real EZ to run your favorite programs.
  192.              ■  Will make CALLs to (.bat) files, if necessary.
  193.              ■  Will run (.com) or (.exe) files.
  194.              ■  Create it's own directory where it keeps the EZB files.
  195.              ■  Display your list of your EZB files for EZ selection.
  196.              ■  Automatically alphabetize the EZB file directory.
  197.              ■  Grow/shrink the MAGIC MENU as you add/delete EZB files.
  198.              ■  Show the EZB filenames WITHOUT the extension.
  199.              ■  Display your EZB files in color for better readablilty.
  200.              ■  Display your EZB files in an 8 column format. (144 maximum)
  201.              ■  Create simple batch files from the command line.
  202.              ■  The batch files may be edited (if you wish) with any editor.
  203.              ■  Optionally pass "replaceable parameters" to the executable.
  204.              ■  Optionally pass "command switches" to the executable.
  205.              ■  Establish a sort of "mini environment" for you:
  206.                      Look at the available EZB files. Run a program.
  207.                      Look at the available EZB files. Run a program.
  208.                      Look at the available EZB files. Run a program.
  209.  
  210.                      well.... you should get the general idea!!
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                            ***   WHY SHOULD YOU USE IT   ***
  245.  
  246.  
  247.  
  248. -------------------------------------------------------------------------------
  249.  
  250.              EZBatch creates batch files  that will simulate  the series of
  251.              key strokes  that are required to execute the desired program.
  252.              (You will not have to add the program's path to your DOS path)
  253.              When called upon, your batch file will execute your program, &
  254.              then return you to the "MAGIC MENU" that displays your current
  255.              batch file listing. You may still use DOS as usual without any
  256.              interference from EZBatch (It is NOT A TSR). Whenever you want
  257.              to see your batch files,  simply type  "GO" (return)  and they
  258.              will be displayed.
  259.  
  260. ------------------------------------------------------------------------------
  261.  
  262.              Without EZBatch, you would type key strokes
  263.              similar to the following example ...
  264.  
  265.  
  266.              The program's path is   -----   C:\QMODEM\QMODEM.EXE
  267.                                                        ----------
  268.                                                              \
  269.                                                               \ This is the
  270.                                                                 program you
  271.              Your normal key strokes                            want to run.
  272.              would be something like:
  273.  
  274.              C:  (return)               ; change to the proper drive
  275.              CD\QMODEM  (return)        ; change to the proper directory
  276.              QMODEM /STATS  (return)    ; execute the actual program
  277.                                          (& run the "/STATS" option)
  278.  
  279.  
  280.  
  281.              If you say "That's no big deal, I type THAT all the time".
  282.              EZBatch may be just what you need !!
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.                               ***   EZBatch EXAMPLES   ***
  305.  
  306.              
  307.              
  308.              The previous example ran the popular communication program
  309.              called QMODEM and automatically processed the "/STATS"
  310.              command line switch. It was a relatively simple example.
  311.              It was shown so you may better understand just exactly
  312.              what EZBatch DOES.
  313.  
  314.  
  315.              Once EZBatch creates the EZB file (from the command line above)
  316.              you ONLY need to type the EZB filename to execute your program.
  317.              You  DO NOT  have to add the program location to your PATH. You
  318.              can type  "GO" (return)  and EZBatch will display the EZB files
  319.              currently available  to you.  You will no longer have to change
  320.              the drive, directory, etc.  in order to run the desired program
  321.              (although you MAY if you want to run a program manually).
  322.  
  323.              Now, let's see how to do the above example using EZBatch.
  324.  
  325. ==============================================================================             
  326.  
  327.              From the DOS prompt you would type the following :
  328.              (of course, you must have previously installed EZBatch)
  329.  
  330.              ezbatch  QMODEM  C  QMODEM  QMODEM  /STATS
  331.                       ------  -  ------  ------  ------
  332.                           |   |    |       |          \
  333.                 EZB batname   |    |       program     \ program switch p1
  334.                               |    |                     (p2,p3,p4 switches
  335.                   program drive    program directory      are not needed)
  336.  
  337. ==============================================================================
  338.              You could also use the following command line if you merely
  339.              wanted to run QMODEM (without the "/STATS" switch):
  340.  
  341.              ezbatch  QMODEM  C  QMODEM  QMODEM
  342.                       ------  -  ------  ------  --------
  343.                           |   |    |       |          \
  344.                 EZB batname   |    |       program     \ program switches
  345.                               |    |                     p1 - p4  ARE NOT
  346.                   program drive    program directory     needed this time
  347.  
  348. ==============================================================================
  349.              OR the following if you merely wanted to run QMODEM and pass
  350.              up to 4 "replaceable" parameters each time you run QMODEM:
  351.  
  352.              ezbatch  QMODEM  C  QMODEM  QMODEM  %1 %2 %3 %4
  353.                       ------  -  ------  ------  -----------
  354.                           |   |    |       |          \
  355.                 EZB batname   |    |       program     \ replaceable
  356.                               |    |                     parameters
  357.                   program drive    program directory
  358.  
  359.  
  360.  
  361.  
  362.  -----------------------------------------------------------------------------
  363.                    E Z B A T C H    P A R A M E T E R S
  364.  -----------------------------------------------------------------------------
  365.  
  366.  
  367.  
  368.                         This version has the following PARAMETERS
  369.                         available from any DOS PROMPT
  370.                    
  371.  
  372.  
  373.                  no parameter -- command line (help screen)
  374.                  VER          -- version & available parameters
  375.                  SHOW         -- show file    (help screen)
  376.                  SOUND        -- toggles sound ON/OFF
  377.                  DEL          -- deletion  (help screen)
  378.                  UNINSTALL    -- uninstall (help screen)
  379.                  INSTALL      -- install/upgrade process
  380.                  REGISTER     -- registration/re-registration process
  381.  
  382.  
  383.                                       USAGE  NOTES
  384.  
  385.              You must use a space after "ezbatch", before the 1st parameter.
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.              The above help screen  is similar  to what will be displayed any
  420.              time EZBatch is run using the VER parameter. (installed or not)
  421.  
  422.  
  423.  
  424.                                    ***   THE PARAMETERS   ***
  425.  
  426.  
  427.              
  428.                     (no parameter) -- This always shows a help screen.
  429.                                          Once EZBatch is installed from a floppy,
  430.                                       you will see the command line help. This
  431.                                       will give you assistance in the creation
  432.                                       of your EZB batch files.
  433.  
  434.                         VER        -- Shows version info & parameters info.
  435.                                       (this should be self explanatory)
  436.  
  437.                         SHOW       -- Shows the EZB file on the screen.
  438.                                          Helpful if you want to check out
  439.                                       where you placed a particular program.
  440.  
  441.                         SOUND      -- toggles the sounds.
  442.                                          Run once to turn the sounds OFF. Run
  443.                                       again to turn sounds ON again. Repeat as
  444.                                       many times as you wish.
  445.  
  446.                         DEL        -- Shows EZB file deletion help screen.
  447.                                          This is used to delete an EZB file that
  448.                                       is no longer needed. (Perhaps you have
  449.                                       removed that paticular program from your
  450.                                       hard drive)
  451.  
  452.                         UNINSTALL  -- Shows an uninstall help screen.
  453.                                          This is to be used for EZ elimination of
  454.                                       the EZBatch program. It will erase ONLY
  455.                                       the EZBatch program, configuration and
  456.                                       doc files. The EZB files that are already
  457.                                       created will remain on your hard disk for
  458.                                       you to use. (You may MANUALLY delete EZB
  459.                                       files using DOS at ANY TIME)
  460.  
  461.                         INSTALL    -- Runs the install/upgrade process.
  462.                                          For the first time user:
  463.                                       This will start the auto-install process.
  464.                                       It will create a directory and transfer the
  465.                                       necessary floppy files to the hard disk.
  466.                                          For the user that has an older version:
  467.                                       This will start the auto-upgrade process.
  468.                                       It will sense an older version and upgrade
  469.                                       to the newer version automatically.
  470.  
  471.                         REGISTER   -- Registration/re-registration process.
  472.                                          Once you pay the registration fee, you
  473.                                       will receive a registration number that
  474.                                       you will use to register your copy of
  475.                                       the program. This will unlock the extra
  476.                                       features which are not available in the
  477.                                       unregistered version. Each time you upgrade
  478.                                       you must re-register the program.
  479.  
  480.  
  481.  
  482.  
  483.  
  484.                                ***   EZBatch CONFIGURATION   ***
  485.  
  486.  
  487.  
  488.                    EZBatch WILL AUTOMATICALLY configure itself when it is
  489.                    initially installed ( or upgraded). It will ALWAYS use
  490.                    the "C" drive and use a directory called "EZBATCH" to
  491.                    keep it's own program and all of the batch files in.
  492.                         If there is an existing directory called "EZBATCH"
  493.                    on your "C" drive it will use it for storage. Please be
  494.                    sure to move any files already in a directory of that
  495.                    name to a safe place. (although it is unlikely that you
  496.                    have used that name for something else). If you have used
  497.                    this name for your "old" EZBatch program, don't worry the
  498.                    new version will find it as an old version and will upgrade
  499.                    files to the new version as required.
  500.                         You will have to make sure that you have added the
  501.                    "C:\EZBATCH" to your DOS path. There should already be a
  502.                    statement within your "AUTOEXEC.BAT" file which says
  503.                    something like:
  504.                         PATH=C:\;C:\QMODEM;D:\QA
  505.  
  506.                    If there is change it to:
  507.                         PATH=C:\EZBATCH;C:\;C:\QMODEM;D:\QA
  508.  
  509.                    If there is NO PATH statement, ADD THIS ONE :
  510.                        PATH=C:\EZBATCH
  511.  
  512.  
  513.  
  514.                         It is beneficial to add the "C:\EZBATCH" portion to
  515.                    the BEGINNING of the PATH statement, this will allow for
  516.                    slightly faster execution of your batch files that you
  517.                    will be creating for your programs.
  518.  
  519.  
  520.  
  521.                         If you accidently erase your EZB.CFG file, simply
  522.                    re-install EZBatch from a floppy and it will update the
  523.                    configuration file for you.  PLEASE-- NOTE that you WILL
  524.                    have run the "REGISTER" parameter again using your assigned
  525.                    registration number. You must re-run the registration
  526.                    parameter after upgrading to a newer version of EZBatch.
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  -----------------------------------------------------------------------------
  543.                    E Z B A T C H   C O M M A N D   L I N E   H E L P
  544.  -----------------------------------------------------------------------------
  545.  
  546.              ezbatch  batname  drive  dirname  filename  p1  p2  p3  p4
  547.  
  548.              batname  --- The EZB file name you want to use.
  549.                              (NAME only    NO extension)
  550.              drive  ----- The drive that the executable is on
  551.                              (C D E   LETTER ; NO colon or slash)
  552.              dirname  --- Directory name where executable is located
  553.                              (directory  or  dir\subdir)
  554.              filename  -- Filename of the executable
  555.                              (can be a BAT, COM or EXE file)
  556.              p1     ----- Optional command switch #1
  557.                              (/ADLIB, -E, -d, /ON, etc.)  
  558.              p2     ----- Optional command switch #2
  559.                              (same usage as above param)
  560.              p3     ----- Optional command switch #3
  561.                              (same usage as above param)
  562.              p4     ----- Optional command switch #4
  563.                              (same usage as above param)
  564.  
  565.  
  566.              batname   --- You may choose  ANY legal DOS file name, but try to
  567.                            use a name that  will help you easily identify  the
  568.                            executable file that you want to run.
  569.              drive     --- You MUST use a legal drive AND it must be the drive
  570.                            which contains the program that you want to run.
  571.              directory --- You MUST use a legal directory name AND it must be
  572.                            the directory which contains  the program that you
  573.                            want to run. You may not use the name "EZBATCH".
  574.              filename  --- You MUST use the proper executable name for the
  575.                            program you want EZB to run, it MUST exist in the
  576.                            PATH defined by the "drive:\directory" parameters
  577.                            AND it MUST be a (BAT,COM or EXE) file. DO NOT use
  578.                            the filename extension.  EZB will tell you if it
  579.                            can not find the file.
  580.  
  581.              p1,2,3,4  --- You MAY pass up to (4) program parameters directly
  582.                            to the executable file. This is convenient for
  583.                            command line switches such as:
  584.                                
  585.                                -V          (VGA mode)
  586.                                -EGA        (EGA mode)
  587.                                /ON         (ON)
  588.                                -ADLIB      (ADLIB sound driver)
  589.                            
  590.                            These are just a few sample switches. You can only
  591.                            use switches that are available to your program.
  592.  
  593.                                 NOTE   ---   You  MUST  refer to your program
  594.                                              instructions for any of the valid
  595.                                              switches that MAY be available.
  596.  
  597.  
  598.              The above help screen is similar to what will be displayed any
  599.              time EZBatch is run without any parameters.    (if configured)
  600.  
  601.  
  602.  
  603.  
  604.                             ***  NOTES on NOT using EZBatch   ***
  605.  
  606.  
  607.  
  608.              Once the program is done you end up at a blank DOS prompt and
  609.              once you start developing  a library  of programs, with a lot
  610.              of directories  on numerous drives ...... well, quite frankly
  611.              it becomes quite a chore to remember which program is in what
  612.              directory and on what drive !!   Not to mention....    trying
  613.              to remember the executable name and those pesky command line
  614.              switches needed for certain programs.
  615.  
  616.              You CAN add the program's PATH to your autoexec.bat, but that
  617.              uses up valuable environment space quickly (and DOS places a
  618.              limit on the PATH length). It can get to be a pain going back
  619.              and editing your autoexec.bat and rebooting EVERY time you
  620.              want to try a new program that requires a change to your PATH
  621.              statement. It can also get annoying to have to change to the
  622.              appropriate drive, then the proper directory, then finally run
  623.              the program. You did remember to add that or those switches...
  624.              didn't you ?
  625.  
  626.  
  627.  
  628.                        (YOUR...AMOUNT OF CONFUSION...MAY VARY)
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.              If you find this program useful... please consider sending
  641.              ($20 US)  using the enclosed order form.  There is also an
  642.              extra form enclosed for a friend! I have put a lot of time
  643.              into this program and hope to develop it further.  I think
  644.              after you try the program you WILL find it very convenient
  645.              AND simple to use after a few tries at it. Don't forget...
  646.              the registration fee will unlock those extra features. You
  647.              will be able to turn off those annoying sounds and will be
  648.              able to see the maximum 144 batch files instead of only 24.
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.                       trademark & copyright information
  656.  
  657.                       EZBatch files are Copyright (c) 1992 DL Miller
  658.                       MS-DOS is a trademark of Microsoft Corporation.
  659.                       PKUNZIP.EXE is a copyright and trademark of PKware.
  660.  
  661.  
  662.  
  663.  
  664.                           ***   ORDER FORM for a friend   ***
  665.  
  666.  
  667.  
  668.                    Make check payable to:   Dennis L. Miller
  669.  
  670.                                  mail to:   Jungle Land BBS
  671.                                             3537 Library Rd.
  672.                                             Pittsburgh, PA  15234
  673.  
  674.                                             BBS# (412) 881-3411
  675.  
  676.  
  677.                   |====================================================|
  678.                   | Date:     /    /                                   |
  679.                   |====================================================|
  680.                   |                 Description             |   Cost   |
  681.                   |====================================================|
  682.                   |  E  | EZBatch  ( 1.03)                  |  $20.00  |
  683.                   |  Z  |   includes:                       |          |
  684.                   |  B  |     free 1 year of BBS useage     |    0.00  |
  685.                   |     |     free upgrades via the BBS     |    0.00  |
  686.                   |  1  |                                   |          |
  687.                   |  0  |==============================================|
  688.                   |  3  |                    Total enclosed:  $        |
  689.                   |=====================================================
  690.  
  691.  
  692.              Checks and money orders accepted.
  693.  
  694.              Your Name:
  695.                         ---------------      ---------------------------
  696.  
  697.                Address:
  698.                         ------------------------------------------------
  699.  
  700.                  Phone:
  701.                         ---------    ---------     ---------------------
  702.  
  703.                   City:
  704.                         ------------------------------------------------
  705.  
  706.                  State:
  707.                         ------------------------------------------------
  708.  
  709.                    Zip:
  710.                         ------------------------------------------------
  711.  
  712.  
  713.               Comments:
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.                              ***   YOUR ORDER FORM   ***
  725.  
  726.  
  727.  
  728.                    Make check payable to:   Dennis L. Miller
  729.  
  730.                                  mail to:   Jungle Land BBS
  731.                                             3537 Library Rd.
  732.                                             Pittsburgh, PA  15234
  733.  
  734.                                             BBS# (412) 881-3411
  735.  
  736.  
  737.                   |====================================================|
  738.                   | Date:     /    /                                   |
  739.                   |====================================================|
  740.                   |                 Description             |    Cost  |
  741.                   |====================================================|
  742.                   |  E  | EZBatch  ( 1.03)                  |  $20.00  |
  743.                   |  Z  |   includes :                      |          |
  744.                   |  B  |     free 1 year of BBS useage     |    0.00  |
  745.                   |     |     free upgrades via the BBS     |    0.00  |
  746.                   |  1  |                                   |          |
  747.                   |  0  |==============================================|
  748.                   |  32  |                    Total enclosed:  $        |
  749.                   |=====================================================
  750.  
  751.  
  752.              Checks and money orders accepted.
  753.  
  754.              Your Name:
  755.                         ---------------      ---------------------------
  756.  
  757.                Address:
  758.                         ------------------------------------------------
  759.  
  760.                  Phone:
  761.                         ---------    ---------     ---------------------
  762.  
  763.                   City:
  764.                         ------------------------------------------------
  765.  
  766.                  State:
  767.                         ------------------------------------------------
  768.  
  769.                    Zip:
  770.                         ------------------------------------------------
  771.  
  772.  
  773.               Comments:
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.