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

  1. @echo off
  2. REM ┌─────────────────────────────────────────────────────────────────────────┐
  3. REM │                (C) Copyright  Erich Schuster  1992, 1993                │
  4. REM │                                                                         │
  5. REM │ Diese Batchfile wird von AKTIE aufgerufen. Bitte NICHT direkt aufrufen! │
  6. REM └─────────────────────────────────────────────────────────────────────────┘
  7. if '%1' == '' goto end
  8. if exist aktie%1.pro copy aktie%1.pro aktie.pro >NUL
  9. aktie2
  10. if exist aktie.pro copy aktie.pro aktie%1.pro  >NUL
  11. if exist aktie.pro erase aktie.pro
  12. :end
  13.