home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / xdosman.zip / CHAPT1.DOC next >
Text File  |  1992-02-13  |  11KB  |  259 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                X-DOS Version 5.0
  8.  
  9.                              Disk Operating System
  10.  
  11.                                  User's Manual
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                                 COPYRIGHT NOTICE
  18.  
  19.           X-DOS 5.0 is a copyrighted product and thus is protected by U.S.
  20.           and international copyright law.  X-DOS 5.0 refers to the X-DOS
  21.           operating system, its utilities and help files as well as the
  22.           manual.  You are granted a license to use X-DOS only under the
  23.           terms and conditions specified in this license agreement.
  24.  
  25.                               SHAREWARE DEFINITION
  26.  
  27.           X-DOS 5.0 is distributed as a shareware software, which can be
  28.           copied and distributed by anybody as long as the content of X-DOS
  29.           is not altered. The 'Shareware' mark in the X-DOS boot up and
  30.           copyright screen should not be removed. X-DOS is not public
  31.           domain software. When you obtain a copy of X-DOS 5.0 from
  32.           Bulletin Board System, friends, computer clubs, or any other
  33.           ways, you are granted the right to try X-DOS on one computer for
  34.           21 days. If after this period of time you decide to continue to
  35.           use X-DOS, you must buy a registered version from HBS.
  36.  
  37.                             REDISTRIBUTION OF X-DOS
  38.  
  39.           You may redistribute your shareware version of X-DOS as long as
  40.           the X-DOS files are not modified. You cannot use any of X-DOS
  41.           program files, help files ... into another commercial package.
  42.           However you are entitled to distribute the X-DOS.SYS file freely
  43.           if it is included in a demo package for auto boot providing that
  44.           this demo is distributed free of charge.
  45.  
  46.                                    DISCLAIMER
  47.  
  48.           HBS Inc. makes no representations or warranties with respect to
  49.           the contents or use of this manual, and specifically disclaims
  50.           any express or implied warranties of merchantability or fitness
  51.           for any particular purpose. HBS Inc. reserves the right to make
  52.           changes to its content, at any time, without obligation to notify
  53.           any person or entity of such revisions or changes.
  54.  
  55.           In no event shall HBS Inc. or its suppliers be liable for any
  56.           damages whatsoever (including, without limitation, damages for
  57.           loss of business profits, business interruption, loss of business
  58.           information, or other pecuniary loss) arising out of the use of
  59.           or inability to use X-DOS,  even if HBS Inc. has been advised of
  60.           the possibility of such damages.
  61.           Hitech Business Software
  62.           P.O. Box 1052
  63.           Cambridge, MA 02238-1052, USA
  64.           Tel 1-(617)-783-0878
  65.           Fax 1-(617)-787-7804
  66.  
  67.                                 ACKNOWLEDGEMENTS
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           X-DOS is the registered trademark of Hitech Business Software
  74.           Inc. All trademarks mentioned in this manual are the registered
  75.           trademarks of their respective companies.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.                                    Chapter 1.
  82.  
  83.                             An Introduction to X-DOS
  84.      Introduction
  85.  
  86.           X-DOS 5.0 is an enhanced Disk Operating System (DOS) for personal
  87.           computers. It runs on 8088, 8086, 80186, 80286, 80386, i486 and
  88.           compatible microprocessors and supports a wide variety of
  89.           additional hardware. X-DOS is versatile, fast, and user-friendly
  90.           and is designed as a replacement for other disk operating systems
  91.           for personal computers.
  92.      What is a Disk Operating System?
  93.  
  94.           You may be wondering why you need a disk operating system like X-
  95.           DOS 5.0 in the first place. The reason is simple; you will not be
  96.           able to run any existing application programs on your personal
  97.           computer without first loading a disk operating system. The disk
  98.           operating system is the link between the hardware (your computer)
  99.           and the software (any program you may wish to use on your
  100.           computer). Without going into too much detail, disk operating
  101.           systems handle all input and output between the computer, its
  102.           peripheral equipment, and the software program.
  103.      What is Special about X-DOS?
  104.  
  105.           If you have a PC you must already be using a disk operating
  106.           system, so you may well may be wondering why you should switch to
  107.           X-DOS. If you start using X-DOS you will soon find out that there
  108.           are many reasons. X-DOS 5.0 has a user-friendly interface as well
  109.           as an extensive help on all commands, to guide you through the
  110.           initial stages.
  111.           In addition, X-DOS 5.0 includes a number security measures that
  112.           were not previously available at the operating system level.
  113.           These security features include the following:
  114.           *  Partition password protection for partitions on hard disks
  115.              with the FDISK command.
  116.           *  Management of password protection on partitions with the LOCK
  117.              and UNLOCK commands.
  118.           *  Read-Only protection for partitions on hard disks with the
  119.              FDISK command.
  120.           *  File encryption with the ENCODE and DECODE commands.
  121.           *  The capability to hide files and directories from prying eyes
  122.              with the ATTRIB command.
  123.           *  Deletion of files so they cannot be undeleted with the
  124.              WIPEFILE command.
  125.           Besides protecting your data X-DOS also provides utilities to
  126.           ensure the integrity of your data. These features include:
  127.           *  Checking of up to 256 files for a possible virus attack with
  128.              the VIRUSCHK command.
  129.           *  Making FORMAT perform a SAFE FORMAT of diskettes and hard
  130.              disks so that all data can be recovered from an accidentally
  131.              formatted hard disk.
  132.           *  Making CHKDSK perform a surface analysis of a diskette or hard
  133.  
  134.  
  135.  
  136.  
  137.                                          1-4
  138.  
  139.  
  140.  
  141.  
  142.              disk to check for bad sectors which may have developed since
  143.              the disk(ette) was formatted.
  144.           *  CHKDSK will mark any bad sectors unusable and try to recover
  145.              any data which is located in the same area (cluster) as the
  146.              bad sector.
  147.           *  Recovering of accidentally deleted files with the UNDEL
  148.              command.
  149.           In addition to the above mentioned features, X-DOS 5.0 gives you
  150.           many other commands and utilities which are not included in other
  151.           DOSs.
  152.  
  153.      How to Use this Manual
  154.  
  155.           Below is given a brief overview of the contents of each chapter
  156.           in this manual to enable you to quickly find the information you
  157.           require.
  158.  
  159.           Chapter 1. - An Introduction to X-DOS
  160.           A brief overview of the X-DOS operating system.
  161.  
  162.           Chapter 2. - Special Terms and Features in X-DOS
  163.           An introduction to the terminology used when discussing the
  164.           components of an operating system. Most of this terminology is
  165.           common to the industry and experienced users will not need to
  166.           read a large part of this chapter.
  167.  
  168.           This chapter also introduces some of the special features of X-
  169.           DOS and how X-DOS differs from other operating systems so we
  170.           suggest that all users glance through this chapter in order to
  171.           appreciate some of the advanced features of X-DOS.
  172.           Chapter 3. - Backing Up your X-DOS Diskette
  173.           Details of how to boot up your PC with the X-DOS operating
  174.           diskette and use the X-DOS Diskcopy command to create a backup
  175.           copy of the diskette. All users should read this chapter.
  176.  
  177.           Chapter 4. - Installing X-DOS
  178.           This chapter provides an introduction to the files on the X-DOS
  179.           diskette and instructs you how to install X-DOS on a diskette or
  180.           hard disk using the X-DOS INSTALL program. A brief description of
  181.           the settings that can be automatically made in your CONFIG.SYS
  182.           file using the X-DOS INSTALL program is also given. All users
  183.           should read this chapter.
  184.  
  185.           Chapter 5. - Internal Configuration Commands
  186.           A detailed description of the internal configuration commands
  187.           that can be entered in the CONFIG.SYS file, as introduced in
  188.           Chapter 4. You can refer to this chapter if you wish to
  189.           understand more about the full range of settings available with
  190.           the X-DOS internal configuration commands or would like to modify
  191.           your CONFIG.SYS file.
  192.  
  193.           Chapter 6. X-DOS Command Reference
  194.  
  195.  
  196.  
  197.  
  198.                                          1-5
  199.  
  200.  
  201.  
  202.  
  203.           A complete reference to all the internal and external X-DOS
  204.           commands. You should refer to this chapter when you do not
  205.           understand how to use a command and wish to fully understand the
  206.           range of options available with each command.
  207.  
  208.           Chapter 7. - The X-DOS Batch Language
  209.           A complete reference to the commands and parameters that can be
  210.           used to create batch files. Batch files, of which AUTOEXEC.BAT is
  211.           the most common example, can be used to automate repetitive
  212.           tasks.
  213.  
  214.           Chapter 8. - The X-DOS Shell
  215.           A complete explanation of how to use the X-DOS Shell, which
  216.           provides a full screen menu drive interface to carry out all your
  217.           file and disk drive operations. Instructions are also given as to
  218.           how to use the Applications function in the shell to create your
  219.           own easy to use menus to run your favorite programs.
  220.  
  221.           Chapter 9. - The X-DOS Editor
  222.           Detailed instructions on all the functions of ED, the X-DOS full
  223.           screen editor.
  224.  
  225.           Chapter 10. - The X-DOS Backup and Restore Program
  226.           Full instructions on using the XBACK program to backup the data
  227.           on your hard disk(s).
  228.  
  229.           Chapter 11. - Debug Command Reference
  230.           A complete command reference for the X-DOS DEBUG program.
  231.  
  232.           Chapter 12. - Using X-COM
  233.           Complete instructions as to how to use the X-COM data
  234.           communications program which can be run from the command line or
  235.           from the X-DOS shell. This chapter includes basic information
  236.           about using a data communications program and a detailed command
  237.           reference.
  238.  
  239.      Hardware Requirements
  240.  
  241.           The following minimum system configuration is required for you to
  242.           be able to use the X-DOS 5.0 disk operating system on your
  243.           personal computer:
  244.           *  A personal computer based on the Intel 8088, 8086, 80186,
  245.              80286, 80386, or 80486 microprocessor or compatible.
  246.           *  A monochrome, Hercules, CGA, MCGA, EGA, or VGA graphics
  247.              adapter and supporting monitor.
  248.           *  A minimum of 256K of memory recommended.
  249.           *  One 360K, 720K, 1.2M, or 1.44M floppy drive.
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.                                          1-6