home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
JM_RF_14.ZIP
/
LOGOFF.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1995-04-09
|
880b
|
87 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer INTEGER001
String STRING001
Declare Procedure PROC001()
;------------------------------------------------------------------------------
PROC001()
End
;------------------------------------------------------------------------------
Procedure PROC001()
GetUser
STRING001 = GetEnv("PCBDRIV") + GetEnv("PCBDIR")
If (Exist(STRING001 + "FLIST." + String(PcbNode()))) Then
SPrintLn "FLAGGED files still exist! I will be saving them for future user use!"
INTEGER001 = U_RecNum(U_Name())
Copy STRING001 + "FLIST." + String(PcbNode()), PPEPath() + "R" + String(INTEGER001) + ".HNG"
Endif
EndProc
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 2 Goto
; 2 Let
; 1 If
; 1 GetUser
; 1 SPrintLn
; 1 Copy
; 1 EndProc
;
;
; ■ Functions used :
;
; 8 +
; 1 !
; 1 U_Name()
; 3 String()
; 1 PPEPath()
; 2 PcbNode()
; 2 GetEnv()
; 1 Exist()
; 1 U_RecNum()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 1 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------