home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1 / 1994-12_-_Disc_1.iso / patches / rwpupd.exe / TELEMATE.SCR < prev   
Text File  |  1994-03-03  |  974b  |  35 lines

  1. ;*************************************************************************
  2. ;* Real Weather Pilot - TeleMate Script for Accessing CompuServe Weather *
  3. ;* SAMPLE - substitute your own info and airport list.                   *
  4. ;*************************************************************************
  5.  
  6. Set AutoStop,On
  7. Put "^M",                 ;^M is a carriage return
  8.  
  9. Waitfor "Host Name:  "
  10. Put "cps^M",              ;Put "cis^M",
  11.  
  12. Waitfor "r ID: "
  13. Put "77777,7777^M",       ;Put your ID here
  14.  
  15. Waitfor "ord: "
  16. Put "MY PASSWORD^M",      ;Put your password here
  17.  
  18. Waitfor "!"
  19. Put "go wea^M",           ;GO WEATHER
  20.  
  21. Waitfor "Enter choice!"
  22. Put "9^M",                ;select AVIATION WEATHER
  23.  
  24. logon "wea.log"           ;OPEN CAP - your capture file name goes here
  25.  
  26. Waitfor "Enter choice! "
  27. Put "FT lax,jfk,ord,sfo,sea,san;SA "";FDLO/U ""^M",
  28.  
  29. Waitfor "FDLO/U ID: "
  30. Put "M^M",
  31.  
  32. Waitfor "Enter choice! "
  33. Put "OFF^M",             ;log off/hangup
  34.  
  35.