1.

Solve : need some help ..thx for sample !Z?

Answer» <html><body><p>hi guy!how i can create a batch file unhide items inside a specified drive...can give me some examples ?like if i <a href="https://interviewquestions.tuteehub.com/tag/type-238192" style="font-weight:bold;" target="_blank" title="Click to know more about TYPE">TYPE</a> String like unhide foldername <br/><br/><br/><br/>why do you need this?<br/>You can use following command.<br/><br/><br/>If it is a doc file<br/><br/><br/> Code: <a>[Select]</a>attrib -h c:\path\file name<br/><br/><br/>or <br/><br/><br/>attrib -h c:\path\*.doc<br/><br/>it will work for sure.<br/>if you want to unhide all <a href="https://interviewquestions.tuteehub.com/tag/hidden-2109891" style="font-weight:bold;" target="_blank" title="Click to know more about HIDDEN">HIDDEN</a> files  within folder.<br/><br/><br/> Code: <a>[Select]</a>attrib -h c:\path\*.*<br/><br/>You can use any drive just <a href="https://interviewquestions.tuteehub.com/tag/change-238106" style="font-weight:bold;" target="_blank" title="Click to know more about CHANGE">CHANGE</a> C:<br/>give it any drive name.<br/><br/><br/>Give me raise for thanks.<br/>It will work<br/><br/>Regards<br/><br/>vishu Quote from: <a href="https://interviewquestions.tuteehub.com/tag/salmon-1193794" style="font-weight:bold;" target="_blank" title="Click to know more about SALMON">SALMON</a> Trout on <a href="https://interviewquestions.tuteehub.com/tag/august-385421" style="font-weight:bold;" target="_blank" title="Click to know more about AUGUST">AUGUST</a> 03, 2010, 03:25:17 PM</p><blockquote>why do you need this?<br/><br/></blockquote> <br/>doing so experiment  .. Reply for your question.<br/><br/>Last on for unhiding all hidden files.</body></html>


Discussion

No Comment Found