@echo off
for /f "tokens=*" %%a in ('dir /s/b/a-d "xw\a b c.exe"') do (
for /f "tokens=*" %%b in ('dir /s/b/a-d "D:\鑫网通达信\a b c.exe"') do (
if not "%%~za"=="%%~zb" if not "%%~ta"=="%%~tb" echo "%%a" 不同于 "%%b"
)
)
pause
[ Last edited by fastslz on 2007-12-9 at 04:53 PM ]
for /f "tokens=*" %%a in ('dir /s/b/a-d "xw\a b c.exe"') do (
for /f "tokens=*" %%b in ('dir /s/b/a-d "D:\鑫网通达信\a b c.exe"') do (
if not "%%~za"=="%%~zb" if not "%%~ta"=="%%~tb" echo "%%a" 不同于 "%%b"
)
)
pause
[ Last edited by fastslz on 2007-12-9 at 04:53 PM ]

