From Sparky@21:1/192 to All on Saturday, February 13, 2021 16:36:21
Does anyone have Solar Realms Elite set up and working with Mystic (Win 10 32) SRE.BAT
rem @ECHO OFF
C:
CD \MYSTIC\DOORS\SRE
SRDOOR -f SETUPSR.%1
SRE
c:
CD \mystic
EXIT
Netfoss bat
@echo off
c:\mystic\netfoss\netfoss.com %1
if errorlevel 1 goto end
c:\mystic\netfoss\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
c:\mystic\netfoss\netfoss.com /u
:end
Menu CMD line
c:\mystic\netfoss\NF.BAT /N%3 /H%0 c:\mystic\doors\sre\sre.bat %3
I have Barren Realms working but for some reason I can't get Solar Realms working.