home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / pcm548.zip / PCM548.EXE / SCRIPT.LZH / POST.PSF < prev    next >
Text File  |  1992-05-11  |  657b  |  36 lines

  1.  
  2. send "c oz1hmn"
  3.  
  4. case "Du har Telex" goto read_private_telex
  5. case "OZ1HMN not QRV" goto out_of_order
  6.  
  7. timeout 30
  8. waitfor "Ok Lars"
  9. goto telex_list
  10.  
  11. :read_private_telex
  12.         timeout 30
  13.         waitfor "Ok Lars"
  14.         write "Downloading private telex"
  15.         download ascii "private.lst"
  16.         send "rm"
  17.         waitfor "Ok Lars"
  18.         close
  19.         send "km"
  20.         waitfor "Ok Lars"
  21.  
  22. :telex_list
  23.         write "Downloading new telex list"
  24.         download ascii "telex.lst"
  25.         send "ll"
  26.         waitfor "Ok Lars"
  27.         close
  28.         goto bye
  29.  
  30. :out_of_order
  31.         break
  32.         send "d"
  33.  
  34. :bye
  35. send "b"
  36.