?? archive.bat
字號:
@echo offif "%1"=="" goto noparametercall cleanup.batmkdir p:\archive\logtofile\logtofile_%1xcopy /S p:\logtofile p:\archive\logtofile\logtofile_%1cd p:\archive\logtofile\logtofile_%1del /s/q *.ncbdel /s/q *.00*del /s/q *.optdel /s/q *.plgdel /s/q *.marmdel /s/q *.winsdel /s/q *.uid.cppdel /s/q *.dswdel /s/q *.dspdel /s/q *.fsydel /s/q *.logdel /s/q *.exedel /s/q *.dllcd p:\logtofilegoto exit:noparameterecho you must supply an argument to this batch fileecho the format of the argument should be yymmddpause:exit
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -