Author Topic: TrID won't handle files with the hidden attribute set  (Read 12360 times)

Johannes R?ssel

  • Guest
TrID won't handle files with the hidden attribute set
« 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 :)

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2743
    • Mark0's Home Page
Re: TrID won't handle files with the hidden attribute set
« Reply #1 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!

Jeanne37

  • Newbie
  • *
  • Posts: 1
Re: TrID won't handle files with the hidden attribute set
« Reply #2 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

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2743
    • Mark0's Home Page
Re: TrID won't handle files with the hidden attribute set
« Reply #3 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!