Forum: UltraISO
Topic: Advanced Hidden file property
started by: kentb

Posted by kentb on Feb. 17 2005,09:22
What is the Advanced Hidden file property and how is it different from the regular Hidden property?
Posted by xoben on Feb. 17 2005,20:54
When 'Advanced Hidden' attribute is turned on, the file/folder cannot be listed by Windows Explorer (even 'show hidden files' option is checked) or DOS 'DIR /H' command.
Posted by kentb on Feb. 17 2005,22:07
Cool. I take it programs can still read the file though. Is there some way to set the attribute externally? (For example, using explorer to set the regular hidden file attribute on a file before it's added to an ISO image has the effect of the file being marked as hidden on the CD. Is there a similar way to mark a file as "Advanced Hidden" before the ISO image is built?)
Posted by xoben on Feb. 18 2005,04:11
Quote
Is there some way to set the attribute externally?

Sorry, there is no corresponding attribute under Microsoft's DOS or Windows operating systems.
Posted by kentb on Feb. 18 2005,06:24
Thanks for the information. What would be really nice is a command line option for adding a file as advanced hidden when adding it. Something like:

Code Sample
ultraiso -ahfile c:\buildcd\file.ext -directory c:\buildcd -output Output.iso


In this case all the files under "c:\buildcd" would be added to the iso image and the "file.ext" file would be marked as advanced hidden.
Posted by xoben on Feb. 18 2005,08:28
Thanks kentb for the suggestion.

We will add this feature to the Pednding Features List for futher consideration.
Posted by kentb on Feb. 18 2005,11:44
Thank you!