Hi All,
here is the another way to lock a particular folder in Windows98, but it is not similar in XP,NT and so on....
Click on Start > Run > Enter "Command" and press Enter button
the Command prompt will be displayed ,
Step to Lock the Folder
c:\>ren path newname ALT197
here path is the location of your folder and newname will include path and new folder name , u can also use the old folder name
Step to Unlock the folder
c:\>ren newname ALT197 anyname
here the newname is the name given at the time of the locking the folder and anyname is the name given now to unlock
Note : Don't seperate newname and ALT197