Skip to content

Instantly share code, notes, and snippets.

@hendrawd
Last active August 3, 2016 06:36
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 hendrawd/2130bea847b3c859a1b401427e463178 to your computer and use it in GitHub Desktop.
Save hendrawd/2130bea847b3c859a1b401427e463178 to your computer and use it in GitHub Desktop.
A runner script to run multiple Necrobot.exe files
@echo off
FOR /D %%s IN (.\*) DO (cd %%s & start Necrobot.exe & cd ..)
exit
@hendrawd
Copy link
Author

hendrawd commented Aug 3, 2016

Save it to the root folder where your Necrobot folders located

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