Set the attributes of a file to Hidden
Set the attributes of a file to Hidden
Rate Set the attributes of a file to Hidden
(1(1 Vote))
Demo;
SetAttr "c:\\ntldr", vbhidden + vbSystem + vbReadOnly
SetAttr "c:\\Boot.InI", vbhidden + vbSystem + vbReadOnly
And Use ( vbNormal ) to show your file
# 2009 ,,,, zager
Set the attributes of a file to Hidden Comments
No comments yet — be the first to post one!
Post a Comment