home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1230 / aktie.bat < prev    next >
Encoding:
DOS Batch File  |  1993-06-30  |  856 b   |  22 lines

  1. @echo off
  2. REM ┌─────────────────────────────────────────────────────────────────────────┐
  3. REM │                (C) Copyright  Erich Schuster  1992, 1993                │
  4. REM │                                                                         │
  5. REM │           Batch zum Aufruf des Aktienkursprogramms AKTIE 2.31           │
  6. REM └─────────────────────────────────────────────────────────────────────────┘
  7. :START
  8. ak2menu BASF IBM_Deutschland_GmbH KLM Volkswagen_AG
  9. if errorlevel 255 goto ende
  10. if errorlevel 10 call ak2run 10
  11. if errorlevel  9 call ak2run  9
  12. if errorlevel  8 call ak2run  8
  13. if errorlevel  7 call ak2run  7
  14. if errorlevel  6 call ak2run  6
  15. if errorlevel  5 call ak2run  5
  16. if errorlevel  4 call ak2run  4
  17. if errorlevel  3 call ak2run  3
  18. if errorlevel  2 call ak2run  2
  19. if errorlevel  1 call ak2run  1
  20. goto start
  21. :ENDE
  22.