Category : Files from Magazines
Archive   : DDJ0990.ZIP
Filename : PAD.ASC

 
Output of file : PAD.ASC contained in archive : DDJ0990.ZIP
DEFINITION MODULE PAD; (* Packet Assembler/Disassembler for Kermit *)

FROM PMWIN IMPORT
MPARAM;

EXPORT QUALIFIED
WM_PAD, PAD_Quit, PAD_Error, PacketType, yourNPAD, yourPADC, yourEOL,
Aborted, sFname, Send, Receive, DoPADMsg;

CONST
WM_PAD = 5000H;
PAD_Quit = 0;
PAD_Error = 20;

TYPE
(* PacketType used in both PAD and DataLink modules *)
PacketType = ARRAY [1..100] OF CHAR;

VAR
(* yourNPAD, yourPADC, and yourEOL used in both PAD and DataLink *)
yourNPAD : CARDINAL; (* number of padding characters *)
yourPADC : CHAR; (* padding characters *)
yourEOL : CHAR; (* End Of Line -- terminator *)
sFname : ARRAY [0..20] OF CHAR;
Aborted : BOOLEAN;

PROCEDURE Send;
(* Sends a file after prompting for filename *)

PROCEDURE Receive;
(* Receives a file (or files) *)

PROCEDURE DoPADMsg (mp1, mp2 [VALUE] : MPARAM);
(* Output messages for Packet Assembler/Disassembler *)

END PAD.


  3 Responses to “Category : Files from Magazines
Archive   : DDJ0990.ZIP
Filename : PAD.ASC

  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/