home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / wp / readplus.zip / TECHMAN.TXT < prev    next >
Text File  |  1989-01-26  |  3KB  |  68 lines

  1. Running MS DOS, by Van Wolverton, pages 26-27
  2. When you test drive a car, you already know how to start it.  The
  3. test drive is to help you become familiar with the controls, the
  4. steering, the brakes, the overall "feel" of the car.  Now it's
  5. time to take a test drive with DOS.  Your learned how to start
  6. DOS in the last chapter.  It's time to begin learning how to
  7. control DOS, how to "steer" it in the direction of one task of
  8. another, and how to call a halt when you want or need to.
  9.  
  10. That's what this chapter is all about.  It introduces you to the
  11. directory of files that DOS keeps on each disk, and shows you how
  12. to use the specific keys on your keyboard.   You use these keys
  13. to tell DOS to cancel lines or commands, freeze the display, and
  14. restart DOS.
  15.  
  16. To try the examples given here, start up your computer, as you
  17. did in the last chapter.  Enter the appropriate date and time, so
  18. that DOS responds with the system prompt, A> (C> of you are using
  19. a fixed disk).  Don't worry about leaving your computer on while
  20. you read the text between examples; DOS is patient.
  21.  
  22. Note:  Part of this chapter deals with keys that have special
  23. meaning for DOS.  If you are not using an IBM personal computer,
  24. you may want to check your documentation for equivalent keys on
  25. your system.
  26.  
  27. Recall from Chapter 1 that information stored on a disk is stored
  28. as a file.  DOS automatically keeps and updates a list of every
  29. file you save on every diskette you use.  This list is called
  30. directory.  If you create and save a new file, DOS adds it to the
  31. list.  If you revise and old file, DOS keeps track of that, too. 
  32. The directory eliminates the need to keep a separate record of
  33. everything you save on each diskette.  You can tell DOS you want
  34. to see the directory whenever DOS is displaying the system
  35. prompt.
  36.  
  37. The example on the next section serves the double purpose of
  38. showing you a directory and showing you around the DOS system
  39. disk itself.  As you use the system more, you will come to
  40. recognize many of the DOS commands.  Before you look at a
  41. directory, though, you should know a little about how DOS saves
  42. your files.
  43.  
  44. Whenever you create a file, you give it a name, called the file
  45. name, of up to eight characters.  Of you wish, you can add a
  46. suffix, called the extension, of up to three more letters. 
  47. (Chapter 4 and 5 present more on files).  
  48. Whenever you ask DOS to show you the directory of a diskette, it
  49. lists your files by name (and extension, if there is one).  It
  50. also shows you the size of your file, in units called bytes, and
  51. it gives you the date and the time file was either created or
  52. last changed (that's why DOS prompts you for the date and time).
  53.  
  54. Note:  A byte is the amount of storage required to hold one
  55. character in computer memory or on a disk.  Here are a few
  56. familiar items and their sizes, in bytes: the letters abcd, 4
  57. bytes (1 byte per letter); the words United States, 13 bytes
  58. (blanks count); a double-spaced, typewritten page, 1500 bytes;
  59. this book, 600,000 bytes (approximately).
  60.  
  61. Depending on which version of DOS you're using, and whether your
  62. drives use one or both sides of a diskette, your diskettes hold
  63. from 163,840 to 368,640 bytes.  For convenience, quantities the
  64. large are usually given in kilobytes, or K.  One kilobyte equals
  65. 1024 bytes, so the capacity of your diskettes can range from 160K
  66. 360K.