@call "%~dp0config.bat" 0 > nul sqlcmd.exe -S localhost\GLOBALCUBE -d %SYSTEM% -U sa -P Mffu3011# -b -i %~1 -o ..\logs\%~n1.sql.log if %errorlevel% neq 0 ( type ..\logs\%~n1.sql.log )