home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TOPS!PIE.ZIP / LOGON.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-04-25  |  655b  |  61 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.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     FCreate 1, PPEPath() + "CURRENT.DAT", 2, 0
  23.     FPutLn 1, U_Bul()
  24.     FPutLn 1, U_Bdl()
  25.     FClose 1
  26.  
  27. ;------------------------------------------------------------------------------
  28. ;
  29. ; Usage report (before postprocessing)
  30. ;
  31. ; ■ Statements used :
  32. ;
  33. ;    1       FCreate 
  34. ;    1       FClose 
  35. ;    2       FPutLn 
  36. ;
  37. ;
  38. ; ■ Functions used :
  39. ;
  40. ;    1       +
  41. ;    1       U_Bdl()
  42. ;    1       U_Bul()
  43. ;    1       PPEPath()
  44. ;
  45. ;------------------------------------------------------------------------------
  46. ;
  47. ; Analysis flags : No flag
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ; Postprocessing report
  52. ;
  53. ;    0       For/Next
  54. ;    0       While/EndWhile
  55. ;    0       If/Then or If/Then/Else
  56. ;    0       Select Case
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;                 AEGiS Corp - Break the routines, code against the machines!
  60. ;------------------------------------------------------------------------------
  61.