I am trying to run a batch file on post-build event but I am failing. the following is my text which I have put my post-build event;
E:\Documents\Tools\minify-css-files.bat
And I am getting this;
Error 46 The command "E:\Documents\Tools\minify-css-files.bat" exited with code 9009.
When I run the batch file outside the VS, it is ok. Here is my batch file.
AjaxMin ..\Content\site.css -out ..\Content\site.ajaxmin.css –clobber
AjaxMin ..\Content\search-engine.css -out ..\Content\search-engine.ajaxmin.css –clobber
AjaxMin ..\Content\print.css -out ..\Content\print.ajaxmin.css –clobber
AjaxMin ..\Content\site.easyslider.css -out ..\Content\site.easyslider.ajaxmin.css –clobber