mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2025-01-05 11:02:02 +01:00
5 lines
88 B
Batchfile
5 lines
88 B
Batchfile
|
echo off
|
||
|
set PWD=%~dp0
|
||
|
cd /d %PWD%\DeDRM_lib && start /min python DeDRM_app.pyw %*
|
||
|
exit
|