This is an example of how I use ZSX on my own computer with RA:



 External protocol 4 
                                                                           
 Name            Zmodem                                                    
 Key             z                                                         
 Ext ctl file    No                                                        
 Batch           Yes                                                       
 Status          Always available                                          
 Log file        C:\RA\ZSX.LOG                                             
 Control file    C:\RA\ZSX.CTL                                             
 DL command line *c /c c:\ra\zd.bat *b *m                                  
 UL command line *c /c c:\ra\zu.bat *b *m                                  
 DL ctl string   @                                                         
 UL ctl string   @                                                         
 DL log keyword  z                                                         
 UL log keyword  Z                                                         
 Log name word   10                                                        
 Log desc word   0                                                         
                                                                           
;



Contents of 'zd.bat':

---------------cut here----------------
cd\ra
zsx port 2 speed 57600 line %1 D q b log c:\ra\zsx.log sz @c:\ra\zsx.ctl
---------------cut here----------------


Contents of 'zu.bat':

---------------cut here----------------
cd\ra
zsx port 2 speed 57600 line %1 D q b log c:\ra\zsx.log rz c:\uploads\
zsxlog
---------------cut here----------------

The 'c:\uploads\' in the above batch file command line is specific to my
bbs, that's the dir you want the uploads to go. And of course the 'speed
57000' is the lock baud rate. Running ZSXLOG after ZSX will convert the
first letter of the logfile to an upper case 'Z', to denote an upload.
(there was a flaw in the logging of ZSX)

Hope this helps!

Dana Booth @ 1:138/179 or crom@eskimo.com

