bruno-gelb / srhd_info

get info about installed copy of Space Rangers HD: A War Apart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srhd_info

get info about installed copy of Space Rangers HD: A War Apart

written strictly with windows batch scripting,
should work for any windows version
(if not, please contact me)

I have idea to rewrite it all to Ruby (to properly extend functionality),
though not sure it will really happen. =)

installation

press [Win+R],
copy-paste there

cmd.exe /noconsole /c "cd %userprofile% && bitsadmin.exe /transfer "dl_srhd_info" https://raw.githubusercontent.com/aspectmkn8rd/srhd_info/master/srhd_info.bat %userprofile%\srhd_info.bat"



then hit [Enter].

usage

press [Win+R],
copy-paste there

cmd.exe /K "cd %userprofile%"



then hit [Enter].

after that your options are:

srhd_info log <param_name> - get param from .log (e.g., srhd_info log build ).
srhd_info cfg <param_name> - get param from cfg.txt (e.g., srhd_info cfg vsync ).
srhd_info open_savedir - opens directory with your saves in default filemanager

About

get info about installed copy of Space Rangers HD: A War Apart

License:MIT License


Languages

Language:Shell 100.0%