home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TERR-RUN.ZIP / RUNPPE.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-04-13  |  1KB  |  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 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     Cls
  24.     Print "@POFF@"
  25.     AnsiPos 1, 1
  26.     PrintLn "@X0F▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄"
  27.     PrintLn "@X70 RUNPPE v1.0 - Hood Rat [TERR] "
  28.     PrintLn "@X08▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀"
  29.     PrintLn "@X07┌──────────────────────────────────────────────────@X08┐"
  30.     PrintLn "@X07│ @X08················································ │"
  31.     PrintLn "@X07└@X08──────────────────────────────────────────────────┘"
  32.     PrintLn "@X0F  @X08- @X0FEnter PATH/NAME Of PPE To Run In Box Above @X08-"
  33.     PrintLn 
  34.     PrintLn "     ┌ @X0FRUNPPE v1.0 Was Written By Hood Rat @X08┐"
  35.     PrintLn "     └    @X07Released Under Terratron 1994    @X08┘"
  36.     AnsiPos 3, 5
  37.     Input "_", STRING001
  38.     Newline
  39.     Newline
  40.     Newline
  41.     Newline
  42.     Newline
  43.     Newline
  44.     Call STRING001
  45.     End
  46.  
  47. ;------------------------------------------------------------------------------
  48. ;
  49. ; Usage report (before postprocessing)
  50. ;
  51. ; ■ Statements used :
  52. ;
  53. ;    1       End
  54. ;    1       Cls
  55. ;    1       Print 
  56. ;    10      PrintLn 
  57. ;    1       Input 
  58. ;    6       Newline
  59. ;    1       Call 
  60. ;    2       AnsiPos 
  61. ;
  62. ;
  63. ; ■ Functions used :
  64. ;
  65. ;
  66. ;------------------------------------------------------------------------------
  67. ;
  68. ; Analysis flags : C
  69. ;
  70. ; C - Call child PPE ■ 3
  71. ;     This is usually normal, but may be a tricky way to launch some
  72. ;     sysop-only commands.
  73. ;     ■ Search for : CALL
  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.