Mark0's Forum

Software => TrID File Identifier => Topic started by: nrbacarl on March 31, 2008, 10:04:02 PM

Title: Files with ampersand(&) in the filename
Post by: nrbacarl on March 31, 2008, 10:04:02 PM
TrID does appear to like ampersands in the filename in the Windows version.  I have not tried Linux.
Title: Re: Files with ampersand(&) in the filename
Post by: Mark0 on March 31, 2008, 10:10:43 PM
Hi!

You just have to state the whole [pathname+]file within quotes, like in:

Code: [Select]
C:\TrID>trid "\t\black&white.txt"
It's the same convention used with standard DOS & Win command like TYPE, COPY, etc.

Bye!
Title: Re: Files with ampersand(&) in the filename
Post by: Nick on April 01, 2008, 02:04:23 PM
Ok Thanks!