Pruefungskatalog/start.bat

7 lines
122 B
Batchfile
Raw Normal View History

2022-03-21 22:19:07 +01:00
@echo off
echo Autor : Marcus Ferl
echo Beschreibung : IHK Prüfungsfragen
echo Programm gestartet
@py.exe main.py
pause