⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 archive.bat

📁 Symbian平台下进行开发时很有用的一个日志系统
💻 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 + -