home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / xdosman.zip / CHAPT2.DOC < prev    next >
Text File  |  1992-02-13  |  32KB  |  727 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                    Chapter 2.
  7.  
  8.                       Special Terms and Features in X-DOS
  9.  
  10.           This chapter will familiarize you with the terminology used in
  11.           this manual and introduce you to the basic rules of DOS usage.
  12.           Most of the terms used are standard throughout the computer
  13.           industry, but if you have not previously worked with computers,
  14.           many of the terms in this manual will be new to you. Users that
  15.           are already acquainted with other disk operating systems for
  16.           personal computers should at least browse through this chapter
  17.           since it contains information that is unique to X-DOS 5.0.
  18.  
  19.      The Command Line
  20.  
  21.           Whenever you want to issue a X-DOS command or want to run an
  22.           application program, you will have to be at the command line. The
  23.           command line is also referred to as the X-DOS prompt, since you
  24.           will always be prompted for input at the command line. The X-DOS
  25.           prompt can easily be customized by the user with the PROMPT
  26.           command but the default X-DOS 5.0 prompt appears like this:
  27.  
  28.                       A:\DOS|
  29.  
  30.           where A: shows the default disk drive , \DOS shows the default
  31.           directory (i.e. path) and | is the prompt delimiter.
  32.           The path is shown above the line where you will enter your
  33.           commands.
  34.           Whenever you see the X-DOS prompt, this means that X-DOS is
  35.           waiting for you to enter a command, which can be any X-DOS
  36.           command or a command to load an application program.
  37.  
  38.           To run a command, you must type the name of the command and press
  39.           the [Enter] key on your keyboard. X-DOS will then try to carry
  40.           out the command you have entered. You must always press the
  41.           [Enter] key on your keyboard following the name of the command to
  42.           carry out any command.
  43.  
  44.      Files and Filenames
  45.  
  46.           To keep track of data, X-DOS stores the data in a file on a
  47.           disk(ette) just like a folder in a drawer of a filing cabinet.
  48.           Files can contain any kind of information from normal text to
  49.           computer understandable information.
  50.  
  51.           To distinguish different files, they must all have a name.  A
  52.           filename consists of two parts: a name and an extension.
  53.           The name usually describes the contents of a file while the
  54.           extension is often used to specify the type of file.  Here is an
  55.           example of a filename:
  56.  
  57.                       FILENAME.DOC
  58.  
  59.  
  60.  
  61.  
  62.                                       2-1
  63.  
  64.  
  65.  
  66.  
  67.           where FILENAME is the name of the file and .DOC is the extension.
  68.           The filename and the extension together are often referred to as
  69.           the filespec. You can enter a filename in either upper or lower-
  70.           case since X-DOS does not distinguish case for filenames. The
  71.           name part of a filename must always be present and it can consist
  72.           of from one to eight characters.
  73.  
  74.           The extension is optional except for program files that must have
  75.           an extension of either .EXE or .COM and .BAT extension.
  76.  
  77.           It is normally a good idea to include the extension as part of
  78.           the filespec to describe the type of file, like .DOC or .TXT for
  79.           text files. The extension can be up to three characters long and
  80.           must always be preceded by a period (.).
  81.  
  82.           The following characters can be used in both the name part and
  83.           the extension of X-DOS filespecs:
  84.           *  All letters in both upper and lower-case from A to Z
  85.           *  All digits from 0 to 9.
  86.           *  The following special characters:   ! @ # $ % & ( ) - { } '
  87.  
  88.           Even though X-DOS lets you use special characters in filenames,
  89.           you should normally try to avoid using these characters unless
  90.           you have a good reason to do so.
  91.  
  92.      Directories
  93.  
  94.           To organize your files into groups of related files, X-DOS 5.0
  95.           lets you create directories. A directory is an area on a disk or
  96.           diskette which contains information concerning the files related
  97.           to that directory such as the filename, the file size, and the
  98.           last modification date for each file. A directory can be compared
  99.           to a drawer in a filing cabinet, containing folders of related
  100.           data.
  101.           If you do not use directories to organize your files, you will
  102.           probably soon experience problems keeping track of your different
  103.           files.
  104.  
  105.           There are also certain limitations to how many files you can
  106.           store in the main directory of a disk, which is called the root
  107.           directory.
  108.           The root directory is automatically created when a disk(ette) is
  109.           formatted and must always be present on a disk(ette). You can
  110.           create directories in the root directory, you can create sub-
  111.           directories in a directory of the root directory, and so on.
  112.  
  113.           Directories below the root directory are called sub-directories.
  114.           You can create sub-directories many levels deep but you should
  115.           try to keep the number of levels in your directory structure to
  116.           as few levels of sub-directories as possible or it may otherwise
  117.           be very difficult to keep an overview of your directory
  118.           structure.
  119.  
  120.  
  121.  
  122.  
  123.                                       2-2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.           The naming convention of directories follows that of filenames.
  130.           You can have a directory name of from one to eight characters and
  131.           an optional directory extension of up to three characters.
  132.           Extensions on directory names are seldom used since the name
  133.           normally is enough to describe the contents of the directory.
  134.  
  135.           The directory you are currently residing in is called the default
  136.           directory.  You will have a default (current) directory for each
  137.           of your drives.
  138.  
  139.           A directory one level above the default directory is called the
  140.           parent directory and any sub-directories to the default directory
  141.           are called child directories.
  142.  
  143.           When you display the contents of a directory you have to be able
  144.           to distinguish between files and sub-directories in the directory
  145.           you are displaying the contents of.
  146.  
  147.           When you display the contents of a directory other than the root
  148.           directory you will probably notice that the directory seems to
  149.           contain two directories which are named `.' and `..'.
  150.  
  151.           These two directory entries are available in all directories
  152.           except for the root directory.  The `.' entry is a substitution
  153.           character for the default directory and the `..' entry is a
  154.           substitution character for the parent directory.
  155.  
  156.           Here is an example on how you can use these substitution entries.
  157.           Let us for a moment assume that your default directory is
  158.           C:\PROGRAMS\WORDPROC and you want to display the contents of the
  159.           C:\PROGRAMS directory with the DIR command.  Normally, you will
  160.           have to type:
  161.  
  162.                       DIR C:\PROGRAMS
  163.  
  164.           Since the C:\PROGRAMS directory is the parent directory to the
  165.           C:\PROGRAMS\WORDPROC directory you can save a lot of typing by
  166.           using the parent substitution entry `..' instead of specifying
  167.           the directory path.
  168.  
  169.           By doing so you can display the contents of the C:\PROGRAMS
  170.           directory just by typing:
  171.  
  172.                       DIR ..
  173.  
  174.      The Path
  175.  
  176.           The path in X-DOS is like a road map through directories,
  177.           describing how to get to your files.
  178.  
  179.           PATH is an X-DOS command but is also used to describe a range of
  180.  
  181.  
  182.  
  183.  
  184.                                       2-3
  185.  
  186.  
  187.  
  188.  
  189.           successive directories to reach a specific file.  Look at the
  190.           following example.
  191.  
  192.           You have a file by the filename EXAMPLE.COM stored in a sub-
  193.           directory of the root directory called PROGRAMS.
  194.  
  195.           If the default directory is the root directory then you can
  196.           specify the road to the EXAMPLE.COM file like this:
  197.  
  198.                       PROGRAMS\EXAMPLE.COM
  199.  
  200.           where PROGRAMS\ is the path to the file EXAMPLE.COM.  Since
  201.           EXAMPLE.COM is an executable file, you could type the above line
  202.           followed by [Enter] to run the program.  If you want to be able
  203.           to reach EXAMPLE.COM from anywhere on the drive, you only have to
  204.           precede the previous example with a backslash (\) like this:
  205.  
  206.                       \PROGRAMS\EXAMPLE.COM
  207.  
  208.           This tells X-DOS to start looking for the PROGRAMS directory from
  209.           the root (\) directory of the default drive, no matter what the
  210.           default directory is.
  211.  
  212.           This can be expanded even further since you might not be on the
  213.           same drive as the EXAMPLE.COM file. To reach the EXAMPLE.COM
  214.           program from anywhere on your disk drives you should type:
  215.  
  216.                       d:\PROGRAMS\EXAMPLE.COM
  217.  
  218.           where d: can be any valid drive specification, such as the A:
  219.           drive.
  220.           If the file EXAMPLE.COM resided in a sub-directory of a sub-
  221.           directory, it could get rather tedious to execute the program
  222.           since you would either have to be in the same directory as the
  223.           file or you would have to issue a lengthy path along with the
  224.           filename.
  225.  
  226.           To avoid this, X-DOS lets you specify a path with the PATH and
  227.           ADDPATH commands.  In this path, you can insert the route to the
  228.           directories you want X-DOS to search through when you want to run
  229.           a program.
  230.           To avoid having to type a lengthy path every time you boot your
  231.           computer, insert the PATH command with your preferred range of
  232.           directory paths in the AUTOEXEC.BAT file.  The AUTOEXEC.BAT file
  233.           is a configuration file that is automatically executed every time
  234.           you reboot your computer.
  235.  
  236.           You will probably want to include a path to all of the
  237.           directories which contains executable files that you often use.
  238.           If you temporarily want to append a path to a directory which is
  239.           not normally included in your PATH statement, you can use the
  240.           ADDPATH command to add this path to the end of your current path.
  241.  
  242.  
  243.  
  244.  
  245.                                       2-4
  246.  
  247.  
  248.  
  249.  
  250.  
  251.      Memory
  252.  
  253.           You need Memory (also called RAM or Random Access Memory) in your
  254.           computer to be able to run any kind of program.
  255.  
  256.           Whenever you want to issue an X-DOS command or run an application
  257.           program, it must first be loaded into memory before your computer
  258.           can execute it.  Even when you boot your computer, X-DOS 5.0
  259.           takes up some memory by placing some of its system files
  260.           permanently in your memory.
  261.           There are different kinds of memory; conventional (base) memory,
  262.           extended memory, and expanded memory.
  263.  
  264.           The conventional  memory on a personal computer is the memory
  265.           used by programs to execute from within and can be no larger than
  266.           640K.
  267.           This is due to the design of the early versions of IBM's personal
  268.           computers and limitations of the Intel 8088 microprocessor, the
  269.           chosen microprocessor for these personal computers.
  270.  
  271.           Today many personal computers are shipped with more memory than
  272.           640K as a standard.  The memory above 1MB is normally what is
  273.           called extended memory.  The third kind of memory, expanded
  274.           memory, is often referred to as EMS or LIM memory.  This kind of
  275.           memory will let you run large programs that would otherwise not
  276.           be able to run or would run inefficiently in conventional memory.
  277.  
  278.           To be able to use expanded memory with a program, the program
  279.           must be specifically designed to take advantage of expanded
  280.           memory.
  281.           You will normally have to get a special memory expansion card to
  282.           acquire this type of memory but more and more personal computers
  283.           are shipped with utilities that allow you to transform extended
  284.           memory into expanded memory such as the VRAM/386 program included
  285.           in the Professional X-DOS diskette.
  286.  
  287.           The virtual disk manager (VDISK.SYS) in X-DOS lets you create a
  288.           virtual disk in expanded memory or extended memory.
  289.  
  290.           Another kind of memory is ROM (Read Only Memory). All PCs have
  291.           ROM and this usually contains the BIOS (Basic Input Output
  292.           System) which is firmware that ensures your PC is compatible with
  293.           the industry standard. The X-DOS operating system can also be
  294.           stored in ROM depending on the design of the PC being used.
  295.  
  296.      File Types in X-DOS
  297.  
  298.           In this section you will learn about the different file and
  299.           program types that X-DOS 5.0 uses and recognizes.
  300.  
  301.           The System Files
  302.  
  303.  
  304.  
  305.  
  306.                                       2-5
  307.  
  308.  
  309.  
  310.  
  311.           X-DOS 5.0 has three system files called X-DOS.SYS, ]COMMAND.COM,
  312.           and MAX.COM.  Two of these, X-DOS.SYS and COMMAND.COM, are
  313.           essential for X-DOS and must always be present for X-DOS to work.
  314.  
  315.           The third system file, MAX.COM, is the second command processor
  316.           and is not essential for running X-DOS 5.0, although the absence
  317.           of this file greatly reduces the number of commands available in
  318.           X-DOS.
  319.  
  320.           The X-DOS.SYS file must always be in the root directory of your
  321.           boot drive. It is a Hidden file which means that you will not
  322.           normally be able to see it when you list the contents of the root
  323.           directory.
  324.  
  325.           COMMAND.COM and MAX.COM are Read-Only files which means that you
  326.           will not be able to accidentally overwrite these files.
  327.  
  328.           Executable Files
  329.           Any files with an extension of .COM, .EXE or .BAT are treated by
  330.           X-DOS as executable files.  You can always run an executable file
  331.           by typing its name at the command line followed by pressing the
  332.           [Enter] key.
  333.           When you run a program, you do not need to type the extension
  334.           since X-DOS automatically looks for a file with one of the three
  335.           extensions above.
  336.  
  337.           All of X-DOS's external commands have an extension of .COM or
  338.           .EXE as do all application programs.  If you try to execute a
  339.           file with a different extension than the three listed above, X-
  340.           DOS will display an error message.
  341.  
  342.           The CONFIG.SYS File
  343.           You can use the configuration file CONFIG.SYS to customize X-DOS
  344.           to your needs.  The CONFIG.SYS file is an ASCII text file and is
  345.           used by the system files to install X-DOS during start-up
  346.           according to the contents placed in it.
  347.  
  348.           If you have a CONFIG.SYS file, it must always be present in the
  349.           root directory on your boot disk(ette) or X-DOS will not be able
  350.           to find it.
  351.           Device Drivers
  352.           Excluding CONFIG.SYS, files ending with .SYS and sometimes .BIN
  353.           are device drivers and are normally related to the hardware
  354.           configuration of your computer. To install a device driver you
  355.           must list it in the CONFIG.SYS file.
  356.  
  357.           Internal Commands
  358.           Internal commands are X-DOS commands that are inside either one
  359.           of the two command processors COMMAND.COM or MAX.COM.  You will
  360.           not be able to see an internal command if you list the contents
  361.           of your disk(ette) but you can still execute them the same as
  362.           executable files.
  363.  
  364.  
  365.  
  366.  
  367.                                       2-6
  368.  
  369.  
  370.  
  371.  
  372.  
  373.           Since some internal commands are already in memory, they will
  374.           execute very fast and you can call them from anywhere on your
  375.           disk.
  376.           X-DOS has more than 80 internal commands.  DIR, CLS, CD, and MD
  377.           are examples of internal commands.
  378.  
  379.           External Commands
  380.           External commands are X-DOS commands located on your disk(ette)
  381.           with either an extension of .EXE or .COM. It is important for you
  382.           to make sure that X-DOS can find its external commands when you
  383.           need them.
  384.           As a default, X-DOS assumes that they are in a \DOS directory on
  385.           your boot disk(ette).  You can change this by using the PATH
  386.           command to look for executable files in other directories.
  387.           CHKDSK.COM, DEBUG.COM, FORMAT.COM, ED.EXE, and SETUP.COM are
  388.           examples of external X-DOS commands.
  389.  
  390.           Batch Files
  391.           Files with a .BAT file extension are batch files and are
  392.           sometimes referred to as command scripts and are essentially
  393.           plain text (ASCII) files.
  394.  
  395.           In batch files you can list any commands or programs you want to
  396.           run, line by line, and X-DOS will process each line one at a
  397.           time. This allows you to link a series of commands and programs
  398.           to one filename.
  399.           During boot-up X-DOS always looks for one specific batch file
  400.           called AUTOEXEC.BAT which is executed if it exists.  Insert any
  401.           statements in this file that you want to run every time you boot
  402.           your computer.
  403.           Application Programs
  404.  
  405.           An application program refers to any program like a word
  406.           processor, a database, a spreadsheet, and so on.  As a guideline,
  407.           application programs are often large programs consisting of
  408.           multiple files. Wordstar and Lotus 1-2-3 are examples of
  409.           application programs.
  410.  
  411.      Error Messages
  412.  
  413.           The X-DOS operating system uses error messages to tell you when
  414.           it encounters a problem while processing a X-DOS command or any
  415.           other program.
  416.  
  417.           Probably the most common error message you are going to see is:
  418.  
  419.                       Specified filename invalid
  420.  
  421.           This error message tells you that X-DOS could not find the
  422.           command or program name that you just tried to execute.  You
  423.           either typed it incorrectly or X-DOS was not able to find it on
  424.  
  425.  
  426.  
  427.  
  428.                                       2-7
  429.  
  430.  
  431.  
  432.  
  433.           the specified path.
  434.           Another kind of error message requires that you take action
  435.           before you can continue.  An example is when you try to access a
  436.           floppy drive without any diskette or with the floppy drive door
  437.           open.  In that case you will see the following error message:
  438.  
  439.                       Fatal Error occurred on drive A
  440.                       Operation was : reading from drive A
  441.                       Error reported : Drive not ready,
  442.                       Disk area error : Dos area
  443.                       You can (A)bort, (R)etry, (F)ail ?
  444.  
  445.      External and Internal Storage Devices
  446.  
  447.           Since all of the information in your computer's memory is lost
  448.           when you turn off your computer, you must have some kind of
  449.           external storage medium to store your files onto.  The most
  450.           common external storage media are diskettes and hard disks.
  451.  
  452.           X-DOS references all drives on your computer with a drive letter.
  453.           Two letters are reserved for floppy drives; drive A: and drive
  454.           B:.
  455.           Even if your computer only has one floppy drive, X-DOS still
  456.           reserves the drive letter B: for a future floppy drive.  Drives
  457.           on your hard disk will therefore be designated with a drive
  458.           letter beginning from drive C:.
  459.  
  460.           Drives can be referenced from drive A: to drive Z:.  Virtual
  461.           (RAM) disks are internal storage devices and are also referenced
  462.           with drive letters, beginning with the designator after your last
  463.           logical drive, if the virtual disk statement follows any
  464.           partition manager statement you may have in your CONFIG.SYS
  465.           configuration file.
  466.  
  467.           You can make any of the available drives the default (current)
  468.           drive  by typing the drive letter followed by a colon (:) and
  469.           then pressing the [Enter] key. If your default drive is drive C:
  470.           and you want to change to drive A:, at the command line you
  471.           should type:
  472.  
  473.                       A:
  474.  
  475.           Floppy Drives and Diskettes
  476.           Virtually all personal computers have one or two floppy drives.
  477.           You use floppy drives to store and retrieve data from diskettes.
  478.           A diskette is a flexible plastic disk which stores the data
  479.           magnetically.
  480.  
  481.           Diskettes come in many formats for personal computers, the most
  482.           common of which are: 5 1/4" 360K diskettes, 3 1/2"  720K
  483.           diskettes, 5 1/4" 1.2M diskettes and 3 1/2" 1.44M diskettes.
  484.  
  485.  
  486.  
  487.  
  488.  
  489.                                       2-8
  490.  
  491.  
  492.  
  493.  
  494.           Hard Disks
  495.           Hard disk drives are storage devices of large capacity, normally
  496.           mounted inside of a computer.  A standard 20M hard disk can store
  497.           an amount of data equal to the contents of more than fifty-five
  498.           360K diskettes.  A hard disk also retrieves and stores data many
  499.           times faster than a floppy drive.  These features make hard disks
  500.           preferable as a storage device.  Hard disks comes in sizes of 10M
  501.           (the equivalent of 10,000,000 characters) to more than 1,000M
  502.           (more than 1,000,000,000 characters) but most hard disks range
  503.           between 20M and 80M.
  504.  
  505.           Virtual Disks
  506.           X-DOS 5.0 lets you create one or more virtual (RAM) disks in
  507.           memory.  The reason for using a virtual disk is that the access
  508.           time to a virtual disk is extremely fast; many times faster than
  509.           a hard disk. You can install virtual disks in conventional
  510.           memory, extended memory, and expanded memory with the virtual
  511.           disk driver VDISK.SYS.
  512.  
  513.           ROM Disks
  514.           If you are using X-DOS 5.0 from ROM, X-DOS will consider your ROM
  515.           space as a disk too where one or more files have been stored for
  516.           you. Refer to the X-DOS in ROM section to obtain more details.
  517.  
  518.      Wildcard Characters
  519.  
  520.           Two special characters called wildcards can be used in filespecs.
  521.           These two characters are the question mark (?) and the asterisk
  522.           (*).  The wildcards are used in the specification of filenames to
  523.           abbreviate the typing of filenames or to specify a range of
  524.           files.  As a unique feature, X-DOS also allows the use of
  525.           wildcards with the CD command.
  526.           The `?' wildcard is used in a filespec to replace any one
  527.           character in the name or extension part. This way, any character
  528.           can fill this place when X-DOS tries to match filenames.
  529.           You can use multiple `?' wildcards in the filespec, each of which
  530.           takes up the space of one character.  Look at the following
  531.           example:
  532.  
  533.                       DEL LETTER?.T??
  534.  
  535.           The following files will match this filespec and will be deleted
  536.           from the default directory.
  537.  
  538.                       LETTER1.TXT & LETTER4.TXT & LETTERS.TEX
  539.  
  540.           The following files will not match the LETTER?.T?? specification,
  541.           since the `?' wildcard only replaces one character in the
  542.           filespec, and they will therefore be left intact:
  543.  
  544.                       LETTER10.TXT & LETTERS1.EXT
  545.  
  546.  
  547.  
  548.  
  549.  
  550.                                       2-9
  551.  
  552.  
  553.  
  554.  
  555.           The `*' wildcard is used in filespecs to replace a range of
  556.           characters.  If you use the `*' wildcard in the name part of a
  557.           filespec, it will replace the rest of the characters up to the
  558.           extension part.
  559.  
  560.           If you have a filespec like LET*.DOC, X-DOS will try to match any
  561.           files that have LET as the first three characters and .DOC as an
  562.           extension.
  563.  
  564.           Look at the following example:
  565.  
  566.                       COPY LETTER*.*
  567.  
  568.           X-DOS will copy all files with LETTER as the first six letters
  569.           and any characters as the next two characters of the name part.
  570.           The extension can be any valid extension.
  571.  
  572.           An often used wildcard combination is the *.* filespec
  573.           specification. X-DOS will treat a specification like this as
  574.           concerning all files in a specified directory.  This allows you
  575.           to easily copy, modify, or delete all files in a directory.
  576.  
  577.      Using Parameters (Options and Switches)
  578.  
  579.           Many of the X-DOS commands use parameters (switches) which modify
  580.           the operation of the commands.  Some even accept a range of
  581.           parameters to tailor the function.
  582.  
  583.           X-DOS command parameters are always preceded with a delimiter,
  584.           often a slash (/) or a space.
  585.  
  586.      Command Line Editing
  587.  
  588.           You should fully understand the functions and the power that you
  589.           always have readily available from your keyboard to utilize X-DOS
  590.           to its optimum.
  591.  
  592.           One of the very powerful features of X-DOS is its ability to let
  593.           you save time by allowing you to recall previously executed
  594.           commands and edit the current command displayed at the command
  595.           line.
  596.  
  597.           Whenever you type a command or recall a previously executed
  598.           command, you can always edit any part of it without having to
  599.           delete portions of it.
  600.  
  601.           As a default X-DOS sets aside 256 bytes of memory to hold
  602.           previously executed commands.  This memory is called a history
  603.           buffer.
  604.           If you wish to increase the amount of memory allocated to the
  605.           history buffer, you can insert the HISTORY statement in your
  606.           CONFIG.SYS file and specify a value up to 2,048 bytes which
  607.  
  608.  
  609.  
  610.  
  611.                                       2-10
  612.  
  613.  
  614.  
  615.  
  616.           should hold more than 100 previously executed commands.
  617.           You will probably find that the default 256 bytes of memory is
  618.           enough.
  619.  
  620.           Command Line Editing keys
  621.           The following keys can be used to edit commands at the command
  622.           line:
  623.           [Up] arrow key            Recalls the previously executed
  624.                                          command.
  625.           [F3] function key         Recalls the previously executed command
  626.                                          the same way as the [Up] arrow
  627.                                          key.  This function key is set up
  628.                                          to repeat the previously executed
  629.                                          command for compatibility with the
  630.                                          DOS standard.
  631.           [Down] arrow key          Recalls the last command in the history
  632.                                          buffer.
  633.           [Left] arrow key          Moves the cursor one character to the
  634.                                          left in the command which is
  635.                                          currently displayed at the command
  636.                                          line.
  637.           [Right] arrow key         Moves the cursor one character to the
  638.                                          right in the command which is
  639.                                          currently displayed at the command
  640.                                          line.
  641.           [Home]                    Moves the cursor to the beginning of
  642.                                          the command currently displayed at
  643.                                          the command line.
  644.           [End]                     Moves the cursor to the end of the
  645.                                          command currently displayed at the
  646.                                          command line.
  647.           [Ins]                     Toggles between insert and overwrite
  648.                                          mode when editing commands.
  649.           [Del]                     Deletes the character at the current
  650.                                          cursor position.
  651.           [Backspace]               Deletes the character to the left of
  652.                                          the cursor.
  653.           [Esc]                     Clears the command line.
  654.           [Enter]                   Executes the command currently
  655.                                          displayed at the command line.
  656.                                          You can execute a command even if
  657.                                          the cursor is in the middle of the
  658.                                          command.
  659.  
  660.      Function Keys
  661.  
  662.           X-DOS allows you great flexibility in the use of function keys by
  663.           letting you set up to 39 function key assignments.  You will not
  664.           be able to redefine the [F3] function key since it is always set
  665.           up so it repeats the previously executed command. This option can
  666.           only be used if you set the FKEYS=ON switch in the CONFIG.SYS. By
  667.           default and to respect compatibility with the DOS standard, this
  668.  
  669.  
  670.  
  671.  
  672.                                       2-11
  673.  
  674.  
  675.  
  676.  
  677.           switch was set to OFF.
  678.  
  679.           By assigning X-DOS commands or any other program names to
  680.           function keys, you only need to press one key to execute X-DOS
  681.           commands or programs.
  682.  
  683.           The Default Function Key Assignments
  684.           If you choose not to define the function keys, X-DOS
  685.           automatically assigns the following ten commands to the ten
  686.           function keys [F1] to [F10].
  687.                          <F1>   HELP
  688.                          <F2>   ED
  689.                          <F3>   Cannot be redefined
  690.                          <F4>   DIR
  691.                          <F5>   MAPMEM
  692.                          <F6>   ED
  693.                          <F7>   DISKCOPY A: A:
  694.                          <F8>   TREE
  695.                          <F9>   CHKDSK
  696.                          <F10>  XSHELL
  697.  
  698.           The ten function key assignments can be as long as 20 characters
  699.           each.  If you want to make permanent changes to the function key
  700.           definitions, you can use enter the ALIAS command in your
  701.           AUTOEXEC.BAT file.
  702.  
  703.           You can also change function key definitions permanently if you
  704.           load the ANSI.SYS screen driver.  Please refer to the ANSI.SYS
  705.           command description later in this manual.
  706.  
  707.           X-DOS features five other hot keys that can be used to terminate
  708.           the execution of programs, reboot the computer, or print the
  709.           screen:
  710.  
  711.           [Ctrl]C or [Ctrl][Break]  Stops the execution of a batch file or
  712.                                          program.
  713.           [Ctrl][Alt][Del]          Reboots the computer and loads the
  714.                                          system files again.
  715.           [Ctrl]S                   Temporarily halts scrolling of the
  716.                                          screen.  Pressing any key will
  717.                                          continue the scrolling.
  718.           [Pause]                   Many of the newer keyboards feature a
  719.                                          [Pause] key which works like the
  720.                                          [Ctrl]S hot key sequence.
  721.           [Shift][PrtSc]            prints the contents of the screen to
  722.                                          the default printer.
  723.      Quick Keys
  724.  
  725.           A quick key is a highlighted letter within a menu.  Quick keys
  726.           are only used in those X-DOS commands that feature a full-screen
  727.           display with men