我已经创建了批处理“del.bat”。下面是我在“del.bat”中定义的批处理脚本
我想在单击“del.bat”后使用批处理删除文件夹。当我去单击“del.bat”时,什么也没发生。请告诉我如何运行它
<Project>
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="clean_folders">
<RemoveDir Directories="D:\projectdemo\crick\Cart"
ContinueOnError="true" />
</Target>
</Project>
c:
cd C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC
MSBuild.exe D:\projectdemo\demo.csproj /t:clean_folders>D:\projectdemo\output.txt