home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / seedump.zip / SAMPLES / READ_BAG.ME < prev    next >
Text File  |  1995-08-30  |  2KB  |  102 lines

  1. SHORT DESCRIPTIONS FOR ALL REXX MACROS EXAMPLES
  2. _______________________________________________
  3.  
  4. BPROFILE.BAG:
  5.  
  6. An example for a profile file, which sets the settings WORK and
  7. DLLS.
  8.  
  9. BSTARTUP.BAG:
  10.  
  11. An example for a startup file, which examines the environment variable
  12. "MYEXTRAPATH" and, if it exists, sets some enviroment variables of
  13. SeeDump to this value.
  14.  
  15. CA.BAG:
  16.  
  17. Is a simple calculator, which needs an expression as input parameter. For
  18. example, to calculate the result of the expression "4+5", you input
  19. "CA 4+5" at the REXX prompt.
  20.  
  21. CALC.BAG:
  22.  
  23. Is another version of CA.BAG.
  24.  
  25. DEMO.BAG:
  26.  
  27. Show the functions of all new REXX statements (stacktrace, glob, set etc. ).
  28. You need to load the dump file of the test program T.EXE, before you can
  29. execute this REXX macro without errors.
  30.  
  31. INTEL.BAG:
  32.  
  33. Is used by some other REXX macros examples and calculate the little endian
  34. representation of an 4-Byte or an 2-Byte value.
  35.  
  36. R1.BAG:
  37.  
  38. Has 3 parameters, outputs some text and changes the values of some settings.
  39.  
  40. R2.BAG:
  41.  
  42. Has 2 parameters, outputs some text.
  43.  
  44. R3.BAG:
  45.  
  46. Is an other version of the calculator.
  47.  
  48. R4.BAG:
  49.  
  50. Opens some message boxes.
  51.  
  52. R5.BAG:
  53.  
  54. Shows the function of the REXX statements STACKTRACE and STRUCT. You need to
  55. load the dump file of the test program T.EXE, before executing this REXX macro.
  56.  
  57. R6.BAG:
  58.  
  59. Shows the function of the REXX statements STRUCT, GLOBVAR and FETCHADDR. You
  60. need to load the dump file of the test program T.EXE, before executing this REXX
  61. macro.
  62.  
  63. R7.BAG:
  64.  
  65. Shows the function of the REXX statements STRUCT, GLOBVAR and FETCHADDR. You
  66. need to load the dump file of the test program T.EXE, before executing this REXX
  67. macro.
  68.  
  69. REGS.BAG:
  70.  
  71. Shows the function of the REXX statement REGISTER.
  72.  
  73. S1.BAG, S2.BAG:
  74.  
  75. One REXX macro calls an other REXX macro.
  76.  
  77. T.C, TT.C, CRASH.C:
  78.  
  79. You need this three C-sources to build the executable T.EXE.
  80.  
  81. T.EXE:
  82.  
  83. The test program compiled with the watcom compiler.
  84.  
  85. XALL.C:
  86.  
  87. You need this C-source to build the executable XALL.EXE.
  88.  
  89. XALL.EXE:
  90.  
  91. The xall.c compiled for with the watcom compiler.
  92.  
  93. MAKEFILE.WAT:
  94.  
  95. Is a makefile for the Watcom compiler and builds the executable XALL.EXE and
  96. T.EXE.
  97.  
  98. MAKEFILE.IBM:
  99.  
  100. Is a makefile for the CSET/2 compiler and builds the executable XALL.EXE.
  101.  
  102.