tasks文件夹下为导出/导入的内容 格式为:#计划任务的文件夹名#计划任务名.xml 码云特技 使用Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md 码云官方博客blog.gitee.com 你可以https://gitee.com/explore这个地址来了解码云上的优秀开源项目 ...
rem Windows 2008 tasks which should not be imported.del tasks\#Microsoft*.xml exit /b 0 :import for %%f in (tasks\*.xml) do ( call :importfile "%%f" ) exit /b 0 :importfile set filename=%1 rem replace out the # symbol and .xml to derived the task name ...