7 lines
122 B
Batchfile
7 lines
122 B
Batchfile
|
@echo off
|
||
|
echo Autor : Marcus Ferl
|
||
|
echo Beschreibung : IHK Prüfungsfragen
|
||
|
echo Programm gestartet
|
||
|
@py.exe main.py
|
||
|
|
||
|
pause
|