I have a bat file that is using the bcp command to execute a stored procedure to a delimited file. When manually running the bat file, I get the following errors:

I'm using the -T parameter as I log into the database with Windows Authentication. Is there a setting I may need to change to fix this error?
localhost, yes? – RB. Feb 13 at 14:35SQLCMD, orBCPoutside of the batch file? – RB. Feb 13 at 14:43