1 parent 5cdeea9 commit 9b27fc6Copy full SHA for 9b27fc6
1 file changed
Setup (run before opening solution).bat
@@ -3,7 +3,7 @@
3
@echo off
4
set /p path="Please enter the folder location of your SpaceEngineersDedicated.exe: "
5
cd %~dp0
6
-mklink /J GameBinaries %path%
+mklink /J GameBinaries "%path%"
7
if errorlevel 1 goto Error
8
echo Done!
9
goto End
@@ -14,11 +14,11 @@ goto EndFinal
14
15
set /p path="Please enter the folder location of your Torch.Server.exe: "
16
17
-mklink /J TorchBinaries %path%
+mklink /J TorchBinaries "%path%"
18
19
echo Done! You can now open the Torch solution without issue.
20
goto EndFinal
21
:Error2
22
echo An error occured creating the symlink.
23
:EndFinal
24
-pause
+pause
0 commit comments