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

Thread: Protected exe

  1. #1
    Guest

    Protected exe

    I have made an app with VB6.0 - SQl Server7.0 running in W98/NT,and now I want to put my exe in a proctected folder.
    How do I protect a folder of delete or update actions.??
    Which is the usual place for an exe file if you want to protect it??

    Any advice will be graetly apreciatted.

    Nauj



  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    Re: Protected exe

    I usually don't bother with permissions to protect things. Instead, I hide files in places no one would look. Burying it in a directory under \window\system generally works fine, after that attrib +r filespec (or right-click and select read-only) and you should be fine.


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