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
-
- ;------------------------------------------------------------------------------
-
- GetUser
- If (U_Expert == 0) Goto LABEL001
- If (U_Expert == 1) Goto LABEL000
- InputStr "@X0EAre you @X0CSURE @X0Ethat you want to turn expert mode off @X0C(Y/N) ", STRING002, 12, 1, "YN", 2 + 4 + 8
- If (STRING002 == "N") Goto LABEL002
- U_Expert = 0
- Goto LABEL002
- :LABEL001
- InputStr "@X0EAre you @X0CSURE @X0Ethat you want to turn expert mode on @X0C(Y/N) ", STRING001, 12, 1, "YN", 2 + 4 + 8
- If (STRING002 == "N") Goto LABEL002
- U_Expert = 1
- :LABEL002
- Newline
- Print " @X0E┌──────────────────────────────────────┐@X0F"
- Newline
- Print " @X0E│ @X0CX-Pert [PPE] v.1 by Kris Steinwender @X0E│@X0F"
- Newline
- Print " @X0E└──────────────────────────────────────┘@X0F"
- Log "X-Pert v. 1 ", 0
- PutUser
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 6 Goto
- ; 2 Let
- ; 3 Print
- ; 4 If
- ; 1 GetUser
- ; 1 PutUser
- ; 1 Log
- ; 2 InputStr
- ; 3 Newline
- ;
- ;
- ; ■ Functions used :
- ;
- ; 4 +
- ; 4 ==
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : W
- ;
- ; W - Write user ■ 5
- ; Program writes a user record. Although this may be normal for a
- ; User Editor, it may also be a way to modify an account level.
- ; ■ Search for : PUTUSER
- ;
- ;------------------------------------------------------------------------------
- ;
- ; 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!
- ;------------------------------------------------------------------------------
-