mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2026-03-20 21:08:57 +00: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
|