home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .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 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Integer INTEGER001
- Integer INTEGER002
- Integer INTEGER003
- Integer INTEGER004
- Integer INTEGER005
-
- ;------------------------------------------------------------------------------
-
- INTEGER001 = ReadLine(PPEPath() + "PHAT.CNF", 2)
- INTEGER002 = ReadLine(PPEPath() + "PHAT.CNF", 3)
- INTEGER003 = ReadLine(PPEPath() + "PHAT.CNF", 4)
- INTEGER004 = ReadLine(PPEPath() + "PHAT.CNF", 5)
- GetToken INTEGER005
- Select Case (INTEGER005)
- Case 148
- Goto LABEL002
- Case 260
- Goto LABEL003
- End Select
- :LABEL001
- Cls
- DispFile PPEPath() + "LOGON.PCB", 2 + 1
- AnsiPos INTEGER001, INTEGER002
- End
- :LABEL002
- AnsiPos INTEGER003, INTEGER004
- End
- :LABEL003
- AnsiPos INTEGER003, INTEGER004
- KbdStuff " " + Chr(13)
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 3 End
- ; 1 Cls
- ; 6 Goto
- ; 4 Let
- ; 2 If
- ; 1 DispFile
- ; 1 GetToken
- ; 1 KbdStuff
- ; 3 AnsiPos
- ;
- ;
- ; ■ Functions used :
- ;
- ; 7 +
- ; 2 ==
- ; 2 !
- ; 1 Chr()
- ; 5 PPEPath()
- ; 4 ReadLine()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 0 If/Then or If/Then/Else
- ; 1 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-