home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / PPE / ALF / ALF_LOGG.ZIP / ALF-LOG.PPE (.txt) < prev    next >
Encoding:
PCBoard Programming Language Executable  |  1994-06-14  |  987 b   |  81 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.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     DispFile PPEPath() + "LOGOFF.ALF", 2
  23.     Print "C"
  24.     Print "o"
  25.     Print "d"
  26.     Print "e"
  27.     Print "d "
  28.     Print "B"
  29.     Print "y"
  30.     Print " J"
  31.     Print "o"
  32.     Print "e "
  33.     Print "M"
  34.     Print "a"
  35.     Print "m"
  36.     PrintLn "a"
  37.     Print "@X08["
  38.     Print "@X0FA"
  39.     Print "LF"
  40.     Print "@X08]"
  41.     Hangup
  42.  
  43. ;------------------------------------------------------------------------------
  44. ;
  45. ; Usage report (before postprocessing)
  46. ;
  47. ; ■ Statements used :
  48. ;
  49. ;    17      Print 
  50. ;    1       PrintLn 
  51. ;    1       DispFile 
  52. ;    1       Hangup
  53. ;
  54. ;
  55. ; ■ Functions used :
  56. ;
  57. ;    1       +
  58. ;    1       PPEPath()
  59. ;
  60. ;------------------------------------------------------------------------------
  61. ;
  62. ; Analysis flags : B
  63. ;
  64. ; B - Brute hangup ■ 1
  65. ;     Program hangup without notification. This may be a good way to
  66. ;     disconnect a user, but if used randomly, may be very nasty
  67. ;     ■ Search for : HANGUP, DTROFF
  68. ;
  69. ;------------------------------------------------------------------------------
  70. ;
  71. ; Postprocessing report
  72. ;
  73. ;    0       For/Next
  74. ;    0       While/EndWhile
  75. ;    0       If/Then or If/Then/Else
  76. ;    0       Select Case
  77. ;
  78. ;------------------------------------------------------------------------------
  79. ;                 AEGiS Corp - Break the routines, code against the machines!
  80. ;------------------------------------------------------------------------------
  81.