Category : Pascal Source Code
Archive   : INFOS155.ZIP
Filename : PAGE_00.PAS

 
Output of file : PAGE_00.PAS contained in archive : INFOS155.ZIP
unit page_00;

interface

uses Crt, ifpglobl, ifpcomon;

procedure page00;

implementation

procedure page00;
var
x, y: word;

procedure center(s: string);
begin
GotoXY((twidth div 2) - (Length(s) div 2), WhereY);
Writeln(s)
end;

begin
TextColor(LightGreen);
Window((twidth div 2) - 16, 3, (twidth div 2) + 17, 8);
Writeln('ÛÛÛÛÛ Û Û ÛÛÛÛÛ ÛÛÛÛÛ ');
Writeln(' Û ÛÛ Û Û Û Û Û ');
Writeln(' Û Û Û Û ÛÛÛ Û Û ÛÛÛÛÛ');
Writeln(' Û Û ÛÛ Û Û Û Û ');
Writeln('ÛÛÛÛÛ Û Û Û ÛÛÛÛÛ ');
Window(1, (tlength div 2) - 4, twidth, (tlength div 2) - 3);
TextColor(LightCyan);
for x:=1 to twidth do
Write(#220);
Window(1, (tlength div 2) - 3, (twidth div 2) - 1, tlength - 2);
TextColor(White);
for x:= 0 to 9 do
Writeln('Page ', x, ' - ', pgnames[x]);
Write('Page 10 - ', pgnames[10]);
Window((twidth div 2) + 1, (tlength div 2) - 3, twidth, tlength - 2);
for x:=11 to 20 do
Writeln('Page ', x, ' - ', pgnames[x]);
Write('Page 21 - ', pgnames[21]);
Window(1, (tlength div 2) + 8, twidth, (tlength div 2) + 9);
TextColor(LightCyan);
for x:=1 to twidth do
Write(#220);
Window(1, 1, twidth, tlength);
x:=twidth div 2;
for y:=(tlength div 2) - 3 to (tlength div 2) + 8 do
begin
GotoXY(x, y);
Write(#219);
end;
Window(1, tlength - 5, twidth, tlength - 1);
TextColor(Yellow);
Writeln;
Center('INFOPLUS - ' + qversion + ' by Andrew Rossmann, ' + qdate);
Center('Based on SYSID 4.44, by Steve Grant');
Center('Released to the Public Domain');
end;
end.

  3 Responses to “Category : Pascal Source Code
Archive   : INFOS155.ZIP
Filename : PAGE_00.PAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/