DSZ.BAT

DSZ.BAT (\FBB\BIN).

DSZ.BAT is a DOS batch file which prepares the parameters to be 
given to DSZ. DSZ mostly works using environment variables which
are set in this batch file. 

Do not change this file unless you really want to do something new !



@echo off


SET DSZLOG=%1
SET DSZPORT=%2,%3


shift
shift
shift
DSZ %1 %2 %3 %4 %5 %6 %7 %8 %9