home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / wwam.zip / STOCKS.ZIP / STOCKS.SCR
Text File  |  1993-03-28  |  798b  |  39 lines

  1. ;============================================================================
  2. ; A Stock Quote retrieval script for WigWam OLR
  3. ;
  4. ; Richard Olney [76236,173]
  5. ;
  6. ; NOTE:  CIS places a limit of 20 issues at a time.
  7. ;         Enter the ticker symbols, separated by commas (EX: ABT,MCD,FULL)
  8. ;
  9. ;============================================================================
  10.  
  11. ;Now let's go to the BasicQuotes
  12.  
  13. Sgo BasicQuotes\r
  14.  
  15. ;Wait for the 'issue:' prompt
  16.  
  17. w Issue:
  18.  
  19. ;Open a capture file named 'stocks.cap'
  20.  
  21. fcis.cap
  22. mStocks#S1/Today's Quotes#Today's Stock Quotes
  23.  
  24. ;Send the Ticker Symbols to CIS
  25.  
  26. S ABP,DCN,EQT,MCD,FULL,FIIIX,JANSX,JAGIX,JAVLX,NICSX,TWCUX,KAUFX\r
  27.  
  28.  
  29. WIssue:
  30. S\r
  31. ;OK.....we're finished
  32. c\r\nMessages !\r\n
  33. ;Close the capture file 'stocks.cap'
  34. o
  35.  
  36. W!
  37.  
  38.  
  39.