cleanup.bat

来自「Last change: 2008-02-03 This is the sou」· Batch 代码 · 共 5 行

BAT
5
字号
del *.mo
del ignored.po
FOR /D %%L IN (??) DO del %%L\LC_MESSAGES\*.mo && del %%L\LC_MESSAGES\*.po~
FOR /D %%L IN (??_??) DO del %%L\LC_MESSAGES\*.mo && del %%L\LC_MESSAGES\*.po~

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?