Category : Word Processors
Archive   : VIEWWORD.ZIP
Filename : VIEW.PAS

 
Output of file : VIEW.PAS contained in archive : VIEWWORD.ZIP
{ Written by: Roland M. "Bud" Brown III
VIEW is hereby contributed to the Public Domain
}


{$R-} {Range checking off}
{$B+} {Boolean complete evaluation on}
{$S+} {Stack checking on}
{$I+} {I/O checking on}
{$N-} {No numeric coprocessor}
{$M 65500,16384,655360} {Turbo 3 default stack and heap}


program view;



var
Ch :Char;

begin
While not Eof do
Begin
Read(Ch);
Ch:=Char(ord(Ch) And 127);
If Ch = ^_ then Ch:='-';
If (Ch>=' ') or (Ch=^I) or (Ch = ^J) or (Ch=^M) then Write(Ch);
End;
Write(^Z);
End.




  3 Responses to “Category : Word Processors
Archive   : VIEWWORD.ZIP
Filename : VIEW.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/