通过bat来实现

@echo off
if "%1"=="plane" start "" "F:\backup\modksp1.0.4\Kerbal Space Program\ksp.exe"
if "%1"=="rksp" start "" "F:\backup\rksp1.0.4\Kerbal Space Program\ksp.exe"
if "%1"=="0" start "" "F:\backup\0ksp1.0.4\Kerbal Space Program\ksp.exe"
quit

@echo off
if "%1"=="plane" start "" "F:\backup\modksp1.0.4\Kerbal Space Program\ksp.exe"
if "%1"=="rksp" start "" "F:\backup\rksp1.0.4\Kerbal Space Program\ksp.exe"
if "%1"=="0" start "" "F:\backup\0ksp1.0.4\Kerbal Space Program\ksp.exe"
quit
