|
Hi Scowles - as mentioned, the files have various extensions
(file types), some are images, some are not, so Irfan cannot
process them.
Thanks for the reply,
regards
The .bat is something like ...
for /F"Comp=2-4 delims = /" %%a in ('date /t')
do copy "C:\temp\date\CO00%%a%%.*
C:\temp\date\a
|