home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / PEGAND2Z.ZIP / 196.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-03-25  |  940b  |  87 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     String   STRING001
  21.     String   STRING002
  22.     String   STRING003
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     STRING002 = ReadLine(PCBDat(), 28) + "pegtmp." + String(PcbNode())
  27.     STRING003 = ReadLine(PCBDat(), 28) + "pegtime." + String(PcbNode())
  28.     INTEGER001 = Time()
  29.     STRING002 = ReadLine(PCBDat(), 28) + "pegtime." + String(PcbNode())
  30.     INTEGER001 = Time()
  31.     FCreate 1, STRING002, 1, 0
  32.     FPutLn 1, INTEGER001
  33.     FClose 1
  34.     OpenCap STRING002, STRING001
  35.     Print "(@TIMELEFT@ min. left), (H)elp, More, @FIRST@"
  36.     CloseCap 
  37.     Rename STRING002, STRING003
  38.  
  39. ;------------------------------------------------------------------------------
  40. ;
  41. ; Usage report (before postprocessing)
  42. ;
  43. ; ■ Statements used :
  44. ;
  45. ;    5       Let 
  46. ;    1       Print 
  47. ;    1       FCreate 
  48. ;    1       FClose 
  49. ;    1       FPutLn 
  50. ;    1       OpenCap 
  51. ;    1       CloseCap 
  52. ;    1       Rename 
  53. ;
  54. ;
  55. ; ■ Functions used :
  56. ;
  57. ;    6       +
  58. ;    2       Time()
  59. ;    3       String()
  60. ;    3       PCBDat()
  61. ;    3       PcbNode()
  62. ;    3       ReadLine()
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ; Analysis flags : d
  67. ;
  68. ; d - Access PCBOARD.DAT ■ 2
  69. ;     Program gets the full pathname to PCBOARD.DAT, this may be usefull
  70. ;     for many PPE so they can find various informations on the system
  71. ;     (system paths, max number of lines in messages, ...) but it may also
  72. ;     be a way to gather vital informations.
  73. ;     ■ Search for : PCBDAT()
  74. ;
  75. ;------------------------------------------------------------------------------
  76. ;
  77. ; Postprocessing report
  78. ;
  79. ;    0       For/Next
  80. ;    0       While/EndWhile
  81. ;    0       If/Then or If/Then/Else
  82. ;    0       Select Case
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;                 AEGiS Corp - Break the routines, code against the machines!
  86. ;------------------------------------------------------------------------------
  87.