home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TBH-TLOG.ZIP / TLOGON.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-06-08  |  1KB  |  108 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.     String   STRING005
  24.     String   STRING006
  25.     String   STRING007
  26.  
  27. ;------------------------------------------------------------------------------
  28.  
  29.     FOpen 1, PPEPath() + "tlogon.cnf", 0, 0
  30.     FGet 1, STRING001
  31.     FGet 1, STRING002
  32.     FGet 1, STRING003
  33.     FGet 1, STRING004
  34.     FGet 1, STRING005
  35.     FGet 1, STRING006
  36.     FClose 1
  37.     STRING007 = "N"
  38.     InputText "@X0FT@X0Cu@X04rbo @X0FL@X0Co@X04gon", STRING007, 15, 1
  39.     If (Upper(STRING007) == "Y") Then
  40.         End
  41.     Endif
  42.     If (Upper(STRING001) == "YES") Then
  43.         Call PPEPath() + "1liner.ppe"
  44.     Endif
  45.     If (Upper(STRING002) == "YES") Then
  46.         Call PPEPath() + "fnc_disp.ppe"
  47.     Endif
  48.     If (Upper(STRING003) == "YES") Then
  49.         Call PPEPath() + "lottery.ppe"
  50.     Endif
  51.     If (Upper(STRING004) == "YES") Then
  52.         Call PPEPath() + "story.ppe"
  53.     Endif
  54.     If (Upper(STRING005) == "YES") Then
  55.         Call PPEPath() + "wanted.ppe"
  56.     Endif
  57.     If (Upper(STRING006) == "YES") Then
  58.         Call PPEPath() + "disc.ppe"
  59.     Endif
  60.     End
  61.  
  62. ;------------------------------------------------------------------------------
  63. ;
  64. ; Usage report (before postprocessing)
  65. ;
  66. ; ■ Statements used :
  67. ;
  68. ;    2       End
  69. ;    7       Goto 
  70. ;    1       Let 
  71. ;    7       If 
  72. ;    1       FOpen 
  73. ;    1       FClose 
  74. ;    6       FGet 
  75. ;    1       InputText 
  76. ;    6       Call 
  77. ;
  78. ;
  79. ; ■ Functions used :
  80. ;
  81. ;    7       +
  82. ;    7       ==
  83. ;    7       !
  84. ;    7       Upper()
  85. ;    7       PPEPath()
  86. ;
  87. ;------------------------------------------------------------------------------
  88. ;
  89. ; Analysis flags : C
  90. ;
  91. ; C - Call child PPE ■ 3
  92. ;     This is usually normal, but may be a tricky way to launch some
  93. ;     sysop-only commands.
  94. ;     ■ Search for : CALL
  95. ;
  96. ;------------------------------------------------------------------------------
  97. ;
  98. ; Postprocessing report
  99. ;
  100. ;    0       For/Next
  101. ;    0       While/EndWhile
  102. ;    7       If/Then or If/Then/Else
  103. ;    0       Select Case
  104. ;
  105. ;------------------------------------------------------------------------------
  106. ;                 AEGiS Corp - Break the routines, code against the machines!
  107. ;------------------------------------------------------------------------------
  108.