home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / csu10.zip / CISSTKS.ASP next >
Text File  |  1993-02-20  |  1KB  |  60 lines

  1. ;
  2. ; PROCOMM PLUS generated ASPECT script file - Editing may be required.
  3. ;
  4. ; Older version of Procomm can run this script directly
  5. ; Newer version require that it be run thriugh their script compiler
  6. ; Consult Procomm manual for instruction
  7. ; To execute script from command line type PCPLUS /fCISSTKS
  8. ;
  9. ; Substitute the number of Compuserve in your dialing directory
  10. DIAL "10"
  11. WAITFOR "^M^J"
  12. PAUSE 1
  13. TRANSMIT "^M"
  14. WAITFOR "Host Name:  "
  15. PAUSE 1
  16. TRANSMIT "CIS^M"
  17. WAITFOR "User ID: "
  18. PAUSE 1
  19. ; Substitute your ID in next line
  20. TRANSMIT "XXXXX,YYY^M"
  21. WAITFOR "Password: "
  22. PAUSE 1
  23. ; Substitute your password in next line
  24. TRANSMIT "PPPP-QQQQQ^M"
  25. WAITFOR "choice number !"
  26. PAUSE 1
  27. TRANSMIT "top^M"
  28. WAITFOR "choice number !"
  29. PAUSE 1
  30. TRANSMIT "1^M"
  31. WAITFOR "Enter choice !"
  32. PAUSE 1
  33. LOG OPEN STKS.PRN
  34. TRANSMIT "8^M"
  35. WAITFOR "Enter choice !"
  36. PAUSE 1
  37. ; Beginning of quote collection routine
  38. TRANSMIT "1^M"
  39. WAITFOR "Issue: "
  40. PAUSE 1
  41. TRANSMIT "IBM,T,KO,CGN,DS,FTL,IGT,ELBTF,FCNCA,GCN"
  42. TRANSMIT "^M"
  43. WAITFOR "Issue: "
  44. PAUSE 1
  45. TRANSMIT "MIKE,PLXS,PSNC,RMR,TKCR,XRIT,OII,GNCR,ALFA
  46. TRANSMIT "^M"
  47. WAITFOR "Issue: "
  48. PAUSE 1
  49. TRANSMIT "^M"
  50. ; Repeat these core set of lines as many times as neccessary to collect
  51. ; all of your quotes
  52. WAITFOR "^M^JEnter choice !"
  53. LOG CLOSE
  54. PAUSE 1
  55. TRANSMIT "BYE^M"
  56. WAITFOR "Host Name:  "
  57. PAUSE 1
  58. TRANSMIT "BYE^M"
  59. QUIT
  60.