Writing text on success in a batch file
hi ,
i running basic batch file declare errorlevel @ end of command .
i have text instead 1 or 0 (failure or success), know how ??? maybe instead %errorlevel% ??
the batch file :
dtexec /file "m:\ssisprojects\dwh\alm_daily\wmfd2537.dtsx " /decrypt 1234 /configfile "m:\ssisprojects\dwh\alm_daily\alm_daily_common_config.dtsconfig" /maxconcurrent " -1 " /checkpointing off /reporting ewcdi > m:\ssisprojects\dwh\alm_daily\ecsysout\alm_daily_2537.txt
echo %errorlevel%
thanks advance ,
david .
SQL Server > SQL Server Integration Services
Comments
Post a Comment