From:    Jeff Earle                             Area: Protocols
To:      Greg Martz                             29 Jan 92 11:13:18
Subject: Protocol.ctl                           UpdReq 

 GM>   I guess it's about time for me to make some 
 GM> contribution, so I'll volunteer.  If anyone that wants 
 GM> to will send me their working protocol.ctl files along 
 GM> with the version numbers of the external protocols, 
 GM> type of modem, speed, locked speed, init string, NRAM 
 GM> settings, etc.  I'll compile them all and weed out the 
 GM> dups and send it your way.
      I would love this. I have a few protocols I would like to use but can't 
make heads or tails of the format. Could you hatch this stuff into SDSMAX? 


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Simon Josefsson                        Area: Protocols
To:      All                                    26 Jan 92 13:23:26
Subject: HS/Link                                UpdReq 

Could anyone who is using HS/Link with Maximus post there HS/Link-part in 
protocol.ctl? And BiModem too, if someone is using it..
// JaS


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Dave Mednick                           Area: Protocols
To:      Eric Driskell                          29 Jan 92 07:12:40
Subject: Protocols..                            UpdReq 

Here is what I have....  All my protocol files are in the c:\pr\ directory.
The Mpt and DSZ sections are from the PROTOCOL.CTL that came with the 
distribution archive (with a few minor changes).  
Anyone else have any suggestions on cleaning it up?  
 Protocol MPt
    Type            Batch
    ControlFile     Mpt.Ctl
    DownloadCmd     c:\pr\mpt s @mpt.ctl
    UploadCmd       c:\pr\mpt r %v
    DownloadString  %s
    UploadString
    DownloadKeyword MptSend
    UploadKeyword   MptRecv
    FilenameWord    10
    DescriptWord    0
 End Protocol
Protocol DSZ/Moby
   Type            Batch
   LogFile         c:\logs\DSZ.Log
   ControlFile     DSZ%K.Ctl
   DownloadCmd     command.com /c c:\pr\dsz %P 19200 ha cts sz -rZm @c:DSZ%K.
Ctl
   UploadCmd       command.com /c c:\pr\dsz %P 19200 ha cts rz -rZm %v
   DownloadString  %s
   UploadString
   DownloadKeyword DSZSend
   UploadKeyword   DSZRecv
   FilenameWord    10
   DescriptWord    0
End Protocol
Protocol HS/Link
   Type            Bi
   ControlFile     Hslink.Ctl
   DownloadCmd     c:\pr\hslink -P%P -! -Uc:\uploads @c:hslink.ctl
   UploadCmd       c:\pr\hslink -P%P -! -Uc:\uploads
   DownloadString  %s
   UploadString
   DownloadKeyword HSLSend
   UploadKeyword   HSLRecv
   FilenameWord    10
   DescriptWord    0
End Protocol
Protocol Puma
   ControlFile     Puma.ctl
   DescriptWord    0
   DownloadCmd     c:\pr\puma S @c:puma.ctl
   DownloadKeyword PumaSend
   DownloadString  %s
   FilenameWord    10
   Type            Batch
   UploadCmd       c:\pr\puma R c:\uploads
   UploadString
   UploadKeyword   PumaRecv
End Protocol
Protocol Jmodem
   ControlFile     Jmodem.Ctl
   DescriptWord    0
   DownloadCmd     c:\pr\jmodem s%P %m
   DownloadKeyword J-Send
   DownloadString  %s
   FilenameWord    10
   Type            Opus
   UploadCmd       c:\pr\jmodem r%P %s
   UploadString
   UploadKeyword   J-Recv
End Protocol
Protocol $Tasy
   ControlFile     Tasy.Ctl
   DescriptWord    0
   DownloadCmd     c:\pr\tasy %P S @c:tasy.ctl
   DownloadKeyword TasySend
   DownloadString  %s
   FilenameWord    10
   Type            Batch
   UploadCmd       c:\pr\tasy %P R
   UploadString
   UploadKeyword   TasyRecv
End Protocol


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Jim Sterrett                           Area: Protocols
To:      Simon Josefsson                        30 Jan 92 09:46:50
Subject: Re: HS/Link                            UpdReq 

-=> Quoting Simon Josefsson to All <=-
 SJ> Could anyone who is using HS/Link with Maximus post there
 SJ> HS/Link-part in protocol.ctl? And BiModem too, if someone is using
 SJ> it.. 
 SJ> // JaS
Well, here is the HS/Link part, anyway....
-----------------------------------------------------
Protocol HS/Link
          Type            Batch
;         Type            Errorlevel
          Type            Bi
;         Type            Opus
          LogFile         HSL%K.Log
          ControlFile     HSL%K.Ctl
          DownloadCmd     4dos.com /c rhsl HSL%K.Log %P %V @%x:HSL%K.Ctl
          UploadCmd       4dos.com /c rhsl HSL%K.Log %P %V
          DownloadString  %s
          UploadString
          DownloadKeyword h
          UploadKeyword   H
          FilenameWord    10
          DescriptWord    0
End Protocol
------------------------------------------------------
And, the RHSL.BAT file required....

------------------------------------------------------
@echo off
set dszlog=%1
hslink -hx -r -k -o -a -p%2 -u%3 %4
set dszlog=c:\28\dsztemp.log
------------------------------------------------------
I understand that the BiModem setup included in Protocol.ctl works fine, but
I have never tried it.  If you aren't using 4DOS, change the ul/dl command
lines accordingly.
... Jim Sterrett

--------------= Brought to you compliments of Plastic Tower  =---------------

