Überschrift der Microsoft Word-Akten

Files Recovery Software
Heim Kontakt Details Customer Support Demo herunterladen Produkte  

 
 

/* Überschrift der Microsoft Word-Akten */

char header[10] = {0xD0,0xCF,0x11,0xE0,0xA1,0xB1,0x1A,0xE1};

/* Footer of Microsoft Word Files */

char DOC_footer[14] =
{0x57,0x6F,0x72,0x64,0x2E,0x44,0x6F,0x63,
0x75,0x6D,0x65,0x6E,0x74};

/// Start Of main \\\
void main()
{

clrscr();

/* If total no. of hard disks attached is less
then two, Display Error Message and Exit. */

if(((char)peekb(0x0040, 0x0075))<2)
{
printf("\n\n You Must Have At least Two Hard Disks
Attached to your Computer To Run This");
printf("\n Program. This Program has been developed
to recover the Data of Second Hard Disk.");

printf("\n Press any Key to Exit... ");
getch();
exit(1);
}

Sectors_in_HDD2=getdrivegeometry (0x81);

printf("\n Total Sectors in second Hard Disk = %lu",
Sectors_in_HDD2);

printf("\n\n \"You must save the recovered files in
another Hard Disk, Not in the Same Disk,");
printf("\n in which you are searching the lost
data.\"");
printf("\n\n Enter The Destination Path to save the
Recovered Files...\n ");
gets(path);

/* check if destination directory exists or Not */
if(access(path, 0) != 0)
{

/* if Destination directory does not exist, create
the Directory up to one level */
if(mkdir(path)!=0)
{
printf("\n Could Not Create Directory \"%s\"",
path);
printf("\n Check Path..., Press any key to
exit...");
getch();
exit(1);
}
}

strcat(path,"\\Ptt");

Previous page

page 1 | 2 | 3 | 4 | 5 | 6

Next page
 
 
Data Recovery-Buch
 
Kapitel 1 Ein überblick über Daten-Wiederaufnahme
Kapitel 2 Einleitung der Festplatten
Kapitel 3 Logische Annäherung an Scheiben und OS
Kapitel 4 Zahlensysteme
Kapitel 5 Einleitung der C Programmierung
Kapitel 6 Einleitung in eine Computer-Grundlagen
Kapitel 7 Notwendige DOS Befehle
Kapitel 8 Scheibe-BIOS Funktionen und Unterbrechungen, die mit C anfassen
Kapitel 9 Behandlung der großen Festplatten
Kapitel 10 Daten-Wiederaufnahme von verdorbenem Floppy-Disc
Kapitel 11 Bilden der Unterstützungen
Kapitel 12 Lesenund änderndes MBR mit der Programmierung
Kapitel 13 Lesenund änderndes DBR mit der Programmierung
Kapitel 14 Programmierung für "Raw File" Wiederaufnahme
Kapitel 15 Programmierung für Daten-Wischer
Kapitel 16 Entwickeln von mehr Dienstprogrammen für Scheiben
Anlage Glossar der Daten-Wiederaufnahme Bezeichnungen
 
 
Pro Data Doctor

Heim

Produkte

Kontakt Details

Customer Support

Demo herunterladen

Allgemeine Geschäftsbedingungen

 
Pro Data Doctor