home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM ┌─────────────────────────────────────────────────────────────────────────┐
- REM │ (C) Copyright Erich Schuster 1992, 1993 │
- REM │ │
- REM │ Diese Batchfile wird von AKTIE aufgerufen. Bitte NICHT direkt aufrufen! │
- REM └─────────────────────────────────────────────────────────────────────────┘
- if '%1' == '' goto end
- if exist aktie%1.pro copy aktie%1.pro aktie.pro >NUL
- aktie2
- if exist aktie.pro copy aktie.pro aktie%1.pro >NUL
- if exist aktie.pro erase aktie.pro
- :end