home *** CD-ROM | disk | FTP | other *** search
/ Wacky Windows Stuff... / WACKY.iso / toolbook / readme.doc < prev    next >
Text File  |  1990-09-26  |  4KB  |  80 lines

  1. ABOUT THESE BOOKS
  2.  
  3. This set of books consists of a multiple-book application,
  4. "Learning ToolBook," which teaches the basics of ToolBook's
  5. user interface, and two books that introduce the OpenScript 
  6. programming language and provide online exercises
  7. in OpenScript. The books can be used for classroom 
  8. instruction or for self-paced individual study.
  9.  
  10. These books were developed entirely by members of Asymetrix 
  11. Technical Publications and Interactive Education, with 
  12. occasional consultation with Sample Applications.
  13.  
  14. DISCLAIMER
  15.  
  16. IMPORTANT:  These ToolBook files and Dynamic Link Library files are being made available free of charge exclusively for demonstration purposes to show some approaches programmers are taking for applications using ToolBook. The files have not undergone the rigorous review process which Asymetrix's commercial products undergo. Asymetrix does not intend to provide support for these files. Asymetrix specifically disclaims all warranties including without limitation all warranties of title or non-infringement, warranties of merchantability or fitness for a particular purpose and all other warranties express or implied. The files are made available "as is."
  17.  
  18. ASYMETRIX SHALL NOT BE LIABLE FOR ANY DAMAGES INCLUDING BUT NOT LIMITED TO DIRECT, INDIRECT, INCIDENTAL, SPECIAL, COVER, RELIANCE, OR CONSEQUENTIAL DAMAGES ARISING FROM ITS MAKING THE FILES AVAILABLE, OR THE USE OR INABILITY TO USE THE FILES. ANY USE OF FILES IS STRICTLY AT YOUR OWN RISK.
  19.  
  20. Copyright (c) 1990 by Asymetrix Corporation. All rights reserved. Asymetrix, ToolBook, and OpenScript are registered trademarks of Asymetrix Corporation.  
  21.  
  22. The foregoing disclaimer applies to all the books listed 
  23. in this README file, even if the disclaimer text does not appear in the book itself.
  24.  
  25. WHAT EACH BOOK DOES
  26.  
  27. "Learning ToolBook" consists of the following files:
  28.  
  29. WORKBOOK.TBK     Master table of contents
  30. INSTRUC2.TBK     Instructions for Module 2
  31. INSTRUC3.TBK     Instructions for Module 3
  32. INSTRUC4.TBK     Instructions for Module 4
  33. INSTRUC5.TBK     Instructions for Module 5
  34. OBJECTS.TBK      Exercises for Module 2
  35. FIELDS.TBK       Exercises for Module 3
  36. HISTORY.TBK      Exercises for Modules 4 and 5 (Part I)
  37. RECORDER.TBK     Exercises for Module 5 (Part II)
  38. CATALOG.ASC      Source for one exercise in Module 3
  39.  
  40. "Learning ToolBook" also uses the following ToolBook 
  41. and Windows files:
  42.  
  43. CLIPART.TBK      Clip art book provided with ToolBook
  44. *.BMP            Any of the desktop bitmap files provided 
  45.                  with Windows (for example, CHESS.BMP)
  46.  
  47. The OpenScript training files are:
  48.  
  49. LEARNOS.TBK      A presentation on the parts of the language
  50. OSLAB.TBK        Tutorial plus exercises in OpenScript
  51.  
  52. HOW TO USE "LEARNING TOOLBOOK"
  53.  
  54. Copy all the files into a directory and make it the current
  55. directory before starting the application. You need to do this
  56. because the navigation scripts in the application don't include
  57. full pathnames, so ToolBook looks for each book in the current
  58. directory.
  59.  
  60. To use Learning ToolBook, open WORKBOOK.TBK and go to the second 
  61. page. Each module name is a hotword you can click to start 
  62. that module. The application opens the relevant instruction 
  63. and exercises books for each module and puts them away when
  64. you return to WORKBOOK.TBK.
  65.  
  66. For convenience, you may want to start Learning ToolBook
  67. as follows. Make sure your Windows and ToolBook directories 
  68. are on your DOS path. For example:
  69.  
  70.     C>path c:\windows;c:\toolbook;c:\dos
  71.  
  72. In DOS, make the directory containing the application files 
  73. into the current directory. For example:
  74.  
  75.     C>cd \learntbk
  76.  
  77. Then start Windows and run WORKBOOK.TBK. For example:
  78.  
  79.     C:\LEARNTBK>win workbook.tbk
  80.