From e60be300a6f088dc85eed7c2e80f0c903ee03c8d Mon Sep 17 00:00:00 2001 From: Christofer Minestar Date: Sun, 21 Oct 2018 11:47:55 -0400 Subject: [PATCH] Use xcopy instead of copy So if the directory does not exist it will make it --- autocopy.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocopy.bat b/autocopy.bat index 0f331cd1..d5e6f835 100644 --- a/autocopy.bat +++ b/autocopy.bat @@ -1,2 +1,2 @@ del %appdata%\.minecraft\mods\1.12.2\Kami*.jar -copy %~dp0build\libs\*-release.jar %appdata%\.minecraft\mods\1.12.2\ \ No newline at end of file +xcopy %~dp0build\libs\*-release.jar %appdata%\.minecraft\mods\1.12.2\