This is the exact line copied from my shortcut:
       C:\walld\NY\send.bat C:\walld\MOC\opscon0 1
Here is the contents of my BATCH file
     @ECHO OFF
     REM      CE FICHIER DE COMMANDE PERMET DE COMPILER, LINKER, ET ENVOYER
     REM      DES MESSAGES DEJA EDITES A UN PANNEAU VIPCO NEW YORK.
     IF EXIST %1.MSG GOTO CPL
     ECHO.
     CLS
     ECHO Voici la liste des messages disponibles:
     DIR /W/ON *.MSG
     ECHO.
     ECHO Veuillez ecrire SEND, le nom du fichier sans extension et
     ECHO le num‚ro du panneau
     ECHO.
     GOTO END
:CPL 
     
     COMPILE %1.MSG %1.DAT
     LINKADD SEND.ADD %2 %1.DAT
     LINKLOC SEND.LOC 663-8552 9600 SEND.ADD 
     CALLX LD SEND.LOC
     DEL *.LOG
     ECHO.
:END
Here is the dosbox.conf file
       directserial=true
       comport=1
       realport=COM1
       defaultbps=9600
       parity=N
       bytesize=8
       stopbit=1
And I do not understand what you mean by the "serial1"