Tuesday, 20 August 2013

How to Change Folder Permissions on Windows 7 / xp / vista

  1. After you have located the folder you would like to edit, right click the program and click the option that says, "Properties".
  2. Go to the Security tab.
  3. After you have viewed the permissions that are already set, you can now click on the Advanced Button that is right below the "Permissions for Authenticated Users".
  4. Once you have clicked Advanced, a box like this should appear, the "Permission Entries" box, which shows all the permissions that are set for the users
  5. Click on the user you would like to edit, and then click the option that says "Change Permissions" which is right below the box.
  6. Once that is clicked, you are going to get the same box pop up, but this time, you can actually edit the options.
  7. Next Step, which is almost the end of our tutorial, is actually to change the options

Thursday, 25 July 2013

Country ,State ,City autofill in PHP using MYSQL



Automatic fill Country wise state and same as state wise city fill without page refresh.
using Ajax this concept is possible.
Country,State,City in php project usign Ajax

Friday, 12 July 2013

Wednesday, 10 July 2013

Folder Lock using bat file

following code using you have to create one file that extension is .bat .
by default password is sunny. if you change the password then you have to change only where written sunny you have to set your password.
cls
@ECHO OFF
title Folder Confidential
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Confidential goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Confidential "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter the Password to unlock folder
set/p "pass=>"
if NOT %pass%== sunny goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Confidential
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md confidential
echo Confidential created successfully
goto End
:End

Saturday, 19 January 2013

Word to html convert


This Software convert your word resume into the html format.
Word to html converter

Monday, 3 September 2012

Java Complete Reference

Friday, 16 December 2011

Fundamental of Programming All Book

                                                             

                                                                 FOP ALL BOOK
                                    In this link fop 4 book available you can just download it.

  1. Complete Reference C
  2. Let-us-c
  3. Fop Oxford Edition
  4. Fop Third Edition 

 

Copyright @ 2013 MCA info.