home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 September / CHIP_CD_1997_09_PL.iso / software / news / master / mrbooter.txt < prev    next >
Encoding:
Text File  |  1997-05-29  |  27.7 KB  |  603 lines

  1.               ╔═════════════════════════════════╗
  2.               ║ MASTERBOOTER v2.2 DOCUMENTATION ║
  3.               ║    (C) Nagy Daniel 05-30-97     ║
  4.               ╚═════════════════════════════════╝
  5.                                SHAREWARE VERSION
  6.  
  7. ┌──────────┐
  8. │ CONTENTS │
  9. └──────────┘
  10.  
  11.         Disclaimer............................ 1
  12.  
  13.                 Copyright............................. 2
  14.  
  15.         Introduction.......................... 3
  16.  
  17.                 Files in the Package.................. 4
  18.  
  19.         Features.............................. 5
  20.  
  21.         Compatibility......................... 6
  22.  
  23.         Usage................................. 7
  24.  
  25.                 The DynamicLoader Utility............. 8
  26.  
  27.                 A Step-by-step Example................ 9
  28.  
  29.         History.............................. 10
  30.  
  31.         Registration......................... 11
  32.  
  33.         Contact, About the Author............ 12
  34.  
  35.  
  36. ┌────────────┐
  37. │ DISCLAIMER ├──────────────────────── 1 ─────────────────────────────────────
  38. └────────────┘
  39.  
  40.         Using this program comes without any warranty. The author
  41.         and distributors will not accept responsibility for any
  42.         damage incurred directly or indirectly through use of this
  43.         program.
  44.         Use at your own risk!
  45.  
  46. ┌───────────┐
  47. │ COPYRIGHT ├───────────────────────── 2 ─────────────────────────────────────
  48. └───────────┘
  49.  
  50.         This program is copyright (c) Nagy Daniel. This program is shareware.
  51.         You are free to distribute it by electronic means and make as
  52.         many copies as you want on electronic or magnetic media, as long
  53.         as the files of this package remain unmodified, with copyright
  54.         notices intact. Distributing parts separtely is not allowed!
  55.         Selling for money is prohibited without the author's prior
  56.         permission.
  57.  
  58. ┌──────────────┐
  59. │ INTRODUCTION ├────────────────────── 3 ─────────────────────────────────────
  60. └──────────────┘
  61.  
  62.         MasterBooter is a very powerful utility which enables your
  63.         computer to use multiple operation systems without changing
  64.         harddisks or messing with boot floppies.
  65.         You can choose among up to three operating systems at boot time
  66.         (six in the registered verison).
  67.         MasterBooter is compatible with many operating systems.
  68.  
  69. ┌──────────────────┐
  70. │ FILES IN PACKAGE ├────────────────── 4 ─────────────────────────────────────
  71. └──────────────────┘
  72.  
  73.         DYNALOAD.EXE   - Dynamic bootmanager
  74.         EFDISK.EXE     - Extended FDISK partitioning program
  75.         EFDISK.DOC     - EFDISK documentation
  76.         EFDHUN.DOC     - Hungarian EFDISK documentation
  77.         FILE_ID.DIZ    - Description for BBS systems
  78.         MRBOOTER.EXE   - MasterBooter executable
  79.         MRBOOTER.DOC   - MasterBooter documentation
  80.         MRBTHUN.DOC    - Hungarian MasterBooter documentation
  81.         MRESCUE.COM    - Rescue disk maker utility
  82.         REGISTER.FRM   - Registration form
  83.  
  84. ┌──────────┐
  85. │ FEATURES ├────────────────────────── 5 ─────────────────────────────────────
  86. └──────────┘
  87.  
  88.         - Capability of booting from any harddisk's any primary partition
  89.  
  90.         - Compatibility with many operating systems:
  91.              MS-DOS
  92.              Novell DOS, Caldera OpenDOS, IBM DOS
  93.              Linux
  94.              FreeBSD
  95.              OS/2 (Warp, Merlin)
  96.              Windows95
  97.              Windows97 (Memphis) (*)
  98.              Windows NT
  99.              Unknown OS with 'standard' boot process (*)
  100.  
  101.         - Programmable delay time (3 is the default in the shareware) (*)
  102.  
  103.         - Primary FAT partition hiding/unhiding
  104.  
  105.         - Password protecting a partition
  106.  
  107.         - Optional beeping when the boot menu appears
  108.  
  109.         - Up to three operating systems on a single computer without
  110.           the hassle of boot disks! (Registered version allows six!)
  111.  
  112.         - VERY small memory and harddisk space requirement for the setup
  113.           program only. The loader doesn't use any memory or disk space!
  114.  
  115.         - Support for command line options to customize your boot menu (*)
  116.  
  117.         - Safety and easy-to-use user interface
  118.  
  119. (*) these features work in registered version only!
  120.  
  121. ┌───────────────┐
  122. │ COMPATIBILITY ├───────────────────── 6 ─────────────────────────────────────
  123. └───────────────┘
  124.  
  125.         Requirements:  - 80286 processor or newer
  126.                        - MS-DOS or compatible operating system
  127.                          (for installation only)
  128.                        - At least one harddisk
  129.                        - Keyboard
  130.                        - VGA adapter
  131.                        - If you have a harddisk with capacity of more
  132.                          than 540MB, then your mainboard MUST have
  133.                          a new BIOS (EBIOS) which supports large drives,
  134.                          else you won't be able to use MasterBooter.
  135.                          Most 486 and all Pentium machines have such BIOS.
  136.  
  137.         This program souldn't conflict with any other programs which
  138.         don't alter your disk's Master Boot Record.
  139.  
  140.         Known programs which alter the MBR (and therefore can't be used
  141.         with MasterBooter) are:
  142.  
  143.           - LILO (Linux's booter) if installed in MBR. Note that if LILO
  144.             is installed in its partition's boot sector (the Linux partition
  145.             superblock), then MasterBooter CAN coexist with LILO!
  146.           - MicroHouse's EZ-Drive
  147.           - OnTrack's Disk Manager
  148.           - PC Vault
  149.  
  150. ┌───────┐
  151. │ USAGE ├───────────────────────────── 7 ─────────────────────────────────────
  152. └───────┘
  153.  
  154.         Introduction:
  155.         ─────────────
  156.  
  157.         Every time you turn on your computer, the BIOS executes a small
  158.         program, which resides in the very first sector of your harddisk.
  159.         This sector is the so-called Master Boot Record (MBR). This small
  160.         program examines the partitions, and loads the operating system of
  161.         the partition which has the 'active' flag. A harddisk can contain
  162.         up to four primary partitions, but only one can be active at a time.
  163.         This flexible technique enables many operating systems to be used
  164.         on a PC. However, these systems often have their own unique loader
  165.         code, and won't let you use other systems, unless you know tricky
  166.         methods to get past this. MasterBooter works by replacing the program
  167.         in the MBR with its own loader code that you can configure, so you
  168.         can select from any installed operating systems. MasterBooter uses
  169.         additional four sectors after the Master Boot Record.
  170.  
  171.  
  172.         Overview:
  173.         ─────────
  174.  
  175.         If you have all operating systems installed, all you need to do is
  176.         to run MRBOOTER.EXE, and configure your MBR. Before doing so you
  177.         can use MRESCUE to create a backup copy of your partition tables and
  178.         boot sectors.
  179.         The Rescue utility from Norton Utilities is also a good choice to
  180.         save all important areas of your harddisks.
  181.  
  182.         If you want to create a completely new system, follow the
  183.         instructions below.
  184.         Using EFDISK, partition the disk into as many primary partitions as
  185.         you intend to have operating systems (up to a maximum of four per
  186.         harddisk). Install DOS to them, and then use MRBOOTER to configure
  187.         the MBR. Then install an operating system on each partition.
  188.         When complete, you will be able to choose which system to boot each
  189.         time you start your computer!
  190.  
  191.  
  192.      1) Preparing To Partition Your Harddisk
  193.         ────────────────────────────────────
  194.  
  195.         WARNING: Re-partitioning your harddisk will erase ALL data from it!
  196.                  Make sure you have backed up any important files!
  197.  
  198.         Since most operating systems need to be started from a primary
  199.         partition to boot reliably, you will need to use a disk partitioning
  200.         utility that lets you make multiple primary partitions. FDISK, which
  201.         is supplied as standard with DOS and Windows95, cannot create more
  202.         than one primary partition, so the MasterBooter package includes
  203.         EFDISK for this purpose.
  204.  
  205.         First, create a boot floppy and put copies of the following files
  206.         onto it:
  207.                     MRBOOTER.EXE (the MasterBooter utility)
  208.                     EFDISK.EXE (disk-partitioning utility)
  209.                     FDISK.EXE (disk-partitioning utility)
  210.                     FORMAT.COM (to format DOS partitions)
  211.  
  212.         If you need to install any operating systems from a CD-ROM, you will
  213.         also need CD-ROM driver files, plus properly configured AUTOEXEC.BAT
  214.         and CONFIG.SYS files for this. Make sure it works before proceeding! 
  215.  
  216.         Reboot your machine with your boot floppy. From the relevant directory
  217.         at the A: prompt, type EFDISK. This will start the EFDISK utility. 
  218.  
  219.         EFDISK will gather information about your disks and partitions. You
  220.         will then be provided with a list of all partitions on all disks and
  221.         their parameters. From this list you can choose the partition entry
  222.         you want to change.
  223.  
  224.         When you select a partition, EFDISK will ask the following questions:
  225.              - The hexadecimal type ID of the partition. EFDISK will show you
  226.                the most common types and their IDs.
  227.              - The starting cylinder of the partition (the minimum is 0).
  228.                If the previous partition ends on cylinder 'x' then set this to
  229.                'x+1'. This number is decimal.
  230.              - The ending cylinder number of partition. EFDISK will show you
  231.                the maximum cylinder number available for the actual harddisk.
  232.  
  233.         The number of heads and sectors per track are determined automatically
  234.         for each disk, you don't have to mess with them.
  235.  
  236.         Pressing SPACE will activate the highlighted partition, pressing DEL
  237.         will clear it.
  238.  
  239.         NOTE: EFDISK doesn't check for partition errors! It's not an
  240.               'intelligent' program. You have total freedom to set all
  241.               parameters, even if they are incorrect or redundant!
  242.  
  243.         When setting up partitions, bear the following in mind: Due to DOS
  244.         file system limits, the larger the partition, the more space is wasted
  245.         by "overhang." If you have a large drive (around 800MB or above) you
  246.         may want to optimise your use of disk space by making each partition
  247.         just below one of the "doubling points" (i.e. 255, 511, 1023
  248.         megabytes, etc.). However if you plan to convert the partition into
  249.         any non-FAT type, this is not important.
  250.         You can also have "extended" partitions, but EFDISK can only create
  251.         primary partitions. You can, however, use the standard DOS FDISK
  252.         utility to create an extended partition, and then create "logical
  253.         drives" within that if you wish. Bear in mind that you can have a
  254.         maximum of four primary and extended partitions on one drive, because
  255.         each allocates one partition entry in the table.
  256.  
  257.         After preparing all partition entries, press F10 to save the new
  258.         partition table to disk.
  259.  
  260.  
  261.      2) Using MRBOOTER
  262.         ──────────────
  263.  
  264.         Now that you have successfully partitioned your harddisk, you can use
  265.         the MRBOOTER utility to set up your system for booting multiple
  266.         operating systems, then install the systems you wish to run. 
  267.  
  268.         How you now proceed depends on which operating systems you plan to
  269.         install, but you will probably need to format and install DOS on at
  270.         least one of them if you are planning to put DOS, Windows 3.x or
  271.         Windows95 on any partition. Use FORMAT.EXE on your boot floppy with
  272.         the /s switch to format and install the DOS kernel on the relevant
  273.         partitions. 
  274.  
  275.         Now boot from your floppy and run MRBOOTER. You will be asked to name
  276.         each boot partition. Here you can enable passwords, FAT partition
  277.         hiding and beeping. When you have finished, you can then write this
  278.         information to the MBR and MasterBooter has been installed!
  279.  
  280.         Please note, that MasterBooter can read the keystrokes from a file.
  281.         This can be very helpful for system administrators, because setting
  282.         up a complete system can be automatic with a simple batch file.
  283.  
  284.         When you next reboot from the harddisk you will see a small menu
  285.         asking you to type a number corresponding to the operating system
  286.         you wish to boot. If you use password protecting, then you will be
  287.         asked for a password. If you enter bad passwords 3 times, the computer
  288.         will stop.
  289.  
  290.         If you enable partition hiding, then only the active FAT partition
  291.         will be accessible (as drive C:), the other primary FAT partitions
  292.         on the master harddisk will be hidden. Of course all logical drives
  293.         will be accessible.
  294.  
  295.         Now you can begin installing the operating systems.
  296.  
  297.  
  298.      3) Uninstalling
  299.         ────────────
  300.  
  301.         MasterBooter can be uninstalled with the FDISK program, which is
  302.         included in all versions of DOS. Simply typing 'fdisk /mbr' will
  303.         uninstall MasterBooter. Note that the currently active partition
  304.         will boot after restarting the computer.
  305.  
  306.  
  307.      4) Important Notes
  308.         ───────────────
  309.  
  310.         - DOS based systems (therefore Windows95) and Windows NT
  311.           can boot from the slave harddisk only if FAT hiding is enabled!
  312.         - Before using this program be sure to disable the virus warning
  313.           option in your system's BIOS (if it has this option), else the
  314.           BIOS won't let MasterBooter to modify your harddisk's MBR!
  315.         - If you want to add a partition later, don't hesitate, but
  316.           after doing so you must re-run MasterBooter to update the
  317.           new system.
  318.         - Before running MasterBooter quit all multitasking environments
  319.           (ie. Windows or OS/2 DOS box) and run plain DOS, because these
  320.           operating systems won't let programs to modify the Master Boot
  321.           Record.
  322.         - If you have two harddisks then I recommend the following:
  323.           Put DOSes and Windowses (3.1, 95 and NT) on the master,
  324.           OS/2 Warp and Linux on the slave disk. 
  325.         - With DOS and Windows (not NT!) versions it's usually a good idea
  326.           to create as small partitions as possible for the OSes itselves,
  327.           and bigger logical drives for common data.
  328.         - If you want to use common data partitions, create an extended
  329.           partition with the original FDISK, then create logical drives
  330.           in it. These logical drives are usable by nearly all OSes.
  331.         - After installing Windows95, MasterBooter menu will disappear,
  332.           because the installer overwrites the Master Boot Record.
  333.           Don't panic, just simply re-run MasterBooter, and everything will
  334.           work fine.
  335.         - If you install Linux on the slave disk, don't let LILO to modify
  336.           the Master Boot Record, install it in the Linux partition's boot
  337.           sector instead. Maybe you'll get a warning message saying you
  338.           will not be able to boot Linux, but don't panic. Just run
  339.           MasterBooter after the installation is done.
  340.         - If you're installing FreeBSD do not set the beginning of the
  341.           FreeBSD partition directly after the Master Boot Record, because
  342.           MasterBooter uses four more sectors after the MBR.
  343.         - Bear in mind that the active partition is always called C:.
  344.           Don't overwrite one system with another by choosing the wrong
  345.           partition to install it on!
  346.  
  347. ┌───────────────────────────┐
  348. │ THE DYNAMICLOADER UTILITY ├───────── 8 ─────────────────────────────────────
  349. └───────────────────────────┘
  350.  
  351.          From v2.2. a new utility called dynamicloader (dynaload.exe) is
  352.          added to the MasterBooter package. This utility installs a
  353.          dynamic bootmanager, which means that it recognizes all installed
  354.          operating systems at boot time on-the-fly, and generates a boot menu.
  355.          Because it is dynamic, the system names, passwords and default
  356.          systems are not customizable.
  357.  
  358.          When executed, DynamicLoader asks for FAT hiding, beeping and
  359.          delay time setting. With all these options set, DynamicLoader
  360.          installs its loader code, and next time you start the computer,
  361.          an automatically generated boot menu appears.
  362.  
  363.          This utility is useful if you often change the slave harddisks
  364.          with different operating systems on them.
  365.  
  366. ┌────────────────────────┐
  367. │ A STEP-BY-STEP EXAMPLE ├──────────── 9 ─────────────────────────────────────
  368. └────────────────────────┘
  369.  
  370.          Let's suppose that we have a 1.6Gig master, and a 540Mb slave
  371.          harddisk. We won't use FAT partition hiding here.
  372.          Let's partition the harddisks in the following way:
  373.  
  374.          Master: 100Mb  - for MS-DOS/Win3.1
  375.                  300Mb  - for Windows95
  376.                  500Mb  - for programs and data  ─┐ These two partitions will
  377.                  699Mb  - for games, archive area │ be logical drives in an
  378.                           for writing CD-ROMs    ─┘ extended partition
  379.                    1Mb  - for OS/2 Warp Boot Manager (it can be deleted after
  380.                           OS/2 is fully installed)
  381.  
  382.          Slave:  240Mb  - for Linux
  383.                  300Mb  - for OS/2 Warp
  384.  
  385.          Here's the recipee:
  386.  
  387.          1: Create a system diskette, and copy FORMAT, FDISK, EFDISK
  388.             and MRBOOTER onto it.
  389.          2: Run EFDISK and create the 100Mb and 300Mb partitions on the
  390.             master harddisk (both are BIGDOS type)
  391.          3: When the computer reboots, boot up with the system diskette and
  392.             run FDISK. Create a 1199Mb extended partition, and crate the
  393.             500Mb and 699Mb logical drives in it.
  394.          4: After rebooting, use the diskette again. Format C: and F: with
  395.             the '/s' command line option, D: and E: without it.
  396.             Now you have two simple primary bootable partitions with plain
  397.             DOS on them, and two logical drives (D: and E:).
  398.          5: Run MasterBooter and select both DOSes. After rebooting, you
  399.             should see a small bootmenu with the names you've entered in
  400.             MasterBooter.
  401.          6: Select the 100Mb partition, and install DOS and Windows 3.1 on C:.
  402.             C: is always the partition you boot, F: will be the other
  403.             primary partition, D: and E: will be the logical drives.
  404.          7: Reboot the computer and select the 300Mb partition. Because now
  405.             it becomes the C: drive, therfore it should be empty and F:
  406.             should contain the installed DOS/Win3.1. Install Windows95 to C:.
  407.             When Windows95 reboots the computer, the bootmenu will disappear.
  408.             Just continue installing Windows95, and if you're ready, re-install
  409.             MasterBooter.
  410.          8: Now the master harddisk is ready to go. Let's continue with
  411.             Warp and Linux. Before installing Warp, do a 'fdisk /mbr' to
  412.             uninstall MasterBooter.
  413.          9: Install Warp. During installing, you can use Warp's FDISK to
  414.             create the 300MB HPFS partition. Warp will call it D:.
  415.         10: When all is done, install Linux, but don't let it to write LILO
  416.             in the Master Boot Record. Install LILO in its own partition's
  417.             boot sector (superblock) instead.
  418.         11: Now install MasterBooter, and live a long and happy life with
  419.             four OSes on a single PC!
  420.  
  421.             The numbers above are just for this example only. The only
  422.             important thing is that you should leave 1Mb unpartitioned
  423.             space on the master harddisk, because Warp needs it during
  424.             installation.
  425.  
  426. ┌─────────┐
  427. │ HISTORY ├────────────────────────── 10 ─────────────────────────────────────
  428. └─────────┘
  429.  
  430.        Version:
  431.  
  432.        1.0b - First official test release. Max number of OSes is 4, no
  433.               password protecting, no FAT hiding, system names are
  434.               max 8 characters long, no partitioning utility
  435.  
  436.        1.1  - Both versions: Added EFDISK partitioning program to package
  437.                              Fixed typos in documentations
  438.                              Removed 'by NagyD' string from loader
  439.                              Improved 'string input' routine
  440.                              Added Hungarian documentation
  441.               Registered:    Minor bug fixes
  442.                              Added support for unknown file system
  443.                              Added infinite boot delay time
  444.               Shareware:     Minor bug fixes
  445.  
  446.        1.2  - Both versions: Less useless MBR writes (better loader routine)
  447.                              If an OS is not on the first harddisk, then
  448.                                MasterBooter will examine that the 'physical
  449.                                drive number' value in the boot sector is
  450.                                correct. If not, it will be corrected.
  451.                                For example OS/2 cannot boot if this value is
  452.                                incorrect.
  453.                              OS/2's Boot Manager doesn't patch the MBR (this
  454.                                was an error in the documentation of
  455.                                MasterBooter), so it can coexist with
  456.                                MasterBooter (but unnecessary).
  457.  
  458.        1.3  - Both versions: Fixed a small bug in the Boot Sector patcher
  459.                              Added LILO detection in the MBR
  460.                              Loader now clears screen if necessary
  461.                              System names can be up to 16 characters long
  462.  
  463.        1.4  - Both versions: Small improvements in loader routine
  464.  
  465.        1.5  - Both versions: Added support for Windows NT
  466.                              Some documentation cosmetics and additions
  467.  
  468.                       A Big Thanks goes to Jonathan Baker-Bates, who helped
  469.                       me to re-write and correct the documentation.
  470.  
  471.               Shareware:     Added support for Novell DOS
  472.  
  473.        2.0  - Both versions: Added support for password protecting a partition
  474.                              Added support for hiding/unhiding FAT partitions
  475.                              Better OS detection routine
  476.                              Fixed documentation bug in the example section
  477.                              DOC files are renamed to TXT
  478.  
  479.        2.1  - Both versions: After writing the new Master Boot Record,
  480.                                pressing ESC will quit to DOS (doesn't reboot)
  481.                              Tested with OS/2 v4.0 (Merlin)
  482.                              Added support for beeping when boot menu appears
  483.               Registered:    Added support for Windows97 (Memphis)
  484.                              Added support for booting up to 6 OSes
  485.  
  486.        2.2  - Both versions: Added support for IBM DOS
  487.                              Added support for FreeBSD
  488.                              On-the-fly FAT unhiding during booting if hidden
  489.                              Loader routine now flushes keyboard buffer
  490.                              Delay time can be up to 99 secs, or eternal
  491.                              Nicer boot menu
  492.                              Now DOS and all Windowses can be booted from
  493.                                a slave HD, but in this case you MUST enable
  494.                                FAT hiding. A big thanks goes to Marcel Remkes
  495.                                for his helping idea
  496.                              Added DynamicLoader utility
  497.                              Keyboard input is redirected to standard input,
  498.                                so all keystrokes can be fed from a file
  499.               Shareware:     Windows95 support is now included (not Memphis)
  500.               Registered:    MasterBooter now supports command line options
  501.  
  502. ┌──────────────┐
  503. │ REGISTRATION ├───────────────────── 11 ─────────────────────────────────────
  504. └──────────────┘
  505.  
  506.        Registration benefits the following:
  507.  
  508.        - Windows97 (Memphis) support
  509.        - Unknown OS support
  510.        - Programmable delay time
  511.        - Programmable default system
  512.        - Up to six choosable operation systems (not three)
  513.        - Support for command line options (both MasterBooter and DynamicLoader)
  514.  
  515.  
  516.         Registration fee:  20 USD           for private license
  517.  
  518.                            50 USD           for small site license, if the
  519.                                             program is used on max 50 machines
  520.  
  521.                            1 USD / machine  for large site license, if the
  522.                                             program is used on min 51 machines
  523.  
  524.  
  525.         Print the registration form (the file REGISTER.FRM), fill it
  526.         and send it to:
  527.                          Nagy Daniel
  528.                          2011 Budakalasz
  529.                          Ciklamen u. 19.
  530.                          HUNGARY
  531.  
  532.      !  Registration via E-mail is NOT accepted, since your signature
  533.      !  is required!
  534.  
  535.         Upon registering you'll get the latest registered version,
  536.         and the newer versions for free if needed.
  537.  
  538.  
  539.         You can register in three ways:
  540.         ───────────────────────────────
  541.  
  542.            1) Send cheqe or money order to:   Nagy Daniel
  543.               Use registered mail only.       2011 Budakalasz
  544.               Don't send coins!               Ciklamen u. 19.
  545.                                               HUNGARY
  546.  
  547.            2) Bank transfer from Hungary:
  548.                                   Address:    Mezobank Rt.
  549.                                               8200 Veszprem
  550.                                               Egyetemi fiok 1.
  551.                               Account No.:    10600546-71910019
  552.  
  553.  
  554.            3) Via Albert's Ambry. Check out http://www.alberts.com for more
  555.               information. There you can register on-line, and immediately
  556.               download the registered version. It's probably the most
  557.               comfortable way of registering.
  558.               This method is available only for private and small site
  559.               license!
  560.  
  561.         The preferred registration method is to send the cash together with
  562.         the registration form in a registered envelope. This is the fastest,
  563.         and we don't have to pay additional postal or bank transfer fee.
  564.  
  565.  
  566.         Getting the software:
  567.         ────────────────────
  568.  
  569.         You can order your copy on a 1.44Mb floppy diskette.
  570.         In this case you have to pay additional 5 USD / 300 HUF for
  571.         postage and package.
  572.         You can also order via E-mail transfer (preferred). Then you'll
  573.         get your copy uuencoded in an E-mail.
  574.  
  575.  
  576.         Warning!
  577.         ───────
  578.  
  579.         You're not allowed to copy or distribute the registered version
  580.         of this software. If you do so, please consider that my whole work
  581.         (many weeks I can say...) will be almost wasted time.
  582.         Please support shareware!
  583.  
  584. ┌─────────┐
  585. │ CONTACT ├────────────────────────── 12 ─────────────────────────────────────
  586. └─────────┘
  587.  
  588.         If you have any problems, questions or suggestions you can
  589.         contact me through mail or Internet E-mail.
  590.         Bug reports, ideas also welcomed!
  591.  
  592.         Currently I'm a student at the University of Veszprem,
  593.         department of Information Technology. I'm 23 (in 1997).
  594.  
  595.         Postal address:                      Internet E-mail address:
  596.         ──────────────                       ───────────────────────
  597.         Nagy Daniel                          nagyd@almos.vein.hu
  598.         2011 Budakalasz
  599.         Ciklamen u. 19                       WWW homepage:
  600.         HUNGARY                              ─────────────
  601.                                              http://www.vein.hu/~nagyd
  602.         Fax: (36) 26 340-472
  603.