home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAEQU11.ZIP / U.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-11-15  |  733b  |  74 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.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = PPEPath() + "EQUTMP." + String(PcbNode())
  24.     If (Exist(STRING001)) Then
  25.         Delete STRING001
  26.     Endif
  27.     STRING001 = PPEPath() + "ATTACH." + String(PcbNode())
  28.     If (Exist(STRING001)) Goto LABEL001
  29.     FOpen 1, STRING001, 1, 2
  30.     FClose 1
  31.     :LABEL001
  32.     KbdStuff "U"
  33.  
  34. ;------------------------------------------------------------------------------
  35. ;
  36. ; Usage report (before postprocessing)
  37. ;
  38. ; ■ Statements used :
  39. ;
  40. ;    2       Goto 
  41. ;    2       Let 
  42. ;    2       If 
  43. ;    1       FOpen 
  44. ;    1       FClose 
  45. ;    1       Delete 
  46. ;    1       KbdStuff 
  47. ;
  48. ;
  49. ; ■ Functions used :
  50. ;
  51. ;    4       +
  52. ;    2       !
  53. ;    2       String()
  54. ;    2       PPEPath()
  55. ;    2       PcbNode()
  56. ;    2       Exist()
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Analysis flags : No flag
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;
  64. ; Postprocessing report
  65. ;
  66. ;    0       For/Next
  67. ;    0       While/EndWhile
  68. ;    1       If/Then or If/Then/Else
  69. ;    0       Select Case
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;                 AEGiS Corp - Break the routines, code against the machines!
  73. ;------------------------------------------------------------------------------
  74.