home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
T.C. 1,001 Programme der Spitzenklasse
/
T._C._1001_Programme_der_Spitzenklasse.iso
/
richter
/
6036
/
6036.mhs
/
RICHTER.DTP
/
ASCIITXT
/
AS.BAT
next >
Wrap
DOS Batch File
|
1994-07-08
|
346b
|
20 lines
@echo off
set asciprog=ja
if exist ascipr1.bat del ascipr1.bat
if exist ascipr2.bat del ascipr2.bat
ascitext %1 %2
:Neustart
if exist ascipr1.bat goto Progr-1
if exist ascipr2.bat goto Progr-2
goto Ende
:Progr-1
call ascipr1
del ascipr1.bat
goto Neustart
:Progr-2
call ascipr2
del ascipr2.bat
goto Neustart
:Ende
set asciprog=