home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
PCBOARD
/
NEWSCAN2.ZIP
/
NEWSCAN2.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1994-02-25
|
2KB
|
128 lines
;------------------------------------------------------------------------------
; .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
;------------------------------------------------------------------------------
Date DATE001
Integer INTEGER001
Integer INTEGER002
Integer INTEGER003
String STRING001
String STRING002
String STRING003
String STRING004
String STRING005
;------------------------------------------------------------------------------
Gosub LABEL001
INTEGER001 = 100
STRING004 = "N"
STRING005 = ReadLine(PCBDat(), 31)
STRING003 = ReadLine(STRING005, 15)
STRING001 = FileInf(STRING003, 2)
INTEGER002 = Left(STRING001, 2) * INTEGER001 + Mid(STRING001, 4, 2)
GetUser
STRING002 = U_LDir()
INTEGER003 = Left(STRING002, 2) * INTEGER001 + Mid(STRING002, 4, 2)
If (INTEGER003 < INTEGER002) Then
PrintLn
PrintLn
PrintLn
PrintLn "@X03█▓▒░ @X0BNEWSCAN v2.0 @X03░▒▓█ @X07Registered to: @X8EUNREGISTERED - EVALUATION COPY@X07"
Delay 110
PrintLn "@X10┌──────────────────────────────────────────────────────────────────────┐@X07"
PrintLn "@X10│@X19 ┌──────────────────────────────────────────────────────────────────┐@X10 │@X07"
PrintLn "@X10│@X19 │@X1FThere have been @X9ENEW FILES @X1Fadded to the system since your last call@X19│ @X10│@X07"
PrintLn "@X10│@X19 └──────────────────────────────────────────────────────────────────┘ @X10│@X07"
PrintLn "@X10└──────────────────────────────────────────────────────────────────────┘@X07"
InputYN "@X0F@FIRST@, Would you like to @X0Aview @X0Fthe list of new @X0Afiles", STRING004, 7
Endif
STRING004 = Upper(STRING004)
If (STRING004 == "Y") Dir "N;S;A"
End
:LABEL001
DATE001 = "04-01-94"
If (Date() > DATE001) Then
Beep
Beep
PrintLn " "
PrintLn "@X0FThis copy of NEWSCAN has @X8CEXPIRED@X0F. Please call the Billboard BBS at @X0E312-284-5508"
End
Endif
Return
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 2 End
; 2 Goto
; 10 Let
; 11 PrintLn
; 3 If
; 1 GetUser
; 1 InputYN
; 1 Gosub
; 1 Return
; 1 Delay
; 2 Beep
; 1 Dir
;
;
; ■ Functions used :
;
; 2 *
; 2 +
; 1 ==
; 1 <
; 1 >
; 2 !
; 1 Upper()
; 2 Mid()
; 2 Left()
; 1 Date()
; 1 U_LDir()
; 1 PCBDat()
; 2 ReadLine()
; 1 FileInf()
;
;------------------------------------------------------------------------------
;
; Analysis flags : d
;
; d - Access PCBOARD.DAT ■ 2
; Program gets the full pathname to PCBOARD.DAT, this may be usefull
; for many PPE so they can find various informations on the system
; (system paths, max number of lines in messages, ...) but it may also
; be a way to gather vital informations.
; ■ Search for : PCBDAT()
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 2 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------