home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 31
/
CDASC_31_1996_juillet_aout.iso
/
vrac
/
tdihroy1.zip
/
TDIH2.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1996-06-08
|
2KB
|
113 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
Integer INTEGER002
Integer INTEGER003
String STRING001
String STRING002
;------------------------------------------------------------------------------
Gosub LABEL001
Goto LABEL002
Gosub LABEL003
KbdStuff Chr(13) + STRING001 + Chr(13)
Goto LABEL004
:LABEL001
INTEGER001 = 1
STRING001 = ""
INTEGER002 = 0
Return
:LABEL002
Shell 1, INTEGER003, "HISTORY2.EXE", ""
PrintLn "@CLS@@X03 @X7F┌───────────────────────────────────────@X7F@X70┐@X03 @X07 "
PrintLn "@X03 @X17 · · · @X47▄▄▄▄▄▄▄▄▄@X03 @X7F│ @X7E THIS DAY IN HISTORY @X70│@X70@X03 @X17 · · · @X47▄▄▄▄▄▄▄▄▄@X03 "
PrintLn "@X03 @X17· · · ·@X47▄▄▄▄▄▄▄▄▄@X03 @X7F└@X70───────────────────────────────────────┘@X03 @X17· · · ·@X47▄▄▄▄▄▄▄▄▄@X03 "
PrintLn "@X03 @X47▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X03 (c) 1996, Admiral Spock @X47▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X03 "
PrintLn "@X03 @X04▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ @X03 @X04▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀@X03 "
PrintLn "@X07@X0C───────────────────────────────────────────────────────────────────────────────"
Gosub LABEL003
PrintLn "@X07@X0C────────────────────────────────────────────────────────────────────────v1.04──"
:LABEL003
STRING001 = ReadLine(PPEPath() + "Hist.TXT", INTEGER001)
Print STRING001
Newline
INTEGER001 = INTEGER001 + 1
If (STRING001 == "") Gosub LABEL004
Goto LABEL003
STRING002 = ""
:LABEL004
INTEGER002 = INTEGER002 + 1
If (INTEGER002 == 5) Goto LABEL005
Return
:LABEL005
Wait
End
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 1 Wait
; 4 Goto
; 7 Let
; 1 Print
; 7 PrintLn
; 2 If
; 4 Gosub
; 2 Return
; 1 Newline
; 1 Shell
; 1 KbdStuff
;
;
; ■ Functions used :
;
; 5 +
; 2 ==
; 2 Chr()
; 1 PPEPath()
; 1 ReadLine()
;
;------------------------------------------------------------------------------
;
; Analysis flags : S
;
; S - Shell to DOS ■ 5
; This may be normal if the PPE need to execute an external command,
; but may be actually anything... nasty (formating HD, rebooting,...)
; or usefull (sorting, maintenance,...). Check!
; ■ Search for : SHELL
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------