7 lines
68 B
Batchfile
7 lines
68 B
Batchfile
@echo off
|
|
|
|
set game_exe=iw6-mod.exe
|
|
|
|
cd /D "%~dp0"
|
|
start %game_exe%
|