Files
2025-09-29 00:52:08 +02:00

4 lines
76 B
Batchfile
Executable File

@echo off
pushd %~dp0
%PYTHONHOME%\python.exe CharacterArtTool.py %*
popd