Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Msi.Package\shell\runas]@="右键以管理员运行MSI" [HKEY_CLASSES_ROOT\Msi.Package\shell\runas\command]@="msiexec /i \"%1\""
如下,通过forfiles删除7天以前生成的一些文件,当不存在满足搜索条件的文件时,就会报错:ERROR: No files found with the specified search criteria. 手工运行批处理脚本时,遇到这个error,后面的脚本会继续运行,但是,将其加到操作系统的定时任务中,遇到这个error,任务就中断了. @echo off echo autotest beginning,Please Wait... ... set AutoPath=D:\CIMAutoT