Can Somebody Explain This Code??
I didnt know where else to put this, so Im putting it here.. I found this code to lock folders on the web
http://www.hackingethics.com/blog/wp...08/05/lock.txt
I would really appreciate if someone throws some light on this part of the code
Code:
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
Code:
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
what do the numbers in the curly braces mean?? O_o
Thanks!
Re: Can Somebody Explain This Code??
If you meant this one
Quote:
{21EC2020-3AEA-1069-A2DD-08002B30309D}
then it is a GUID (or UUID).
Re: Can Somebody Explain This Code??
Don't bother with the. Equivalent of Snake Oil, from the Old West...
Re: Can Somebody Explain This Code??