Jump to content

im trying to run a half life GOLD SRC package so i can start speed running half life. i own the game. i can get the batch to launch like they do in the videos. it just opens cmd promp for like a flash then closes the half life doesnt open or anything.

"C:\GoldSrc Package\Bunnymod XT\Injector.exe" C:\GoldSrc Package\Half-Life\hl.exe -game valve_WON -noforcemparms +map c1a0
"C:\GoldSrc Package\RInput\RInput.exe" hl.exe

Link to comment
https://linustechtips.com/topic/746626-batch-wont-open-programs-help/
Share on other sites

Link to post
Share on other sites

On 3/2/2017 at 9:17 PM, SoItsMe said:

im trying to run a half life GOLD SRC package so i can start speed running half life. i own the game. i can get the batch to launch like they do in the videos. it just opens cmd promp for like a flash then closes the half life doesnt open or anything.

"C:\GoldSrc Package\Bunnymod XT\Injector.exe" C:\GoldSrc Package\Half-Life\hl.exe -game valve_WON -noforcemparms +map c1a0
"C:\GoldSrc Package\RInput\RInput.exe" hl.exe

You have a space in the second part of your command line. Below I have fixed it.

"C:\GoldSrc Package\Bunnymod XT\Injector.exe" "C:\GoldSrc Package\Half-Life\hl.exe" -game valve_WON -noforcemparms +map c1a0
"C:\GoldSrc Package\RInput\RInput.exe" hl.exe

Alternatively, I would simply CD to the GoldSrc directory since you're referencing hl.exe twice.

cd /d "C:\GoldSrc Package\Half-Life\"
"C:\GoldSrc Package\Bunnymod XT\Injector.exe" hl.exe -game valve_WON -noforcemparms +map c1a0
"C:\GoldSrc Package\RInput\RInput.exe" hl.exe

 

Desktop: KiRaShi-Intel-2022 (i5-12600K, 5060 Ti) Mobile: Moto Razr 50 Ultra (Razr+ 2024) | 30GB CAN+US+MEX $30/month
Laptop: Lenovo Yoga 7i (16") 82UF0015US (i7-12700H, 16GB/2TB RAM/SSD, A370M GPU) Tablet: Lenovo Tab Plus (256GB)
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 Music: Spotify Premium (CIRCA '08)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×