Mark0's Forum

Software => TrID File Identifier => Topic started by: Johannes R?ssel on October 05, 2007, 01:57:16 AM

Title: TrID won't handle files with the hidden attribute set
Post by: Johannes R?ssel on October 05, 2007, 01:57:16 AM
I was a little puzzled when TrID simply said ?* Error: found no file(s) to analyze!? on a single file I specified which does exist. After removing the ?hidden? attribute from the file, TrID was able to process the file. This might be something that could easily be fixed :)
Title: Re: TrID won't handle files with the hidden attribute set
Post by: Mark0 on October 05, 2007, 06:28:11 PM
Oh, sure. I never thinked about it. I will put that on the to do / wish list for a next release.

Thanks for the feedback,
Bye!
Title: Re: TrID won't handle files with the hidden attribute set
Post by: Jeanne37 on October 07, 2007, 06:34:16 PM
Hello,

Thanks for this wonderful software!
Could you tell me how please to remove the "hidden" attribute from a
file?

I thank you very much for your help.
Jeanne37
Title: Re: TrID won't handle files with the hidden attribute set
Post by: Mark0 on October 07, 2007, 06:38:32 PM
Hello,

Thanks for this wonderful software!
Hi! Thanks Jeanne37!

Quote
Could you tell me how please to remove the "hidden" attribute from a
file?
From a Command Prompt, just use the ATTRIB command with the -h parameters, like:

Code: [Select]
c:\temp> attrib -h myfile.txt
Bye!