From Sparky@77:1/170 to All on Sat Feb 13 16:55:25 2021
If I could get some help getting GAC Blackjack working. As it stands now the problem is "Can't read bbs dropfile" I am running Mystic A46 Win10 32.
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
GAC_BJ.bat
@ECHO OFF
C:
cd \mystic\doors\gac-bj
REM Do not modify the following area:
REM
REM This file should be used to run Tournament Blackjack. The reason is
REM that the auto update will not work if just the GAC_BJ.EXE is run.
REM Check for .EXE file...
if exist IN\GAC_BJ.EXE goto copy
REM
REM Run the game with any supplied parameters.
:run
gac_bj.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
goto end
REM
REM This section will copy the new .EXE to the directory (if needed)
:copy
attrib -r GAC_BJ.EXE
copy IN\GAC_BJ.EXE .
del in\GAC_BJ.EXE
attrib +r GAC_BJ.EXE
goto run
REM
REM Exit
:end
Start.bat
REM @Echo off
REM RUN.BAT for GAC_BJ
REM
REM Change to the GAC_BJ directory
c:
cd \mystic\doors\gac-bj
REM Run GAC_BJ passing the node number
call GAC_BJ.BAT /N %1 /D c:\mystic\temp%1
REM
REM Change back to your bbs directory
cd \mystic
Mystic Menu Command
c:\mystic\netfoss\NF.BAt /N%3 /H%0 c:\mystic\doors\gac_bj\start.bat %3
I checked and it is creating the door.sys in the temp1 directory
Thanks,
Jeff