From: Leo Vildosola Area: Protocols To: Michael Mikelas 27 Jan 92 01:27:00 Subject: How about these Protocol UpdReq MM>I've noticed that we've been generally successful in this MM>type of message lately, so I felt that I should repost my MM>question: Never seen your posting before, I would have answered it... MM>Has anyone successfully worked Tmodem v7.0 (latest Beta as MM>far as I know...) or the SuperK protocol driver (which MM>includes Cmodem, Jmodem, etc...) into their Protocol.Ctl? MM>And if so, would you mind posting those entries here? Never tried SuperK. But here goes Tmodem v7.0: Protocol.Ctl entry: ___ Protocol -Tmodem (use -Tmodem since Telink is internal) Type Batch LogFile D:\Max\Tmodem.Log ControlFile Tmodem.Ctl DownloadCmd command /c TmodemS %W %P %b @Tmodem.Ctl UploadCmd command /c TmodemR %W %P %b %V DownloadString %s UploadString DownloadKeyword S UploadKeyword R FilenameWord 3 DescriptWord 0 End Protocol ___ TmodemS.Bat is as follows: ___ @Echo Off Bnu /Q Set COM2=%1 Tmodem.Exe /P%2 /B%3 /S %4 Set COM2= Bnu /C --- TmodemR.Bat is as follows: --- @Echo Off Bnu /Q Set COM2=%1 Tmodem.Exe /A /P%2 /B%3 /U%4 /R Set COM2= Bnu /C ___ Please note that I the Fossil needs to be disabled for the protocol to function properly... Hope this helps. Leo... ___ * SLMR 2.1 * Black Widow BBS * (514)684-8258 * (1:167/185) --------------= Brought to you compliments of Plastic Tower =--------------- From: Chris Albertsen Area: Protocols To: Dave Mednick 30 Jan 92 14:27:58 Subject: Protocols.. UpdReq Hey Dave, I am having the same problem. I used a Jmodem CTL example from this echo, and it will download just fine, but it says transfer aborted at the end of the transfer, even though it went to the remote ok. can anyone give me a hint? All my external protocols give me the same old can't open the log file thing. Ugg! Chris