CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Oct 2010
    Posts
    38

    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!
    Last edited by vinayak4gargya; July 17th, 2011 at 08:18 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured