Transmit "^M"
endif
     statmsg "Downloading Files"
     waitfor "[N]" 45
            if waitfor
                pause 2
                transmit "Y"
            endif
      waitfor "?" 45
           if waitfor
               pause 2
               transmit "Z"
            endif
     waitfor "Please begin" 45
           if waitfor
              pause 2
              getfile zmodem
              if success
              DOS "copy c:\wc30\eq\download.dat c:\wc30\eq\download.bak"
           endif
                ;The dos copy is very IMPORTANT ...the .BAT file looks for
                ;download.bak so that EQ2WC knows if it should run or not!
       endif
       pause 30
       quit
endproc
