4 lines
62 B
Batchfile
4 lines
62 B
Batchfile
|
|
@echo off
|
||
|
|
set install_path=%~dp0
|
||
|
|
cd /d %install_path%
|
||
|
|
cd %~dp0
|