home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MAGAZINE / DJ123193.ZIP / MKT.BAT < prev    next >
DOS Batch File  |  1994-01-01  |  1KB  |  114 lines

  1. @echo off
  2. goto start
  3.  
  4. :menu
  5. window,fWHI,tYEL,oCYA,hRED,e,kred░,s,w
  6. title,Market News - Stats - Graphs
  7. option,Market Summary,s
  8. option,Market News,m
  9. option,Dow 30 Stocks - Perf.,p
  10. option,NYSE,n
  11. option,DJIA,j
  12. option,Gold,g
  13. option,Yen,y
  14. option,DMark,d
  15. option,30 Year Treasury Bond,1
  16. option,90 Day Treasury Bills,1
  17. option,NY Crude Oil,o
  18. option,CRB Index,c
  19. option,Currencies/Int. Rates,r
  20. option,Nikkei & FT 30,k
  21. option,Quit,q
  22. :end_menu
  23.  
  24. :start
  25. batmnu mkt.bat
  26. if errorlevel 15 goto QUIT
  27. if errorlevel 14 goto NK
  28. if errorlevel 13 goto CUR
  29. if errorlevel 12 goto CRB
  30. if errorlevel 11 goto OIL
  31. if errorlevel 10 goto TB
  32. if errorlevel 9 goto BD
  33. if errorlevel 8 goto DM
  34. if errorlevel 7 goto JY
  35. if errorlevel 6 goto AU
  36. if errorlevel 5 goto DJ
  37. if errorlevel 4 goto NY
  38. if errorlevel 3 goto REL
  39. if errorlevel 2 goto NEWS
  40. if errorlevel 1 goto SUM
  41. if errorlevel 0 goto QUIT
  42.  
  43. :SUM
  44. cls
  45. sum
  46. goto start
  47.  
  48. :NEWS
  49. cls
  50. news
  51. goto start
  52.  
  53. :NY
  54. ny
  55. goto start
  56.  
  57. :DJ
  58. cls
  59. dj
  60. goto start
  61.  
  62. :AU
  63. cls
  64. au.bat
  65. goto start
  66.  
  67. :JY
  68. cls
  69. jy
  70. goto start
  71.  
  72. :DM
  73. cls
  74. dm
  75. goto start
  76.  
  77. :BD
  78. cls
  79. bd
  80. goto start
  81.  
  82. :TB
  83. cls
  84. tb
  85. goto start
  86.  
  87. :OIL
  88. cls
  89. oil.bat
  90. goto start
  91.  
  92. :CRB
  93. cls
  94. crb
  95. goto start
  96.  
  97. :REL
  98. cls
  99. rel
  100. goto start
  101.  
  102. :CUR
  103. cls
  104. cur
  105. goto start
  106.  
  107. :NK
  108. cls
  109. nk
  110. ft
  111. goto start
  112.  
  113. :QUIT
  114.