How do I run a batch file from a scheduled Job via SQL Server Agent
If memory serves me correctly:
cmd.exe /c "c:\test.bat"
Quotes are needed if there are any spaces in the path or file name
If memory serves me correctly:
cmd.exe /c "c:\test.bat"
Quotes are needed if there are any spaces in the path or file name