Click here to Skip to main content
15,901,666 members

Comments by Member 8456001 (Top 5 by date)

Member 8456001 18-Mar-13 5:36am View    
Is there disk space available which is user inaccessible but program can store and run stored file and delete that file. User inaccessible means user should not be allowed to view or copy that file. It's required for the purpose of security.
Member 8456001 19-Jul-12 15:03pm View    
Fine...I have an alternate approach which will also work ::
1> I can save the file on disk.
2> Hide that file completely such that user has no access to that file.
3> Run that file by invoking associated system program.
Please note that if you even if know any website / book which will guide me for this then please suggest...
Member 8456001 22-May-12 3:10am View    
32 byte record is associated with each file and directory of FAT file system(usually found in floppy disk). its second last entry is of starting clustor number of file. This entry is of 4 bytes. We call it as memory location of file. If no clustor in the disk is corrupted then file is stored continuously from that particular memory location. We can get this memory location (4 bytes data) using assembly language interrupt int 25h. Now, Tell me such interrupt for NTFS file system available in any language.
Member 8456001 17-Mar-12 13:08pm View    
Thank you sir :)..
Member 8456001 17-Mar-12 9:45am View    
Sorry.My question is how to select points to create patches on the face.My algorithm contains a face tracking system based on modal analysis in which they have created 16 patches on face.But I did not understand how to select the points on face to create a patch.Please if possible help me.