home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carsten's PPE Collection
/
Carstens_PPE_Collection_2007.zip
/
S
/
SCL!NEW.ZIP
/
NEW.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1996-06-02
|
1KB
|
104 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.O1 (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer INTEGER001
Integer INTEGER002
Integer INTEGER003
Integer INTEGER004
;------------------------------------------------------------------------------
Cls
PrintLn "@X01 `-> @X03 New Files in All Conferences Coded by Light Vader@X02/@X03Seclusion @X01 <-'"
Print "@X03Retreiving directory information ...."
Delay 20
Print ".. Done"
INTEGER004 = U_RecNum(U_Name())
INTEGER002 = CurConf()
FOpen 1, PPEPath() + "NEW.CNF", 2, 0
FGet 1, INTEGER001
FClose 1
For INTEGER003 = 0 To INTEGER001
If (U_InConf(INTEGER004, INTEGER003) == 1) Gosub LABEL001
Next
PrintLn
PrintLn "@X03 New files since last call in all board by Light Vader/Seclusion"
Join INTEGER002
End
:LABEL001
Join INTEGER003
Cls
Dir "N;S;A"
Return
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 2 Cls
; 2 Goto
; 4 Let
; 2 Print
; 3 PrintLn
; 2 If
; 1 FOpen
; 1 FClose
; 1 FGet
; 1 Gosub
; 1 Return
; 1 Delay
; 2 Join
; 1 Dir
;
;
; ■ Functions used :
;
; 2 +
; 1 ==
; 1 <
; 1 <=
; 2 >=
; 1 !
; 2 &&
; 1 ||
; 1 U_Name()
; 1 CurConf()
; 1 PPEPath()
; 1 U_RecNum()
; 1 U_InConf()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 1 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------