Category : Pascal Source Code
Archive   : TPDB311.ZIP
Filename : STATUS.PAS

 
Output of file : STATUS.PAS contained in archive : TPDB311.ZIP
{$A+,B+,D-,E-,F-,I-,L-,N-,O-,R-,S-,V-}
{$M 65520,0,655360}
Program Status;

Uses Crt,Dos,TPDB,TPDBScrn;

VAR
CurrFile : ^DBF;

begin
CursorOff;
If ParamCount = 0 then
begin
ClrScr;
Beep;
Flash(1,1,LightRed+BlackBG,'Syntax: STATUS filename.ext');
CursorOn;
Halt(1);
end;
NEW(CurrFile,Init(ParamStr(1)));
SetDBColor(LightCyan,Black);
CurrFile^.ShowStatus;
CurrFile^.Done;
SetDBColor(Black,Black);
ClrScr;
FlashC(12,Yellow+BlackBG,'Copyright 1989 Brian Corll');
CursorON;
end.

  3 Responses to “Category : Pascal Source Code
Archive   : TPDB311.ZIP
Filename : STATUS.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/