home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MAGAZINE / DJ123193.ZIP / GRAF.BAT < prev    next >
DOS Batch File  |  1993-11-30  |  990b  |  86 lines

  1. @echo off
  2. goto start
  3.  
  4. :menu
  5. window,fWHI,tYEL,oCYA,hRED,e,kred░,s,w
  6. title,Dow High Yield News & Charts
  7. option,Woolworth,w
  8. option,Eastman Kodak,e
  9. option,Philip Morris,p
  10. option,Dupont,d
  11. option,Union Carbide,u
  12. option,Merck,m
  13. option,JP Morgan,j
  14. option,Texaco,t
  15. option,Exxon,x
  16. option,Chevron,c
  17. option,Quit,q
  18. :end_menu
  19.  
  20. :start
  21. batmnu graf.bat
  22. if errorlevel 11 goto QUIT
  23. if errorlevel 10 goto CHVN
  24. if errorlevel 9 goto XONN
  25. if errorlevel 8 goto TXN
  26. if errorlevel 7 goto JPMN
  27. if errorlevel 6 goto MRKN
  28. if errorlevel 5 goto UKN
  29. if errorlevel 4 goto DDN
  30. if errorlevel 3 goto MON
  31. if errorlevel 2 goto EKN
  32. if errorlevel 1 goto ZN
  33. if errorlevel 0 goto QUIT
  34.  
  35. :ZN
  36. cls
  37. zn
  38. goto start
  39.  
  40. :EKN
  41. cls
  42. ekn
  43. goto start
  44.  
  45. :MON
  46. cls
  47. mon
  48. gotostart
  49.  
  50. :DDN
  51. cls
  52. ddn
  53. goto start
  54.  
  55. :UKN
  56. cls
  57. ukn
  58. goto start
  59.  
  60. :MRKN
  61. cls
  62. mrkn
  63. goto start
  64.  
  65. :JPMN
  66. cls
  67. jpmn
  68. goto start
  69.  
  70. :TXN
  71. cls
  72. txn
  73. goto start
  74.  
  75. :XONN
  76. cls
  77. xonn
  78. goto start
  79.  
  80. :CHVN
  81. cls
  82. chvn
  83. goto start
  84.  
  85. :QUIT
  86.