mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-01-20 03:54:48 +00:00
14 lines
146 B
Batchfile
14 lines
146 B
Batchfile
@echo off
|
|
|
|
echo Removing DSO files...
|
|
echo;
|
|
|
|
cd ..
|
|
del /s /q *.dso
|
|
cls
|
|
|
|
cd /d %~dp0
|
|
cd ../
|
|
start Tribes2.exe -online -dedicated -mod TWM2
|
|
cls
|
|
exit |