home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / NEWSCAN2.ZIP / NEWSCAN2.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-02-25  |  2KB  |  128 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.     Date     DATE001
  20.     Integer  INTEGER001
  21.     Integer  INTEGER002
  22.     Integer  INTEGER003
  23.     String   STRING001
  24.     String   STRING002
  25.     String   STRING003
  26.     String   STRING004
  27.     String   STRING005
  28.  
  29. ;------------------------------------------------------------------------------
  30.  
  31.     Gosub LABEL001
  32.     INTEGER001 = 100
  33.     STRING004 = "N"
  34.     STRING005 = ReadLine(PCBDat(), 31)
  35.     STRING003 = ReadLine(STRING005, 15)
  36.     STRING001 = FileInf(STRING003, 2)
  37.     INTEGER002 = Left(STRING001, 2) * INTEGER001 + Mid(STRING001, 4, 2)
  38.     GetUser
  39.     STRING002 = U_LDir()
  40.     INTEGER003 = Left(STRING002, 2) * INTEGER001 + Mid(STRING002, 4, 2)
  41.     If (INTEGER003 < INTEGER002) Then
  42.         PrintLn 
  43.         PrintLn 
  44.         PrintLn 
  45.         PrintLn "@X03█▓▒░ @X0BNEWSCAN v2.0 @X03░▒▓█ @X07Registered to: @X8EUNREGISTERED - EVALUATION COPY@X07"
  46.         Delay 110
  47.         PrintLn "@X10┌──────────────────────────────────────────────────────────────────────┐@X07"
  48.         PrintLn "@X10│@X19 ┌──────────────────────────────────────────────────────────────────┐@X10 │@X07"
  49.         PrintLn "@X10│@X19 │@X1FThere have been @X9ENEW FILES @X1Fadded to the system since your last call@X19│ @X10│@X07"
  50.         PrintLn "@X10│@X19 └──────────────────────────────────────────────────────────────────┘ @X10│@X07"
  51.         PrintLn "@X10└──────────────────────────────────────────────────────────────────────┘@X07"
  52.         InputYN "@X0F@FIRST@, Would you like to @X0Aview @X0Fthe list of new @X0Afiles", STRING004, 7
  53.     Endif
  54.     STRING004 = Upper(STRING004)
  55.     If (STRING004 == "Y") Dir "N;S;A"
  56.     End
  57.     :LABEL001
  58.     DATE001 = "04-01-94"
  59.     If (Date() > DATE001) Then
  60.         Beep
  61.         Beep
  62.         PrintLn " "
  63.         PrintLn "@X0FThis copy of NEWSCAN has @X8CEXPIRED@X0F. Please call the Billboard BBS at @X0E312-284-5508"
  64.         End
  65.     Endif
  66.     Return
  67.  
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ; Usage report (before postprocessing)
  71. ;
  72. ; ■ Statements used :
  73. ;
  74. ;    2       End
  75. ;    2       Goto 
  76. ;    10      Let 
  77. ;    11      PrintLn 
  78. ;    3       If 
  79. ;    1       GetUser
  80. ;    1       InputYN 
  81. ;    1       Gosub 
  82. ;    1       Return
  83. ;    1       Delay 
  84. ;    2       Beep
  85. ;    1       Dir 
  86. ;
  87. ;
  88. ; ■ Functions used :
  89. ;
  90. ;    2       *
  91. ;    2       +
  92. ;    1       ==
  93. ;    1       <
  94. ;    1       >
  95. ;    2       !
  96. ;    1       Upper()
  97. ;    2       Mid()
  98. ;    2       Left()
  99. ;    1       Date()
  100. ;    1       U_LDir()
  101. ;    1       PCBDat()
  102. ;    2       ReadLine()
  103. ;    1       FileInf()
  104. ;
  105. ;------------------------------------------------------------------------------
  106. ;
  107. ; Analysis flags : d
  108. ;
  109. ; d - Access PCBOARD.DAT ■ 2
  110. ;     Program gets the full pathname to PCBOARD.DAT, this may be usefull
  111. ;     for many PPE so they can find various informations on the system
  112. ;     (system paths, max number of lines in messages, ...) but it may also
  113. ;     be a way to gather vital informations.
  114. ;     ■ Search for : PCBDAT()
  115. ;
  116. ;------------------------------------------------------------------------------
  117. ;
  118. ; Postprocessing report
  119. ;
  120. ;    0       For/Next
  121. ;    0       While/EndWhile
  122. ;    2       If/Then or If/Then/Else
  123. ;    0       Select Case
  124. ;
  125. ;------------------------------------------------------------------------------
  126. ;                 AEGiS Corp - Break the routines, code against the machines!
  127. ;------------------------------------------------------------------------------
  128.