All Downloads are FREE. Search and download functionalities are using the official Maven repository.

server.tf_upgrade.bat Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
@echo off

REM set environment
set PROGRAM_DIR=%~dp0
call "%PROGRAM_DIR%tf_env.bat"


for /f "tokens=1*" %%i in ('%Cmd% ^| find "cmd.exe"') do goto index
goto end

:index
echo %JAVA_OPTS%
call java %JAVA_OPTS% -cp %CLASSPATH%com.googlecode.fascinator.UpgradeClient %1
goto end

:end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy