inherit
60633
0
Nov 26, 2024 12:13:59 GMT -8
Joilet
Lightning does strike the same place twice or more be careful
2,809
October 2005
joilet
|
Post by Joilet on Jul 16, 2024 0:22:05 GMT -8
Windows cannot find 'Hard'. Make sure you typed the name correctly, and then try again
Here is where Hard Hat 2 and start_game.bat are located
C:\Users\megam\Desktop\hardhat2\Hard Hat 2 -War Ensemble-
Here is the
start_game.bat
coding I typed and saved as
start_game.bat
@echo off
color 0a
echo starting executable in Windows XP SP3 combatibility mode
reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%CD%\Hard Hat 2.exe" /t REG_SZ /d "~ WINXPSP3" /f
timeout /t 1 /nobreak >nul
start Hard Hat 2.exe
What do I have to fix in
start_game.bat
to be able to get
Hard Hat 2
to appear perfect like in any
YouTube video of
Hard Hat 2
uploaded by
ZeroGamer2
please? Thank you.
|
|
inherit
GO NOW Welcome to Pain
145851
0
Nov 2, 2022 12:05:16 GMT -8
Syko Nachoman
as the final day falls into the night, there is peace outside in the narrow light
14,502
August 2009
sykonachoman
|
Post by Syko Nachoman on Jul 23, 2024 4:50:56 GMT -8
Windows cannot find 'Hard'. Based on this, I'm guessing the spaces in the filename are the issue. You could try changing this line start Hard Hat 2.exe to this: start "Hard Hat 2.exe" If that doesn't work, maybe rename the game file so that there are no spaces in the name, so something like: Hard_Hat_2.exe
|
|