home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PROTOCOL / PROTOCL.ZIP / PROTO099.TXT < prev    next >
Internet Message Format  |  1992-04-08  |  1KB

  1. From:    Jim Sterrett                           Area: Protocols
  2. To:      John Pimentel                           6 Apr 92 15:50:30
  3. Subject: HS/Link                                
  4.  
  5.  JP> What is your set up on HS/Link?
  6. Protocol HS/Link
  7.           Type            Batch
  8. ;         Type            Errorlevel
  9.           Type            Bi
  10. ;         Type            Opus
  11.            LogFile         HSL%K.Log
  12.           ControlFile     HSL%K.Ctl
  13.           DownloadCmd     4dos.com /c rhsl HSL%K.Log %P %V @%x:HSL%K.Ctl
  14.           UploadCmd       4dos.com /c rhsl HSL%K.Log %P %V
  15.           DownloadString  %s
  16.           UploadString
  17.           DownloadKeyword h
  18.           UploadKeyword   H
  19.           FilenameWord    10
  20.           DescriptWord    0
  21. End Protocol
  22. Place the following batch file, RHSL.BAT, in your \MAX directory...
  23. @echo off
  24. set dszlog=%1
  25. hslink -hx -r -k -o -a -p%2 -u%3 %4
  26. set dszlog=c:\max\dsztemp.log
  27. Also, if you use COMMAND.COM (shudder) change 4DOS.COM to COMMAND.COM in 
  28. PROTOCOL.CTL.  Good luck...
  29. Jim Sterrett
  30.  
  31.  
  32.  
  33. --------------= Brought to you compliments of Plastic Tower  =---------------
  34.  
  35.