Sha256: af4844c0833b6e4e14b96063cce5ded04557cef613fb16d7d9aae15546ea411b

Contents?: true

Size: 170 Bytes

Versions: 16

Compression:

Stored size: 170 Bytes

Contents

@ECHO OFF

IF NOT EXIST %~dp0tools\ToolLaunch.bat (
  echo %~dp0tools\ToolLaunch.bat does not exist
  pause
  exit /b
)

call %~dp0tools\ToolLaunch.bat rubyw.exe %~n0 %*

Version data entries

16 entries across 8 versions & 1 rubygems

Version Path
cosmos-3.7.1 install/Launcher.bat
cosmos-3.7.1 demo/Launcher.bat
cosmos-3.7.0 install/Launcher.bat
cosmos-3.7.0 demo/Launcher.bat
cosmos-3.6.3 install/Launcher.bat
cosmos-3.6.3 demo/Launcher.bat
cosmos-3.6.2 install/Launcher.bat
cosmos-3.6.2 demo/Launcher.bat
cosmos-3.6.1 demo/Launcher.bat
cosmos-3.6.1 install/Launcher.bat
cosmos-3.6.0 install/Launcher.bat
cosmos-3.6.0 demo/Launcher.bat
cosmos-3.5.3 install/Launcher.bat
cosmos-3.5.3 demo/Launcher.bat
cosmos-3.5.2 demo/Launcher.bat
cosmos-3.5.2 install/Launcher.bat