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