摘要: @echo off :: 取当前年月日set year=%date:~0,4%set month=%date:~5,2%set day=%date:~8,2%:: 取from目录set from1="C:\Linyuan\test\from1"set from2="C:\Linyuan\test\f 阅读全文
posted @ 2019-10-31 09:01 林远 阅读(463) 评论(0) 推荐(0)