home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAULTP3.ZIP / PWAPRGMS.A02 / PWA95 / PWAEF221.ZIP / EXTERNAL.ZIP / EFPWAFV.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-12-04  |  1KB  |  92 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.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     STRING001 = ReadLine(String(PPEPath() + "EFPWAFV.CFG"), 1)
  26.     STRING003 = GetToken()
  27.     If (Exist(STRING001)) Then
  28.         STRING002 = Mid(STRING001, 1, String(Len(STRING001) - 9))
  29.         FCreate 1, STRING002 + "FILE.$" + String(PcbNode()), 2, 0
  30.         FPutLn 1, "!" + STRING001 + " " + STRING003
  31.         FClose 1
  32.         DispFile STRING002 + "FILE.$" + String(PcbNode()), 0
  33.         Delete STRING002 + "FILE.$" + String(PcbNode())
  34.         End
  35.     Else
  36.         PrintLn "** Error, you cannot view files because FLAG.PPE cannont find"
  37.         PrintLn "** either FLAGFV.DAT or the PWAFV PPE.  Make sure the sysop"
  38.         Print "** coppied the DAT file to the "
  39.         PrintLn PPEPath() + " directory"
  40.         End
  41.     Endif
  42.  
  43. ;------------------------------------------------------------------------------
  44. ;
  45. ; Usage report (before postprocessing)
  46. ;
  47. ; ■ Statements used :
  48. ;
  49. ;    2       End
  50. ;    2       Goto 
  51. ;    3       Let 
  52. ;    1       Print 
  53. ;    3       PrintLn 
  54. ;    1       If 
  55. ;    1       DispFile 
  56. ;    1       FCreate 
  57. ;    1       FClose 
  58. ;    1       FPutLn 
  59. ;    1       Delete 
  60. ;
  61. ;
  62. ; ■ Functions used :
  63. ;
  64. ;    11      +
  65. ;    1       -
  66. ;    1       !
  67. ;    1       Len(
  68. ;    1       Mid()
  69. ;    5       String()
  70. ;    2       PPEPath()
  71. ;    3       PcbNode()
  72. ;    1       ReadLine()
  73. ;    1       GetToken()
  74. ;    1       Exist()
  75. ;
  76. ;------------------------------------------------------------------------------
  77. ;
  78. ; Analysis flags : No flag
  79. ;
  80. ;------------------------------------------------------------------------------
  81. ;
  82. ; Postprocessing report
  83. ;
  84. ;    0       For/Next
  85. ;    0       While/EndWhile
  86. ;    1       If/Then or If/Then/Else
  87. ;    0       Select Case
  88. ;
  89. ;------------------------------------------------------------------------------
  90. ;                 AEGiS Corp - Break the routines, code against the machines!
  91. ;------------------------------------------------------------------------------
  92.