7 lines
94 B
Batchfile
7 lines
94 B
Batchfile
|
|
@echo off
|
||
|
|
setlocal
|
||
|
|
set "DIR=%~dp0"
|
||
|
|
"%DIR%python\python.exe" "%DIR%gerar_plano.py"
|
||
|
|
echo.
|
||
|
|
pause
|