Search found 1 match

by caglieris_gm
2015-01-14T07:59:44-07:00
Forum: Users
Topic: Modify filename on windows XP
Replies: 1
Views: 1343

Modify filename on windows XP

I am a Windows XP user.
In order to manipilate multiplies window file, I need to inserte a suffix after filename (before .filetype).
For istance: in
For %%a in (*.jpg) do convert %%a -crop 1700x2700+0+0 .......
where *.jpg are 01.Jpg, 02.Jpg, exc and resulting files (......)
01_a.jpg, 02_a.jpg and ...