本熊梦语
BenBear
全部博文(79)
2014年(1)
2010年(5)
2009年(8)
2008年(11)
2007年(41)
2006年(13)
33562
Bsolar
colin447
orayly
Bean_lee
eisen
hs578
lupronou
wait_rab
分类: WINDOWS
2007-12-03 21:46:31
@ECHO off IF "%1" == "clean" ( FOR %%f IN (*.obj, *.exe, *.pdb) do (echo del %%f) && del %%f ) ELSE ( IF "%1" == "list" ( dir /B *.cpp | findstr "cpp$" ) ELSE ( FOR /F %%f IN ('%0 list') do cl /EHsc %%f ) )
上一篇:Bash 的另类 shell Makefile
下一篇:第一次进大型公共图书馆
登录 注册