home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / dos / assist.lzh / MS-TUTOR.DOC < prev    next >
Text File  |  1986-01-30  |  27KB  |  727 lines

  1.               
  2.  
  3.  
  4.  
  5.  
  6.               _________________________________________________
  7.  
  8.                                DOS ASSISTANT
  9.                                 Version 2.2
  10.               _________________________________________________
  11.  
  12.  
  13.           
  14.                                MS-DOS TUTORIAL
  15.  
  16.           
  17.           
  18.               _________________________________________________
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.           
  35.  
  36.  
  37.                                PCM  SOFTWARE
  38.                                P.O. BOX 1915
  39.                              GRAFTON, VA 23692    
  40.           
  41.           Copyright (C) 1986 - John Hensley - All rights reserved
  42.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 1.
  43.  
  44.            
  45.            CONTENTS
  46.  
  47.                  MS-DOS COMMANDS ........................  3
  48.                  DISK MANAGEMENT COMMANDS ...............  3
  49.                  SYSTEM MANAGEMENT COMMANDS .............  4
  50.                  BATCH COMMANDS .........................  5
  51.                  EXECUTING A DOS COMMAND ................  5
  52.                  COMMAND LINE EDITING ...................  6
  53.                  PATHS AND SUBDIRECTORIES ...............  8
  54.                  WILDCARDS .............................. 10
  55.                  BATCH FILES ............................ 11
  56.                  EDLIN .................................. 13
  57.                  DEBUG .................................. 15
  58.                  GLOSSARY ............................... 17
  59.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 2.
  60.  
  61.  
  62.           MS-DOS COMMANDS
  63.  
  64.           All of the Disk Operating System (DOS) commands belong 
  65.           in one of three categories: 
  66.  
  67.               1. Disk management commands.
  68.               2. System management commands.
  69.               3. Batch commands.
  70.  
  71.  
  72.           DISK MANAGEMENT COMMANDS
  73.  
  74.           These commands are used in working with the disk drives
  75.           and files contained on your disks:
  76.  
  77.           ASSIGN        DEL             FORMAT          RMDIR
  78.           BACKUP        DIR             MKDIR           SORT
  79.           CHDIR         DISKCOMP        PATH            SYS
  80.           CHKDSK        DISKCOPY        RECOVER         TREE
  81.           COMP          FDISK           RENAME          TYPE
  82.           COPY          FIND            RESTORE         VOL
  83.  
  84.           With the disk management commands you can manipulate
  85.           your disk files in many ways and insure yourself against
  86.           the loss of vital information contained in you disk
  87.           files. The disk management command allow you to:
  88.  
  89.              - Check your disks or individual files for damage.
  90.  
  91.              - Compare the contents of files or whole disks.
  92.  
  93.              - Copy disk files to other disks or directories.
  94.  
  95.              - Delete unneeded files.
  96.  
  97.              - Display the contents of your disks and directories.
  98.  
  99.              - Make duplicate or backup copies of your disks.
  100.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 3.
  101.  
  102.           
  103.           DISK MANAGEMENT COMMANDS cont.
  104.  
  105.              - Manage disk subdirectories.
  106.  
  107.              - Prepare new disks to accept files.
  108.  
  109.              - Recover data from damaged disks and files.
  110.  
  111.              - Rename your files.
  112.  
  113.              - Sort the contents of disk files.
  114.  
  115.           SYSTEM MANAGEMENT COMMANDS
  116.  
  117.           These commands control the various settings of the
  118.           operating system and take care of the basic interfacing
  119.           between the computer and other devices.
  120.  
  121.           BREAK         DATE            MORE            SET
  122.           CLS           EXIT            PATH            TIME
  123.           COMMAND       GRAPHICS        PRINT           VER
  124.           CTTY          MODE            PROMPT          VERIFY
  125.  
  126.           The system management commands allow you to control the
  127.           way information is sent between hardware devices, as
  128.           well as setting system default values. Some uses of the
  129.           commands are:
  130.  
  131.              - Allows background printing of text files.
  132.  
  133.              - Change the standard output devices.
  134.  
  135.              - Change the system defaults.
  136.  
  137.              - Control output to the video display.
  138.  
  139.              - Set the system time and date.
  140.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 4.
  141.  
  142.           
  143.           BATCH COMMANDS
  144.  
  145.           These commands allow you to make your own custom DOS
  146.           commands which may be used to do multiple operations
  147.           with one command entry.
  148.  
  149.           ECHO          GOTO            PAUSE           SHIFT
  150.           FOR           IF              REM
  151.  
  152.           The batch commands are like a DOS programming language
  153.           which lets you work with the other DOS commands to do
  154.           a job in a specific order or if certain conditions are
  155.           met. Some uses of batch command are:
  156.  
  157.              - Conditional execution of DOS commands.
  158.  
  159.              - Design automatic start up files. ( AUTOEXEC.BAT )
  160.  
  161.              - Enter a long string of commands with just one word.
  162.  
  163.              - Execute a command a multiple number times.
  164.  
  165.              - Execute a multiple number of commands on a list of
  166.                files.
  167.  
  168.           EXECUTING A DOS COMMAND
  169.  
  170.           A command is executed by entering the command name along
  171.           with any parameters at the DOS prompt.
  172.  
  173.                 A>COMMAND parameter parameter
  174.  
  175.           If a command is transient (must be loaded from a disk 
  176.           file), you may include a drive designation before the 
  177.           command name to tell DOS what drive contains the 
  178.           command's program file.  
  179.  
  180.                 A>B:COMMAND parameter parameter
  181.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 5.
  182.  
  183.           
  184.           COMMAND LINE EDITING
  185.  
  186.           Each time you enter a command and press the "Return"
  187.           key, DOS saves the command entry and then allows you to
  188.           use it again the next time you enter a command. DOS also
  189.           allows you to edit the old command entry by deleting
  190.           characters from it and inserting characters into it.
  191.  
  192.           The command editing features of DOS can save you time by
  193.           allowing you to use portions of the previous command, or
  194.           recover commands which did not work properly because a
  195.           file or command name was incorrectly spelled.
  196.  
  197.           The DOS editing keys work as follows:
  198.  
  199.           F1    - Copies 1 character from the old command line.
  200.  
  201.           F2x   - Copies characters from the old command line
  202.                   until a character matching x is encountered.
  203.  
  204.           F3    - Copies the remaining characters from the old
  205.                   command line.
  206.  
  207.           F4x   - Deletes characters from the old command line
  208.                   until a character matching x is encountered.
  209.  
  210.           F5    - Deletes the remaining characters from the old
  211.                   command line and starts a new command entry.
  212.  
  213.           F6    - Enters an end of file character, "^Z", to the
  214.                   new command entry.
  215.  
  216.           Ins   - Starts the  insert mode so that characters
  217.                   entered do not over write the old command line.
  218.  
  219.           Del   - Deletes one character from the old command line.
  220.  
  221.           Esc   - Start a new command entry.
  222.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 6.
  223.  
  224.  
  225.           COMMAND LINE EDITING cont.
  226.           
  227.           The following example will show the effect the editing
  228.           keys have on a new command entry. The command entry
  229.           represents the previously entered command.
  230.  
  231.                 A>COPY a:letter.doc b:letter.bak
  232.  
  233.  
  234.           F2t   - Copies up to the letter "t".
  235.                 A>COPY a:le
  236.  
  237.           F1    - Copies the letter "t".
  238.                 A>COPY a:let
  239.  
  240.           F4.   - Deletes up to the first period, ".".
  241.                 A>COPY a:let
  242.  
  243.           F2t   - Copies up to the next letter "t".
  244.                 A>COPY a:let.doc b:le
  245.  
  246.           F4.   - Deletes up to the next period, ".".
  247.                 A>COPY a:let.doc b:le
  248.  
  249.           F3    - Copies the remaining character.
  250.                 A>COPY a:let.doc b:let.bak
  251.  
  252.           Each time you type in a character it overwrites one in
  253.           the old entry. For example if the previous command was:
  254.  
  255.                 A>COPY b:old.doc a:new.doc
  256.  
  257.           Now you want to compare the two files to be sure they
  258.           are identical. You can type "COMP" to overwrite the
  259.           "COPY" command and then press F3 to use the remaining
  260.           characters in the old entry. The new entry will be:
  261.  
  262.                 A>COMP b:old.doc a:new.doc
  263.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 7.
  264.  
  265.           
  266.           PATHS AND SUBDIRECTORIES
  267.  
  268.           MS-DOS versions 2.0 and higher allow you to create and
  269.           use subdirectories. A subdirectory is just a disk file
  270.           acting as a directory to contain information about other
  271.           disk files. The operating system can make use of this
  272.           information to know where a file is located on the disk,
  273.           how large the file is and when the file was last used.
  274.           Each file on a disk has a directory entry somewhere on
  275.           the disk. To create a subdirectory, enter the command:
  276.  
  277.                 A>MKDIR newdir
  278.  
  279.           Where "newdir" is the name you wish to give the your new
  280.           subdirectory. The name may contain up to 11 characters.
  281.  
  282.           After a subdirectory is created you can copy files into
  283.           it by using a path name to tell the operating system
  284.           which directory to copy the files to. A path name is
  285.           just a directory name preceded by a backslash "\". To
  286.           copy a file with the name "work.doc" into the new
  287.           subdirectory, enter the command:
  288.  
  289.                 A>COPY work.doc \newdir
  290.  
  291.           If you want to copy a file from a subdirectory, to
  292.           another disk or subdirectory, you must identify the
  293.           subdirectory in which the file resides by prefixing a
  294.           path name to the file being copied. To copy the file
  295.           "work.doc" from the subdirectory "newdir" to a disk in
  296.           drive b:, enter the command:
  297.  
  298.           A>COPY newdir\work.doc b:
  299.  
  300.           You may use a drive designation when working with
  301.           subdirectories to show which drive the path is on:
  302.  
  303.           A>COPY b:newdir\work.doc a:
  304.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 8.
  305.  
  306.  
  307.           PATHS AND SUBDIRECTORIES cont.
  308.  
  309.           You can create and use as many subdirectories as you
  310.           want, and you can even create a subdirectory within a
  311.           subdirectory by including a path name when creating a
  312.           new subdirectory. To create the subdirectory "second"
  313.           within the subdirectory  "newdir" enter the command:
  314.  
  315.                 A>MKDIR newdir\second
  316.  
  317.           If you are working with files in a subdirectory, you may 
  318.           wish to use that subdirectory as the current directory.  
  319.           This will allow you address all of the files in the 
  320.           second directory without prefixing them with the path 
  321.           name. To change the current directory to subdirectory 
  322.           "second" enter the command: 
  323.  
  324.           A>CD newdir\second
  325.  
  326.           To change back to the disk's root or master directory
  327.           use the command:
  328.  
  329.                 A>CD ..\..
  330.  
  331.           The two dots ".." always stand for the root directory of
  332.           the current directory. A root directory is the directory
  333.           in which the current directory is located in. The path
  334.           "..\.." means change to the root directory of the root
  335.           directory. This will put us back in the disk's main
  336.           directory.
  337.  
  338.           Subdirectories may be deleted if they are no longer 
  339.           needed. To remove a subdirectory you must first erase 
  340.           any files in the directory. Use the ERASE or DEL 
  341.           command to erase any files in the subdirectory to be 
  342.           deleted and then remove the subdirectory with the 
  343.           command: 
  344.  
  345.           A>RMDIR newdir
  346.           DOS ASSISTANT MS-DOS TUTORIAL                   Page 9.
  347.            
  348.           
  349.           WILDCARDS
  350.  
  351.           MS-DOS uses the characters "*" and "?" as wildcard
  352.           characters. Just like a wild card may represent any
  353.           other card, these two characters may be used to
  354.           represent any other character in a DOS file name.
  355.  
  356.           The "*" character may be used in place one or more
  357.           characters in a file name. When DOS is given a "*" as a
  358.           character in a file name, it will accept any file name
  359.           that matches all the character up to the "*" character
  360.           as the correct file. The file name "w*.doc" would stand
  361.           for all file names that started with a "w" and had the
  362.           extension of ".doc". If a character is included in a
  363.           file name after the "*", it is discarded.
  364.  
  365.           The "*" may also be included in the file name's three 
  366.           character extension, such as "work.do*". If you use the 
  367.           file name "*.*", DOS will interpret it as every file 
  368.           name in the current directory. To copy the files on a 
  369.           diskette in drive a: to a diskette in drive b: you could 
  370.           use the command: 
  371.  
  372.                 A>COPY a:*.*  b:
  373.  
  374.           DOS uses the "?" as wildcard replacement of a single 
  375.           character in a file name. The file name "????????.???" 
  376.           would be the same as the file name "*.*". If you had the 
  377.           files "1letter.doc", "2letter.doc", "3letter.doc", etc., 
  378.           you could copy all of them from a diskette in drive a: 
  379.           to a diskette in drive b: with the command: 
  380.  
  381.           A>COPY a:?letter.doc  b:
  382.  
  383.           The "*" and "?" wildcard characters are very useful but
  384.           they should be used with caution. If you delete a file
  385.           with the file name *.* you would be erasing the entire
  386.           contents of the current directory, so care must be
  387.           exercised whenever using wildcards in a file name.
  388.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 10.
  389.           
  390.           
  391.           BATCH FILES
  392.  
  393.           A batch command is a text file that contains a list of 
  394.           DOS command to be executed. A batch file may be created 
  395.           using Edlin. A batch file must use the extension ".bat" 
  396.           for DOS to be able to use it. These examples show how 
  397.           to create useful batch files with the line editor 
  398.           program Edlin. If you create these file with a text 
  399.           editor other than Edlin, ignore the "*I" and "*E" lines 
  400.           and the lines containing "^Z". Also ignore the 
  401.           remaining "*" characters and everything to the left of 
  402.           them. The "^Z" characters are entered by pressing the 
  403.           "F6" key.  
  404.  
  405.           Command name: SORTDIR.BAT
  406.  
  407.           Usage:  SORTDIR [drive:]
  408.  
  409.           Action: Sorts the directory of the specified drive and 
  410.                   displays it one screen at a time. If no drive is 
  411.                   specified, the current drive will be the one 
  412.                   used. The DOS work diskette must be in the 
  413.                   current drive for the batch file to operate.  
  414.  
  415.           Example: SORTDIR b:
  416.           _________________________________________________
  417.  
  418.           A>EDLIN SORTDIR.BAT
  419.  
  420.           *I
  421.                 1:* ECHO OFF
  422.                 2:* CLS
  423.                 3:* DIR %1 | SORT | MORE
  424.                 4:* ^Z
  425.           *E
  426.           _________________________________________________
  427.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 11.
  428.  
  429.  
  430.           BATCH FILES cont.
  431.  
  432.           Command name: FILLDIR.BAT
  433.  
  434.           Usage: FILLDIR  new_dir  old_dir  [.ext]
  435.  
  436.           Action: Creates a new subdirectory with the name "new_dir"
  437.                   and then copies all of the files from the
  438.                   subdirectory "old_dir" into the new directory.
  439.                   If the optional parameter ".ext" is included,
  440.                   only the files with that extension will be copied.
  441.                   If either the new or old directory names are
  442.                   omitted, instructions will be given.
  443.  
  444.           Example: FILLDIR  personal  letters  .doc
  445.  
  446.           _________________________________________________
  447.  
  448.           A>EDLIN FILLDIR.BAT
  449.  
  450.           *I
  451.                 1:* ECHO off
  452.                 2:* IF "%1" == "" GOTO ERROR
  453.                 3:* IF "%2" == "" GOTO ERROR
  454.                 4:* MKDIR %1
  455.                 5:* IF "%3" == "" NO_EXT
  456.                 6:* COPY %2\*%3  \%1
  457.                 7:* GOTO END
  458.                 8:* :NO_EXT
  459.                 9:* COPY %2\*.* \%1
  460.                 10:* GOTO END
  461.                 11:* :ERROR
  462.                 12:* ECHO USAGE: FILLDIR old_dir new_dir [.ext]
  463.                 13:* :END
  464.                 14:* ^Z
  465.           *E
  466.           _________________________________________________
  467.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 12.
  468.  
  469.  
  470.           BATCH FILES cont.
  471.           
  472.           Command name: AUTOEXEC.BAT
  473.  
  474.           Usage: Automatic
  475.  
  476.           Action: This is a file which the operating system will
  477.                   automatically execute each time the computer is
  478.                   turned on or rebooted. The batch file will allow
  479.                   you to set the time and date and then it will
  480.                   execute the help program file ASSIST.COM. If you
  481.                   use other memory resident programs you may
  482.                   insert them into the file before line 3. This
  483.                   will allow the help program to be removed from
  484.                   memory should you need the memory for something
  485.                   else. The help program file ASSIST.COM must be
  486.                   on the boot disk with the AUTOEXEC.BAT file for
  487.                   this batch command to operated properly.
  488.  
  489.           _________________________________________________
  490.  
  491.           A>EDLIN AUTOEXEC.BAT
  492.  
  493.           *I
  494.                1:* DATE
  495.                2:* TIME
  496.                3:* ASSIST
  497.                4:* ^Z
  498.  
  499.           *E
  500.           _________________________________________________
  501.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 13.
  502.           
  503.           
  504.           EDLIN
  505.  
  506.           The Edlin program included with your DOS distribution 
  507.           diskette is a text editor which allows working with text 
  508.           files a line at a time. Some uses for the editor are: 
  509.  
  510.              - Create and edit text files.
  511.  
  512.              - Search for text strings in a file.
  513.  
  514.              - List text files with each line numbered.
  515.  
  516.              - Replace text strings in a file.
  517.  
  518.              - Delete lines from a file.
  519.  
  520.           Though not as powerful as a full screen word processor,
  521.           Edlin does have some advantages over the more powerful
  522.           programs. Some of the advantages of the line editor are:
  523.  
  524.              - Fast loading.
  525.  
  526.              - Easy to use with few commands to remember.
  527.  
  528.              - Requires very little disk space.
  529.  
  530.              - Requires very little memory.
  531.  
  532.           To use the Edlin program place your DOS work diskette in 
  533.           drive a: and enter: 
  534.  
  535.                 A>EDLIN filename
  536.  
  537.           The selected file will be loaded into memory for editing
  538.           and the Edlin "*" prompt will be displayed. If the file
  539.           does not exist, it will be created.
  540.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 14.
  541.  
  542.  
  543.           EDLIN cont.
  544.           
  545.           Unlike the DOS and Debug commands, most parameters used
  546.           with Edlin commands are entered before the command:
  547.  
  548.           *1,10L
  549.  
  550.           The first parameter in this example is a starting line
  551.           and the second is an ending line. This command would
  552.           list lines one through ten from the file being edited.
  553.  
  554.           To edit a line, enter the line number at the prompt:
  555.  
  556.           *14
  557.  
  558.           You will able to type in the new line when the prompt is
  559.           preceded by a line number and a colon:
  560.  
  561.                 14:*
  562.  
  563.           Pressing the "Return" key completes the entry of a text 
  564.           line.  If you need to insert new lines into an existing 
  565.           file, use the "I" command. To delete lines from a file 
  566.           use the "D" command.  
  567.  
  568.           If you are working with a file that is to large to fit
  569.           into memory, you will need to use the "W" command write
  570.           text from the work buffer to the disk, and then use the
  571.           "A" command to append more text into the work buffer.
  572.  
  573.           Use the "S" command if you are looking for a specific
  574.           string of text in a file and use the "R" command to
  575.           replace a string of text with another string. The "R"
  576.           command may also used to correct misspelled words in
  577.           a file.
  578.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 15.
  579.           
  580.           
  581.           DEBUG
  582.  
  583.           The Debug program included with your DOS distribution 
  584.           diskette is a very powerful tool for programmers who 
  585.           develop programs in 8088 assembly language. Some of the 
  586.           things you can do with the debugger are: 
  587.  
  588.              - Display data from any memory location.
  589.  
  590.              - Display or alter the contents of the cpu registers.
  591.  
  592.              - Display the assembly source code of programs.
  593.  
  594.              - Enter data directly into any memory location.
  595.  
  596.              - Input a byte from a port.
  597.  
  598.              - Move blocks of data between memory locations.
  599.  
  600.              - Output a byte to a port.
  601.  
  602.              - Perform hexadecimal addition and subtraction.
  603.  
  604.              - Read disk sectors into memory.
  605.  
  606.              - Trace the execution of a program.
  607.  
  608.              - Write disk sectors from memory.
  609.  
  610.              - Write short assemble language programs.
  611.  
  612.           To use the Debug program, place you DOS work diskette in 
  613.           drive a: and enter: 
  614.  
  615.                 A>DEBUG [file]
  616.  
  617.           When the Debug prompt ,"-", is displayed, you will be
  618.           able to enter a Debug command.
  619.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 16.
  620.  
  621.  
  622.           DEBUG cont.
  623.  
  624.           The most common use for Debug is tracing out problems
  625.           in newly created assembly language programs.  The best
  626.           way to debug a program is to use a structured approach.
  627.           This will allow you to move through sections of the
  628.           program code which operate as they should, and quickly
  629.           find the problem sections.
  630.  
  631.           A good approach is to unassemble a section of code with
  632.           the "U" command and look for a convenient break point. A
  633.           good place for a break is the address following a "CALL".
  634.           Use the G"address" command where "address" is the offset
  635.           address of the breakpoint, to execute the program through
  636.           the called routine. This will allow you to verify that
  637.           the routine does what it is supposed to.
  638.  
  639.           If everything is OK up to the breakpoint, repeat the
  640.           process until you come upon a routine that is causing
  641.           trouble. When you find a troublemaking routine you can
  642.           use the "T" command to step through the routine a line
  643.           of code at a time. Carefully examination of the register
  644.           contents after each step will allow you to find which
  645.           lines of the code are causing the problem.
  646.  
  647.           If you come upon an interrupt call while stepping
  648.           through a routine, use the G"address" command where
  649.           "address" is the contents of the IP register + 2.  This
  650.           will execute the program up to the address after the
  651.           interrupt call and speed the debugging process.
  652.  
  653.           Remember when working with program files with the .exe
  654.           extension that the DS register will not address the data
  655.           segment until it is initialized. Most programs will set
  656.           DS to the data segment at the start of the code, so
  657.           stepping through the first few lines of code will
  658.           usually initialize the register and allow you to use it
  659.           when addressing the program's data segment.
  660.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 17.
  661.           
  662.           
  663.           GLOSSARY
  664.  
  665.           boot          The process of initializing the MS-DOS
  666.                         operating system.
  667.  
  668.           byte          Represents one character to a computer.
  669.  
  670.           cpu           The central processing unit of a computer.
  671.  
  672.           directory     A disk file which contains information
  673.                         about other files on the disk.
  674.  
  675.           disk          A magnetic disk able to store information.
  676.                         May be a flexible floppy diskette or a
  677.                         mass storage hard disk.
  678.  
  679.           diskette      A flexible computer disk used to store 
  680.                         data
  681.           
  682.           DOS           The Microsoft Disk Operating System which
  683.                         controls the operation of the computer.
  684.  
  685.           drive         The device which reads and writes data to
  686.                         and from a magnetic disk.
  687.  
  688.           file          A group of text characters or program
  689.                         steps which are stored on a disk as a
  690.                         single unit.
  691.  
  692.           hard disk     A drive containing a non-removable magnetic
  693.                         disk which allows storing and retrieving
  694.                         large amounts of data very quickly.
  695.  
  696.           hexadecimal   A numbering system with a base of 16.
  697.  
  698.           KB            Represents 1024 characters to a computer.
  699.           DOS ASSISTANT MS-DOS TUTORIAL                  Page 18.
  700.  
  701.           
  702.           GLOSSARY cont.
  703.           
  704.           memory        The part of the computer where information
  705.                         is stored while the computer is operating.
  706.                         It may also be call RAM.
  707.           
  708.           monitor       A computer's television like video 
  709.                         display.  
  710.  
  711.           parameter     A character string which is entered with
  712.                         a DOS command to allow the command to
  713.                         perform a task in a specific manner.
  714.  
  715.           program       A file containing a series of steps which
  716.                         will be used by the computer to solve a
  717.                         problem or perform a task.
  718.  
  719.           resident      Refers to a program which has the ability
  720.                         to stay in the computer's memory so that
  721.                         it will not have to be loaded from a disk
  722.                         file each time it is used.
  723.  
  724.           software      Computer programs.
  725.  
  726.  
  727.