home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / comphelp / babystep / babydos < prev    next >
Text File  |  1994-03-06  |  5KB  |  147 lines

  1. 1Babydos
  2.                    *** BABY-STEPS TO DOS ***
  3.  
  4.         ▀  A Step-By-Step Tutorial
  5.         ▀  On DOS, Batch Files,
  6.         ▀  DOS Macros, Color Codes
  7.  
  8.         Baby-Steps To DOS is written for anyone wishing to learn the language
  9.         that makes the computer operate (run).
  10.         Without DOS (Disk Operating System) the computer could not operate...
  11.         it would be a useless piece of hardware.
  12.  
  13.         As an experienced DOS instructor and author I have found that
  14.         the most productive course is to teach in BABY STEPS.
  15.         This means use the commands in a way that they show what they do and
  16.         how they do it.
  17.  
  18.         This is accomplished by having the commands produce small programs
  19.         that can be observed on the screen. For example, if you want to
  20.         change the color of the screen... you write the command... and then
  21.         watch the color of the screen change.  From this, you add other
  22.         commands, like copy a disk, format a disk, or list the contents of
  23.         the directory..
  24.  
  25.         This sequence increases in BABY STEPS ... and finally, you can make
  26.         the computer do many things from simple steps, added to other simple
  27.         steps. From this you will learn that you can tell the computer what
  28.         you want it to do, and not the other way around.
  29.         Knowing DOS puts you in command of the computer.
  30.  
  31.         In this tutorial selected DOS commands have been edited and rewritten
  32.         in "easy-to-understand" English.  Commands are explained and then used
  33.         in the lessons. The DOS commands are used to create programs. In this
  34.         way you learn not only the command...  but actually see what
  35.         the program does. This is excellent for learnig DOS commands.
  36.  
  37.  
  38.  
  39.                         INTRODUCTION
  40.                              TO
  41.                         COMPUTER MAGIC
  42.  
  43.         THE SECRETS OF WRITING BATCH FILES,
  44.         COLOR PROGRAMS AND SPEED KEYS
  45.  
  46.         FIRST TIME EVER...
  47.         Complete Formulas On How To Create 64
  48.         Different Color Programs.
  49.  
  50.         DETAILED INSTRUCTIONS
  51.         On how to write:
  52.         Simple programs (Batch Files) for Color And
  53.         One-Keystroke Speed (Macro) Keys.
  54.  
  55.         TEACHES IN EASY-TO-LEARN LANGUAGE
  56.         Over 100 formulas for the beginner in computer.
  57.         How to use the Simple formulas (Batch Files)
  58.  
  59.         HOW TO WRITE POWERFUL PROGRAMS
  60.         That will make the computer change colors,
  61.         format a disk or make a duplicate copy of a disk.
  62.        
  63.                                   -1-
  64.  
  65.  
  66.  
  67.  
  68.         ABOUT THIS BOOK ON A DISK
  69.         This disk contains 5 Chapters from the Manual.
  70.         A print-out copy of the Lessons can made by typing the
  71.         word Manual next to the A> prompt, like this:
  72.                         Manual      <Then Press The Enter Key>
  73.         The Manual is written in easy-to-understand language,
  74.         and is for anyone interested in learning how to use MS-DOS
  75.         commands, create Batch files and color programs.
  76.  
  77.         BATCH FILES
  78.         Batch files are small programs.
  79.         These little programs are very powerful. They instruct
  80.         the computer on which command to do next. The book
  81.         uses Batch files to teach Color Programming and creating
  82.         Keyboard Macros.
  83.  
  84.         MAGIC KEYBOARD
  85.         You'll write programs that will make the keyboard
  86.         look like Aladdin's Magic Lamp. You'll be able to
  87.         push one key and Format a disk, another key and copy a disk,
  88.         and still another to change the color of the screen.
  89.  
  90.         You'll create programs using simple to advanced DOS commands.
  91.         The DOS commands have been edited and rewritten in
  92.         simple English language. You'll be able to create everything
  93.         in the book. No secret formulas.
  94.         The big treat is when:
  95.         you see Programs, you wrote to YOUR disk, light up the screen
  96.         and display a "Menu of One-Keystroke Programs".
  97.  
  98.         WHAT DOS DOES BEST
  99.         DOS Batch files are the fastest and best way to automate
  100.         your program menus.
  101.         DOS (Batch Files) can customize program selections,
  102.         color your screen, make your computer play a song or
  103.         answer you with beeps and/or blinks..
  104.  
  105.                      **** END OF INTRODUCTION ****
  106.                     Press <ESC> key to return to Menu.
  107.                 Select "CHAPTER 1", then press <Enter> key.
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.                                   -2-
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.