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 >
DOS Batch File  |  1994-07-08  |  346b  |  20 lines

  1. @echo off
  2. set asciprog=ja
  3. if exist ascipr1.bat del ascipr1.bat
  4. if exist ascipr2.bat del ascipr2.bat
  5. ascitext %1 %2
  6. :Neustart
  7. if exist ascipr1.bat goto Progr-1
  8. if exist ascipr2.bat goto Progr-2
  9. goto Ende
  10. :Progr-1
  11. call ascipr1
  12. del ascipr1.bat
  13. goto Neustart
  14. :Progr-2
  15. call ascipr2
  16. del ascipr2.bat
  17. goto Neustart
  18. :Ende
  19. set asciprog=
  20.