From d03a8b5717bd3bb1374d355b0395bcf135d8fdb3 Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Mon, 19 Sep 2016 23:52:57 -0600 Subject: [PATCH] Added .bat file to run rpgscript.rb This bat file is really just for my convenience. --- rpgscript.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rpgscript.bat diff --git a/rpgscript.bat b/rpgscript.bat new file mode 100644 index 0000000..965bcf8 --- /dev/null +++ b/rpgscript.bat @@ -0,0 +1,2 @@ +rpgscript.rb "C:\Users\Michael\Documents\oneshot src\mkxp-oneshot\scripts" "C:\Users\Michael\Dropbox\Oneshot Project\Game" +pause \ No newline at end of file