home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THT396.ZIP / CMD396.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-07-09  |  569b  |  59 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.     Integer  INTEGER002
  21.     String   STRING001
  22.     String   STRING002
  23.     String   STRING003
  24.  
  25. ;------------------------------------------------------------------------------
  26.  
  27.     Goto LABEL001
  28.     If (!(STRING001 == 0)) Stop
  29.     If (STRING002 == 0) Then
  30.         PrintLn PPLBufSize()
  31.  
  32.         PrintLn 
  33.         tñ⌠
  34.         :LABEL001
  35.         STRING002 = ReadLine(PPEPath() + PPEName() + ".dat", 1)
  36.         INTEGER001 = GetX()
  37.         INTEGER002 = GetY() - 1
  38.     Endif
  39.     :LABEL002
  40.     AnsiPos INTEGER001, INTEGER002
  41.     InputStr STRING002, STRING001, "", 25, Mask_Ascii(), 0
  42.     If ((STRING001 == Chr(13)) || (STRING001 == "")) Then
  43.         Goto LABEL002
  44.     Else
  45.         KbdStuff STRING001
  46.     Endif
  47.     STRING003 = " PPLD.EXE No-MoreAnti De-Compiler Code v 0.90     by <<THT>>
  48. ;
  49. ; Postprocessing report
  50. ;
  51. ;    0       For/Next
  52. ;    0       While/EndWhile
  53. ;    2       If/Then or If/Then/Else
  54. ;    0       Select Case
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;                 AEGiS Corp - Break the routines, code against the machines!
  58. ;------------------------------------------------------------------------------
  59.