Skip to content

Instantly share code, notes, and snippets.

@Fedcomp
Created October 17, 2017 23:57
Show Gist options
  • Save Fedcomp/5717fd4e942ab70e67c9de95ed7c86d9 to your computer and use it in GitHub Desktop.
Save Fedcomp/5717fd4e942ab70e67c9de95ed7c86d9 to your computer and use it in GitHub Desktop.
Simple batch file to create replay folders
mkdir %appdata%\Carbon\.debug\replay
mkdir %appdata%\Carbon\Airmech\.debug\replay
mkdir %appdata%\Carbon\AirmechCanary\.debug\replay
mkdir %appdata%\Carbon\AirmechSteam\.debug\replay
@InsaneFirebat
Copy link

No need to create the folder in Carbon\AirMechCanary\ since Canary replays go to the same folder as standalone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment