HLDJ command line options

Cool tips, tricks, FAQs, scripts, binds, etc.
Post Reply
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

HLDJ command line options

Post by Renegade »

Code: Select all

hldj.exe -s < index of game to select > -c [ start | setup | options | converter | help | minimize | exit ]
(assuming that hldj.exe is in the same directory where the command is being executed from).

Examples:
start the first game in your list:

Code: Select all

hldj.exe -s 0 -c start 
launch setup:

Code: Select all

hldj.exe -c setup
launch the converter:

Code: Select all

hldj.exe -c converter
raise more questions than answer...

Code: Select all

hldj.exe -c exit
Post Reply