home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM ┌─────────────────────────────────────────────────────────────────────────┐
- REM │ (C) Copyright Erich Schuster 1992, 1993 │
- REM │ │
- REM │ Batch zum Aufruf des Aktienkursprogramms AKTIE 2.31 │
- REM └─────────────────────────────────────────────────────────────────────────┘
- :START
- ak2menu BASF IBM_Deutschland_GmbH KLM Volkswagen_AG
- if errorlevel 255 goto ende
- if errorlevel 10 call ak2run 10
- if errorlevel 9 call ak2run 9
- if errorlevel 8 call ak2run 8
- if errorlevel 7 call ak2run 7
- if errorlevel 6 call ak2run 6
- if errorlevel 5 call ak2run 5
- if errorlevel 4 call ak2run 4
- if errorlevel 3 call ak2run 3
- if errorlevel 2 call ak2run 2
- if errorlevel 1 call ak2run 1
- goto start
- :ENDE