home *** CD-ROM | disk | FTP | other *** search
/ Knowledge & Learning / WISS_LERN.iso / doslern / computer / basic / bestell.bat < prev    next >
Encoding:
DOS Batch File  |  1993-09-25  |  242 b   |  12 lines

  1. @echo off
  2. break=on
  3. cls
  4. echo Drücken Sie eine beliebige Taste um das Bestellformular auszudrucken
  5. echo [ Abbruch mit "Strg" + "C" ]
  6. echo       
  7. pause
  8. cls
  9. echo Das Regitrierungsformular wird nun ausgedruckt ...
  10. copy bestell.txt prn
  11.  
  12.