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 1.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING001
- String STRING002
- String STRING003
-
- ;------------------------------------------------------------------------------
-
- :LABEL001
- Cls
- PrintLn "@X00 @X7F ┌───────────────────────────────────────────────────────────────@X70┐ @XFF"
- PrintLn " @X7F │ @X70 PPE MENU v1.00 @X70│ @XFF"
- PrintLn " @X7F │ @X70 @X71The Hogard Software Solutions @X70│ @XFF"
- PrintLn " @X7F │ @X70BBS: (214) 641-6292 14,400 bps @X70│ @XFF"
- PrintLn " @X7F └@X70───────────────────────────────────────────────────────────────┘ @XFF"
- PrintLn ""
- DispFile PPEPath() + "PPEMNU", 2 + 1 + 4
- STRING001 = ""
- STRING002 = PPEPath() + "PPEMNU.CFG"
- InputStr "@X0BYour selection @X07", STRING001, 10, 2, "1234567890 ", 270
- If (STRING001 == "") Goto LABEL002
- STRING003 = ReadLine(STRING002, STRING001)
- Call STRING003
- Gosub LABEL001
- Goto LABEL003
- :LABEL002
- End
- :LABEL003
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 1 Cls
- ; 2 Goto
- ; 3 Let
- ; 6 PrintLn
- ; 1 If
- ; 1 DispFile
- ; 1 InputStr
- ; 1 Gosub
- ; 1 Call
- ;
- ;
- ; ■ Functions used :
- ;
- ; 4 +
- ; 1 ==
- ; 1 !
- ; 2 PPEPath()
- ; 1 ReadLine()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : C
- ;
- ; C - Call child PPE ■ 3
- ; This is usually normal, but may be a tricky way to launch some
- ; sysop-only commands.
- ; ■ Search for : CALL
- ;
- ;------------------------------------------------------------------------------
- ;
- ; 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!
- ;------------------------------------------------------------------------------
-