home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / F / FSW-PNIX.ZIP / BAD.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-07-05  |  733b  |  73 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 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     FOpen 1, PPEPath() + "UNIX.CNF", 0, 0
  27.     FGet 1, STRING001
  28.     FGet 1, STRING002
  29.     FGet 1, STRING003
  30.     FGet 1, STRING004
  31.     FClose 1
  32.     Newline
  33.     Print STRING004
  34.  
  35.     EndProc
  36.  
  37.  
  38. ;------------------------------------------------------------------------------
  39. ;
  40. ; Usage report (before postprocessing)
  41. ;
  42. ; ■ Statements used :
  43. ;
  44. ;    1       Print 
  45. ;    1       FOpen 
  46. ;    1       FClose 
  47. ;    4       FGet 
  48. ;    1       Newline
  49. ;    1       EndProc
  50. ;
  51. ;
  52. ; ■ Functions used :
  53. ;
  54. ;    1       +
  55. ;    1       PPEPath()
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ; Analysis flags : No flag
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;
  63. ; Postprocessing report
  64. ;
  65. ;    0       For/Next
  66. ;    0       While/EndWhile
  67. ;    0       If/Then or If/Then/Else
  68. ;    0       Select Case
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;                 AEGiS Corp - Break the routines, code against the machines!
  72. ;------------------------------------------------------------------------------
  73.