home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / xdosman.arj / CHAPT2.DOC < prev    next >
Encoding:
Text File  |  1992-02-13  |  31.6 KB  |  727 lines

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