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.CMD < prev    next >
OS/2 REXX Batch file  |  1993-02-20  |  3KB  |  81 lines

  1. * Communications sample script file for use with Signet Software's
  2. * "Stock Utilities" program and Compuserve's Basic Quotes.
  3. *
  4. * This sample command script file was written using PereLine 3.0
  5. * communications program in learn mode. Most good communications
  6. * programs will let you build script files similar to this. If you
  7. * don't already own a good communications program we highly
  8. * recommend PereLine by Pereline Data Systems, Inc. The
  9. * program sold for about $50 the last time we checked. 
  10. *
  11. * For more information write:
  12. * Pereline Data Systems, Inc.
  13. * 750 Camden Ave., Suite B
  14. * Campbell, CA 95008
  15. *
  16. * Pereline is copyright Periline Data Systems, Inc.
  17. * Compuserve is copyright of Compuserve, Inc.
  18. *
  19. * Command File: CISSTKS.CMD
  20. * Created Date: 08/02/92 Time: 15:38:49
  21. * Using PereLine Learn
  22. *
  23.  
  24. Buffer Close
  25. Phone Dial "CIS_STOCKS"
  26. '
  27. WaitFor String Host Name:  
  28. 'cis
  29. WaitFor String User ID: 
  30. 'xxxxx,yyy
  31. * Substitute your ID above
  32. WaitFor String Password: 
  33. 'pppp-qqqqq
  34. * Substitute your password above
  35. WaitFor String !
  36. 'top
  37. WaitFor String Enter choice number !
  38. '1
  39. WaitFor String Enter choice !
  40. '8
  41. Buffer New STKS.PRN
  42. change timer 25.0
  43. WaitFor String Enter choice !
  44. '1
  45. WaitFor String Issue: 
  46. 'DINDX,FHLSX,KO,CGN,DS,FTL,IGT,ELBTF,FCNCA,GCN,HAE,ADPT,IRWN,DJ 30
  47. *
  48. * It is simplest to type as many quotes on one line seperated by commas
  49. * Compuserve limits you to 30 on one pass. If you need more than 30
  50. * press return at the Issue: prompt and select 1 Basic Quotes as many
  51. * times as neccessary.
  52. * Symbols can be in upper or lower case here. 
  53. * Don't leave space between symbols
  54. * Create your own file or edit this one to work with your comm. program.
  55. *
  56. WaitFor String Issue: 
  57. '
  58. WaitFor String Enter choice !
  59. '1
  60. WaitFor String Issue: 
  61. 'MIKE,PXR,PLXS,PSNC,RMR,TKCR,XRIT,OII,GNCR,ALFA
  62. WaitFor String Issue: 
  63. '
  64. * You may repeat the above lines as many times as neccessary to get all of
  65. * the quotes you need. The program will handle an unlimited number of
  66. * quotes. It's best not to append to your capture buffer each time. Signet's
  67. * conversion and Quicken's import will run much faster if it's working on
  68. * a small file of recent quotes as oppossed to a capture file that you have
  69. * been appending to for a month.
  70. *       
  71. WaitFor String Enter choice !
  72. 'bye
  73. WaitFor String Host Name:  
  74. 'bye
  75. Quit Now
  76. *
  77. * The above stocks and funds are for example only. Signet Software will
  78. * be glad to answer any technical questions on the use of our software.
  79. * However, we are not financial advisors and can not answer any questions
  80. * you may have on choosing investment.
  81.