You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk/packaging/nsis/srs-cli.bat

11 lines
286 B
Batchfile

for /f "tokens=2*" %%i in ('REG QUERY "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\srs\ins_dir"') do set srs_home=%%j
echo %srs_home%
for %%I in ("%srs_home%") do set srs_disk=%%~dI
cd %srs_home%
@%srs_disk%
objs\srs.exe -c conf\console.conf
cmd