我看了下论坛里的提问,貌似只有- wmic datafile where "Name='C:\\Windows\\notepad.exe'" get LastModified /value
复制代码 1、想问下,在for语句中,怎么使用这个呢?- (for /f "delims=" %%i in ('dir F:\bapdffile /s /b /a-d-h') do (
- echo %%i,%%~nxi,%%~zi,%%~ti:00.000,!date:~0,10! !time!0
- wmic datafile where "Name='C:\\Windows\\notepad.exe'" get LastModified /value
- )
- )>3.txt
复制代码 2、除了用wmic,还有其他方法吗? |