home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / teach.zip / READ.ME < prev    next >
Text File  |  1997-09-30  |  2KB  |  41 lines

  1. The contents of these workspaces is an updated version of APL2
  2. tutorials that were released into the public domain at APL-
  3. Stanford some years back. The workspaces have been modified
  4. specifically for APL2OS2, but have been stored as .ATF files.
  5. These tutorials may be freely copied to study APL2. Copies may be
  6. distributed free of charge but may not be placed on the marketfor
  7. resale.
  8.  
  9. If you have no previous experience with OS2 and/or APL2OS2, and
  10. are frustrated reading the IBM supplied manuals, then workspace
  11. TEACH0 may help you get started. APL2OS2 as installed does not
  12. provide for easy access to workspaces on a diskette. Therefore,
  13. in order to be able to load TEACH0 into your workspace, you
  14. should take the following steps:
  15.  
  16.   1. Select the OS/2 window from the launch pad
  17.   2. Enter the following line at the command prompt:
  18. cd c:\apl2os2\bin  
  19.     (If APL2OS2 resides on another directory,say D,enter instead)
  20.  
  21. cd d:\apl2os2\bin         
  22.   3. Enter the next line (don't forget the second dot):
  23. copy a:TEACH0.* .
  24.  
  25. This will transfer that workspace to your private APL2 library.
  26. Then on loading APL2OS2 you can do a
  27.      )LIB      
  28. Check the presence of a file named TEACH0. If it has no tag, then
  29. enter
  30.      )LOAD TEACH0
  31. and follow the instructions. If the )LIB file is named
  32. TEACH0.ATF, then first enter
  33.      )IN TEACH0    --followed by
  34.      TEACH
  35.  
  36. Once you learn the contents of TEACH0, you should have no
  37. problems loading other libraries.
  38.  
  39.   If you have any questions or comments, you can reach me at
  40.                jizba@kaiwan.com
  41.