Skip to content

Instantly share code, notes, and snippets.

@GarnetSunset
Created January 27, 2023 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GarnetSunset/3a39cd42bc3e48817d2dcb702b4bbc26 to your computer and use it in GitHub Desktop.
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
@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