For /L %%f in (1,1,31) Do if %%f == an integer multiple of 10 (echo multiple of 10) else (echo %%f)
pause
Also:
I originally planned to use if %%f ==%%f/10*10, but unfortunately it won't accept it.
[ Last edited by lummox on 2008-8-10 at 09:17 PM ]
pause
Also:
I originally planned to use if %%f ==%%f/10*10, but unfortunately it won't accept it.
[ Last edited by lummox on 2008-8-10 at 09:17 PM ]

