4 lines
85 B
Batchfile
4 lines
85 B
Batchfile
|
|
set install_path=%~dp0
|
||
|
|
cd /d %install_path%/../../platform/windows10_debug/
|
||
|
|
@cmd.exe
|