home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / F / FSW-PNIX.ZIP / LOGIN.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-07-05  |  768b  |  75 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.     PrintLn STRING001
  33.     Newlines 2
  34.     Print STRING002
  35.  
  36.     EndProc
  37.  
  38.  
  39. ;------------------------------------------------------------------------------
  40. ;
  41. ; Usage report (before postprocessing)
  42. ;
  43. ; ■ Statements used :
  44. ;
  45. ;    1       Print 
  46. ;    1       PrintLn 
  47. ;    1       FOpen 
  48. ;    1       FClose 
  49. ;    4       FGet 
  50. ;    1       Newlines 
  51. ;    1       EndProc
  52. ;
  53. ;
  54. ; ■ Functions used :
  55. ;
  56. ;    1       +
  57. ;    1       PPEPath()
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Analysis flags : No flag
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;
  65. ; Postprocessing report
  66. ;
  67. ;    0       For/Next
  68. ;    0       While/EndWhile
  69. ;    0       If/Then or If/Then/Else
  70. ;    0       Select Case
  71. ;
  72. ;------------------------------------------------------------------------------
  73. ;                 AEGiS Corp - Break the routines, code against the machines!
  74. ;------------------------------------------------------------------------------
  75.