home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pilot.zip / read.me < prev    next >
Text File  |  1993-08-18  |  3KB  |  73 lines

  1. read.me ================================================================
  2.  
  3. Author of this document:
  4.  
  5. Tommi Nieminen
  6. Pajulankatu 8
  7. 37150 Nokia
  8. FINLAND
  9. E-mail: sktoni@kielo.uta.fi  or  Tommi.Nieminen@uta.fi (Internet)
  10.  
  11. This package contains a pilot interpreter by Dave Taylor from the year
  12. 1985--that's a long time ago and the program isn't really neither very
  13. useful nor very clever, but because there aren't too many weird program-
  14. ming languages currently available for OS/2, I thought it appropriate to
  15. port it. There was no docs in the original package, but since DT has
  16. marked the source code with his own copyright, I thought it wise to
  17. include ALL the original files in this package too.
  18.  
  19. NOTE: I made Pilot ignore lines beginning with "EXTPROC" to make it
  20. an OS/2 external command processor. To try this feature out, rename
  21. `test.pil' to `test.cmd', and add the following line at the beginning
  22. of the file:
  23.  
  24.     extproc pilot
  25.  
  26. Case is not significant. If `pilot.exe' is not in the current directory
  27. or in PATH, add full directory name (eg. `extproc D:\bin\pilot'). Then
  28. you can run Pilot programs just like any other OS/2 scripts!
  29.  
  30. WARNING: currently the `.cmd' file has to be in the current directory
  31. when running it, ie. even though OS/2 finds every `.cmd' file in the
  32. PATH and tries to run it, `pilot.exe' does NOT search the PATH, and
  33. hence can't find the script.
  34.  
  35. Files included in this package (dates are in day-mon-year format, if you
  36. hadn't figured it out yet):
  37.  
  38.      1.08.93  10.07        208           0  average.pil
  39.     27.01.86  14.15      27011           0  msdos-pilot.c
  40.      6.11.86  22.07      15492           0  msdos-pilot.exe
  41.     27.01.86  14.14       1742           0  pilot.bnf
  42.     18.08.93  19.31      32420           0  pilot.c
  43.     18.08.93  19.41      50361          49  pilot.exe
  44.     18.08.93  19.46       2937           0  read.me
  45.     18.08.93  19.34      12128           0  test.pil
  46.  
  47. `msdos-pilot.exe' is the `pilot.exe' file of the original package
  48. (MS-DOS executable). `pilot.c' was modified by me to get it compiled
  49. with gcc 2.4.5 and emx 0.8g. The original source is included as
  50. `msdos-pilot.c'.
  51.  
  52. `test.pil' was originally named `pilot.tst'; it is a test program you
  53. can try out with:
  54.  
  55.     [D:\] pilot test.pil
  56.  
  57. `average.pil' is my own addition, a simple test program that calculates
  58. averages of numbers.
  59.  
  60. Pilot CAI was compiled using Eberhard Mattes' emx 0.8g package but it
  61. does NOT need the emx runtime libraries. To recompile it, use
  62.  
  63.     [D:\] gcc -Zomf -Zsys -Zstack 0x8000 -o pilot.exe pilot.c
  64.  
  65. The stack size may not better the best possible choice, so if you find
  66. a better one, that's great. (Note: to be able to use `-Zsys', you will
  67. have to run `omflib.cmd' first; that should be located in your library
  68. directory.)
  69.  
  70. Tommi Nieminen
  71. 18-Aug-1993
  72. ========================================================================
  73.