6 lines
164 B
Batchfile
6 lines
164 B
Batchfile
REM script creazione EXE da python
|
|
|
|
python -m PyInstaller IOB-WIN-PSER.py
|
|
|
|
REM effettua copia delle conf x poter avviare...
|
|
xcopy *.cfg dist\IOB-WIN-PSER\_internal\ |