|
|
|
|
|
|
| batch file help par nareen123 |
Sunday April 20, 2008 12:25:29 PM |
Configuration: Windows XP Internet Explorer 6.0
Hai
Try this: @echo off for %%f in ("C:\location_A\*") do ( if /i not %%~xf == .red ( if %%~zf == 0 ( echo Error when saving>>"%%f" ) ) ) Good luck. |