Created
January 27, 2023 17:48
-
-
Save GarnetSunset/3a39cd42bc3e48817d2dcb702b4bbc26 to your computer and use it in GitHub Desktop.
HITMAN 3 Batch File to start the peacock server and kill it simultaneously
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
cd /d F:\Games\"Game Tools"\Hitman3\Peacock | |
start .\nodedist\node.exe chunk0.js | |
cd /d J:\SteamLibrary\steamapps\common\"HITMAN 3"\Retail | |
HITMAN3.exe | |
taskkill /f /im node.exe | |
taskkill /f /im PeacockPatcher.exe | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment