https://gitlab.synchro.net/main/sbbs/-/issues/433#note_2716
Mhmm at my external.bat generated at node directory when door start use "\\" (backslash) and should be "/".
I think that by changing that, the redirects will work normally as they do from dosemu1
I don't know if there is any way to leave it keeping compatibility in both, (now I don't have a dosemu1 to confirm that they would also work with this "new" syntax)
```
$/sbbs/nodes/node3# cat external.bat
@ECHO OFF
SET DSZLOG=D:\PROTOCOL.LOG
SET SBBSNODE=D:
SET SBBSNNUM=3
SET SBBSCTRL=F:
SET SBBSDATA=G:
SET SBBSEXEC=H:
SET PCBNODE=3
SET PCBDRIVE=D:
SET PCBDIR=\
SET STARTDIR=zombie
@lredir D: linux\fs\sbbs\nodes\node3 >NUL
@lredir E: linux\fs\sbbs\doors\dos >NUL
@lredir F: linux\fs\sbbs\ctrl >NUL
@lredir G: linux\fs\sbbs\data >NUL
@lredir H: linux\fs\sbbs\exec >NUL
E:
REM Switch to startup dir, unless its not defined
REM If not defined, go to node dir (external editors use this)
IF "%STARTDIR%"=="" D:
IF NOT "%STARTDIR%"=="" CD %STARTDIR%
REM Optionally call emusetup.bat or put that stuff here for global (in NOEMU) REM Looks in startup dir, then ctrl dir
IF EXIST EMUSETUP.BAT GOTO EMULOCAL
IF EXIST F:\EMUSETUP.BAT GOTO EMUGLOBAL
IF EXIST E:\DOSUTILS\NUL GOTO NOEMU
IF EXIST H:\DOSUTILS\NUL GOTO NOEMU
ECHO ERROR: No emusetup.bat in E:\%STARTDIR% or F, or DOSUTILS is missing
GOTO EXEC
:EMULOCAL
CALL EMUSETUP.BAT
GOTO EXEC
:EMUGLOBAL
CALL F:\EMUSETUP.BAT
GOTO EXEC
:NOEMU
@set PATH=%PATH%;E:\dosutils;H:\dosutils
REM fossil driver, such as x00, bnu, or dosemu fossil.com
rem IF "FOSSIL" == "FOSSIL" @fossil.com >NUL
rem IF "FOSSIL" == "FOSSIL" bnu.com /P1 /L0=11520 >NUL
IF "FOSSIL" == "FOSSIL" x00.exe eliminate >NUL
REM share.exe for multinode file locking
@share >NUL
GOTO EXEC
:EXEC
CALL run.bat
IF NOT "%1" == "TEST" exitemu
REM For debugging: /usr/bin/env HOME=/sbbs/ctrl/ QUIET=1 DOSDRIVE_D=/sbbs/nodes/node3/ NODEDIR=/sbbs/nodes/node3/ /usr/bin/dosemu.bin -d /sbbs/nodes/node3/ -d /sbbs/doors/dos -I"video { none }" -I"serial { virtual com 1 }" -f/sbbs/ctrl/dosemu.conf -ED:external.bat -o/sbbs/nodes/node3/dosemu_boot.log
```
---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net