Category : Pascal Source Code
Archive   : PULL5X.ZIP
Filename : PULLDIR-.PAS

 
Output of file : PULLDIR-.PAS contained in archive : PULL5X.ZIP
{ =========================================================================== }
{ Pulldir-.pas - Submenu pull-down directory interface. ver 5.X, 01-07-89 }
{ }
{ Only uses 56 global bytes of data. }
{ Copyright (c) 1987-1989 James H. LeMay, All rights reserved. }
{ =========================================================================== }

{ R-,S-,I-,D-,T-,F-,V-,B-,N-,L+ } { TP4 directives }
{$A-,B-,D-,E-,F-,I-,L-,N-,O-,R-,S-,V-} { TP5 directives }

{$define UseHelpWndwCode }
{$define UseMsgLineCode }

UNIT PullDir;

INTERFACE

uses
DOS,Qwik,Wutil,Wndw,Pull;

type
FileNameStr = string[12];
DirectoryMenuRec = record
Title: string[9];
MenuLines,
Row,Col,Rows,Cols,
HiLiteLine,
Battr,Wattr,Hattr: byte;
Border: Borders;
MsgLineNum, HelpWndwNum: byte
end;

var

DirectoryMenu: DirectoryMenuRec;

const
FileMask: FileNameStr = '*.*';

procedure PullDirectory (VAR NameToChange: FileNameStr;
NameToHiLite: FileNameStr);

IMPLEMENTATION

END.


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