diff --git a/Setup (run before opening solution).bat b/Setup (run before opening solution).bat index 15d629b..38c267e 100644 --- a/Setup (run before opening solution).bat +++ b/Setup (run before opening solution).bat @@ -3,11 +3,11 @@ @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 :Error echo An error occured creating the symlink. :End -pause \ No newline at end of file +pause