home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / branchen / htplan / druck.bat < prev    next >
DOS Batch File  |  1991-10-31  |  269b  |  13 lines

  1. echo off
  2. cls
  3. echo.
  4. echo Wollen Sie das Handbuch ausdrucken ?
  5. echo.
  6. echo Wenn ja, dann genügt ein Tastendruck,
  7. echo wenn nicht, drücken Sie CONTROL+C und anschließend j oder y
  8. echo.
  9. pause
  10. copy handbuch.txt prn > NUL
  11. echo   >> prn
  12. copy bestell.txt prn > nul
  13.