home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / genapps / cmstr503.arj / DOC.ZIP / ADVICE.TXT next >
Text File  |  1991-12-07  |  1KB  |  45 lines

  1.  
  2.    ======= A word of kindly and well-intentioned advice =======
  3.  
  4.  
  5.   If you want to be systematic about learning the system . . .
  6.  
  7.   1. Print the DEMO.WP file.
  8.  
  9.   2. Review the DEMO program page by page, with frequent reference to
  10.      the printout to see the codes for each page and function.
  11.  
  12.   3. Read the Quick Start instructions and write a small program.
  13.  
  14.   4. Read through the Tutorial.
  15.  
  16.   5. Write a practice program with the help of the DEMO printout and the
  17.      Tutorial.
  18.  
  19.   6. Add to that program at least one example of each of the pagetypes,
  20.      overlays, bucket routines and contingency branching in order to get
  21.      acquainted with the program.
  22.  
  23.   7. Debug that program, then throw it away without showing it to anyone.
  24.  
  25.   8. Begin your first real CBT program.
  26.  
  27.  
  28. ===============
  29.   First Things
  30. ===============
  31.  
  32.   >  Make backup copies of all diskettes.
  33.  
  34.   >  Set up two directories on your hard disk: one for CourseMaster and
  35.      another for your CBT programs. Copy all CourseMaster files to the
  36.      CourseMaster directory and copy the DRIVER and CONFIG files to
  37.      your program directory. 
  38.  
  39.   >  Prepare a delivery diskette by copying DRIVER.EXE and CONFIG to a
  40.      newly formatted diskette. This may or may not be a bootable diskette.
  41.  
  42.   >  Be sure to read the section on Management in the Tutorial before you
  43.      begin any serious program development.
  44.  
  45.