Saturday, October 4, 2014

Batch script to replace .otf file names with title

I'm new to batch files, scripts and all that stuff, unfortunately I don't really know anything about it, but I have this problem and I haven't found a solution yet.


I'm using windows 10 and I have a bunch of .otf files which name has been replaced with numbers. The actual name of every font is written in the title tag.


Is there a way to replace each file's name with the respective title?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...