home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo !!!!!!!!!!!!!!!!!!!! W E L C O M E T O X F D I S K !!!!!!!!!!!!!!!!!!!!!!
- echo
- echo This disk contains a set of programs and documentation to allow you to
- echo partition your fixed disk to take advantage of the space that is not used
- echo by DOS. Read the DOC file for information on what sectors are NOT used by
- echo DOS, but will be when you change the partition structure of your fixed disk.
- echo
- echo You CANNOT run the programs on this disk unless you happen to have the Conner
- echo CP-3204 fixed disk. You MUST first read and understand the CP3204.DOC file.
- echo Then, using the CP3204.DOC file as a template, create a DOC file for your
- echo fixed disk. Then you can use the XFDISK.BAT program to run your DOC file
- echo and partition your fixed disk.
- echo
- echo The DEBUG program that comes with DOS is used by the programs. So, DEBUG
- echo must be in the PATH in order for the programs to run properly. You should
- echo be familiar with using DEBUG to fully utilize these programs. Also, you
- echo MUST be familiar with hexadecimal numbers and decimal to hexadecimal
- echo conversion.
- echo
- echo You must use DOS 5.00 or higher to partition your fixed disk using the
- echo information contained in the DOC file.
- echo
- pause
- cls
- echo The following files are contained on this disk:
- echo
- echo README.BAT -- This file.
- echo XFDISK.BAT -- Batch program to run the DOC file.
- echo CP3204.DOC -- DOCumentation and BATch file to partition the CP-3204.
- echo PREPARE.BIN -- Program to prepare the fixed disk by clearing all sectors.
- echo PREPARE.A86 -- Source file for PREPARE.BIN
- echo FEEDBACK -- Fill out this feedback form. Then print the form and drop
- echo it in the mail with your contribution to become a registered
- echo user of XFDISK.
- echo
- echo The following files are created when XFDISK runs the CP3204.DOC file.
- echo The files are included on this disk as a sample of the DEBUG script files.
- echo
- echo CP3204.1P -- DEBUG script file to prepare & partition 1st fixed disk.
- echo CP3204.1PR -- Same as .1P file but with G= lines preceded by REM.
- echo CP3204.1R -- DEBUG script file to restore partitions on 1st fixed disk.
- echo CP3204.1RR -- Same as .1R file but with G= lines preceded by REM.
- echo CP3204.2P -- DEBUG script file to prepare & partition 2nd fixed disk.
- echo CP3204.2PR -- Same as .2P file but with G= lines preceded by REM.
- echo CP3204.2R -- DEBUG script file to restore partitions on 2nd fixed disk.
- echo CP3204.2RR -- Same as .2R file but with G= lines preceded by REM.
- echo
- pause
- cls
- echo !!!!!!!!!!!!!!!!!!!!!! S H A R E W A R E N O T I C E !!!!!!!!!!!!!!!!!!!!!!
- echo
- echo By now, the shareware concept should be familiar to PC users. In a nutshell,
- echo shareware is "try-before-you-buy" software, reasonably priced and user
- echo supported. This simply means that you can get shareware software for free from
- echo anyone who has a copy, or often from bulletin board systems. If you use and
- echo like the program, then the author requests a donation to support further
- echo software development. By registering and making a donation, you will often
- echo also receive notice of available upgrades or supplemental programs. Of course,
- echo payment under shareware is voluntary, but if the program is useful and the
- echo price is right, why not pay the dues and provide the incentive and reward
- echo necessary to continue development of new and better software?
- echo
- echo XFDISK is shareware. If you like it and use it, please register your copy on
- echo the FEEDBACK form enclosed on this disk. You will be placed on a mailing list
- echo for future upgrades and receive the most recent distribution disk.
- echo
- echo Help is available by mail. I will try to answer all letters within 48 hours.
- echo Non-registered users must include a SASE for a reply. The degree of help
- echo available to non-registered users is purely discretionary.
- echo
- pause
- cls
- echo XFDISK and all related documentation may not be sold under any circumstances
- echo without prior approval of Dennis W. Person. Public Domain and Shareware
- echo distributors and Users Groups may charge a nominal fee for copying and
- echo distributing this program and Bulletin Board Systems may likewise carry it.
- echo Please contact me for a complimentary copy to insure that you are offering the
- echo most recent and complete release.
- echo
- echo XFDISK and its documentation may not be transferred nor exchanged in any
- echo modified form. If you really want to "hack" the functions or the
- echo documentation, by all means do so; but don't give the hacked version to anyone
- echo else. I cannot be expected to help others use these functions if they are not
- echo the same as distributed. Under no circumstances may the copyright notices be
- echo altered or removed from the functions or documentation.
- echo
- echo
- echo !!!!!!!!!!!!!!! D I S C L A I M E R O F L I A B I L I T Y !!!!!!!!!!!!!!!
- echo
- echo This software product is provided "as is" with no guarantees or warranties
- echo express or implied. Dennis W. Person, assigns and subcontractors accept no
- echo liability for the use of or inability to use this product, or any damages
- echo attributable thereto.
- echo
- pause
- cls
- type readme.txt
-