Tool for fixing invalid file names?

For everything that's not in any way related to PureBasic. General chat etc...
Godai
Enthusiast
Enthusiast
Posts: 171
Joined: Thu Oct 05, 2006 8:13 pm

Tool for fixing invalid file names?

Post by Godai »

I have some stuff I need to backup on DVD but many names have ? in them due to conversion from Mac.

Anyone know of a tool that can scan multiple directorys and fix the names?

Thanks in advance :)
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

program it yourself...

is the "?" a translation problem, or a real part of the filename?
oh... and have a nice day.
Godai
Enthusiast
Enthusiast
Posts: 171
Joined: Thu Oct 05, 2006 8:13 pm

Post by Godai »

Yeah, I'm probably going to do that. The ? is a translation problem when mounting an NTFS drive on mac, files using local characters gets converted into wierd characters such as ? :)
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

You are doing this from Windows? What about "Bulk Rename Utility"?
http://www.bulkrenameutility.co.uk/Main_Intro.php
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

> a translation problem when mounting an NTFS drive on mac, files using local characters gets converted into wierd characters such as ?
i c

is there any possibility on the MAC to change it, some preferences/options for mounting NTFS...

on the other hand:
if the "?" makes problems when renaming, because it's a wildcard...
could you perhaps rename all the files before mounting the drive on MAC?
if it is NTFS it should come from a MS-machine,
so why not let a rename-tool run in advance and kill all local chars?
oh... and have a nice day.
Godai
Enthusiast
Enthusiast
Posts: 171
Joined: Thu Oct 05, 2006 8:13 pm

Post by Godai »

Thank you all. Made a quick PB app to do it.
The files where old backups so there was no way to convert them to their original characters :)

NTFS support has gotten better in recent versions of OS X
Post Reply