From 22e3019610176c8be56fcf472dca6d1b99e324f3 Mon Sep 17 00:00:00 2001 From: Szczepan Zaskalski Date: Thu, 31 Aug 2017 22:25:10 +0200 Subject: [PATCH] Fixed batch mklink command argument --- Setup (run before opening solution).bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup (run before opening solution).bat b/Setup (run before opening solution).bat index c0f864c..38c267e 100644 --- a/Setup (run before opening solution).bat +++ b/Setup (run before opening solution).bat @@ -3,7 +3,7 @@ @echo off set /p path="Please enter the folder location of your SpaceEngineersDedicated.exe: " cd %~dp0 -mklink /D GameBinaries "%path%" +mklink /J GameBinaries "%path%" if errorlevel 1 goto Error echo Done! You can now open the Torch solution without issue. goto End