Microsoft Wordのヘッダーはファイルする

Files Recovery Software
連絡先の詳細 顧客サポート ダウンロードのデモ 製品  

 
 

/*Microsoft Wordのヘッダーはファイルする*/

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

/* Microsoft Wordのフッターはファイルする */

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

 

/// 本管の開始 \\\
void main()
{

clrscr();

/* 付すハードディスクの合計がより少しそして2なら、表示エラーメッセージおよび出口。 */

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);

/* 転送先ディレクトリがまたはないあるかどうか確認しなさい */
if(access(path, 0) != 0)
{

/* 転送先ディレクトリがなかったら、1つのレベルまで登録簿を作成しなさい */
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
 
 
データ回復図書
 
章1 データ回復の概観
章2 ハードディスクの導入
章3 ディスクおよびosへの論理的なアプローチ
章4 ナンバーシステム
章5 cのプログラミングの導入
章6 コンピュータ基本原則への紹介
章7 必要なdosは命じる
章8 ディスクBIOSは作用し、cとの処理を中断する
章9 大きいハードディスクの処理
章10 買収されたフロッピィからのデータ回復
章11 バックアップの作成
章12 プログラミングを用いる読み、変更MBR
章13 プログラミングを用いる読み、変更DBR
章14 「未加工ファイル」回復のためのプログラミング
章15 データワイパーのためのプログラミング
章16 ディスクのためのより多くの実用性の開発
付録 データ回復言葉の語集
 
 
Pro Data Doctor

製品

連絡先の詳細

顧客サポート

ダウンロードのデモ

契約条件

 
Pro Data Doctor