Data Wiping Program and Writes on the Surface of the Disk After running this program, Data can not be recovered by any Software All The Data in Second Hard Disk will be lost

Files Recovery Software
Home Contact Details Customer Support Download Demo Products  

 
 

///// First Confirm, then Proceed \\\\\

printf("\n It is A Data Wiping Program, and Writes on the Surface of the Disk,");
printf("\n After running this program, Data can not be recovered by any Software,");
printf("\n All The Data in Second Hard Disk will be lost !!!");
printf("\n Press \'Y\' to Continue, Else any key to Exit... ");

choice = getche();

switch(choice)
{
case 'y':
case 'Y':
break;

default:
exit(0);
}
gotoxy(10,15);cprintf("Initializing, Please Wait...");

for(i=0;i<61440;i++)
{
buffer[i]='\0';
}

gotoxy(10,15);cprintf(" ");
gotoxy(10,15);
printf("Currently Wiping Absolute Sector: ");

for(loop=0;loop<=Sectors_in_HDD2;loop=loop+120)
{
writeabsolutesectors (0x81, loop, 120, buffer);
gotoxy(44,15); printf("%ld",loop);

ff(kbhit())
{
exit(0);
}
}

///// Display Message when completed \\\\\

printf("\n\n Data wiping is Now Completed, All the Data in
Second Hard Disk is now");
printf("\n Completely Erased, Press any Key to Exit...");
getch();

}

Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17

Next page
 
 
Data Recovery Book
 
Chapter 1 An Overview of Data Recovery
Chapter 2 Introduction of Hard Disks
Chapter 3 Logical Approach to Disks and OS
Chapter 4 Number Systems
Chapter 5 Introduction of C Programming
Chapter 6 Introduction to Computer Basics
Chapter 7 Necessary DOS Commands
Chapter 8 Disk-BIOS Functions and Interrupts Handling With C
Chapter 9 Handling Large Hard Disks
Chapter 10 Data Recovery From Corrupted Floppy
Chapter 11 Making Backups
Chapter 12 Reading and Modifying MBR with Programming
Chapter 13 Reading and Modifying DBR with Programming
Chapter 14 Programming for “Raw File” Recovery
Chapter 15 Programming for Data Wipers
Chapter 16 Developing more Utilities for Disks
Appendix Glossary of Data Recovery Terms
 
 
Pro Data Doctor

Home

Products

Contact Details

Customer Support

Download Demo

Terms and Conditions

 
Pro Data Doctor