JPH11224216A - System file history management system and record medium recording the system - Google Patents

System file history management system and record medium recording the system

Info

Publication number
JPH11224216A
JPH11224216A JP10025601A JP2560198A JPH11224216A JP H11224216 A JPH11224216 A JP H11224216A JP 10025601 A JP10025601 A JP 10025601A JP 2560198 A JP2560198 A JP 2560198A JP H11224216 A JPH11224216 A JP H11224216A
Authority
JP
Japan
Prior art keywords
file
history
management data
updated
system file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10025601A
Other languages
Japanese (ja)
Inventor
Shinichi Matsui
伸一 松井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP10025601A priority Critical patent/JPH11224216A/en
Publication of JPH11224216A publication Critical patent/JPH11224216A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a system file history management system which can take only updated system management data out of a system file and records them in a history file. SOLUTION: This system consists of a means 101 which executes a setup program as an application, a means 102 which copies the execution file of the application, a means 103 which sets the system management data in a system file, a means 104 which decides that the system file has been updated, a means 105 which takes the updated system management data out of the system file, a means 106 which records the taken-up system management data in the history file, a means 107 which displays the history file, and a record medium 108.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、システムファイル
履歴管理方式およびそれを記録した記録媒体に関し、特
に、システムファイルから更新されたシステム管理デー
タを履歴ファイルに記録することができるシステムファ
イル履歴管理方式およびその記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system file history management system and a recording medium storing the same, and more particularly to a system file history management system capable of recording system management data updated from a system file in a history file. And its recording medium.

【0002】[0002]

【従来の技術】従来のシステムファイル履歴管理方式
は、図5に示すように、プログラム制御により動作する
コンピュータ500と、アプリケーションのセットアッ
ププログラムを実行する手段501と、アプリケーショ
ンの実行ファイルをコピーする手段502と、システム
ファイルを保管する手段503と、システムファイルに
システム管理データを設定する手段504と、システム
ファイルが更新されたことを判別する手段505と、更
新前のシステムファイルを削除する手段506と、保管
されたシステムファイル名を履歴ファイルに記録する手
段507と、履歴ファイルを表示する手段508とから
構成されている。
2. Description of the Related Art In a conventional system file history management system, as shown in FIG. 5, a computer 500 which operates under program control, a means 501 for executing an application setup program, and a means 502 for copying an application execution file. A unit 503 for storing a system file, a unit 504 for setting system management data in the system file, a unit 505 for determining that the system file has been updated, and a unit 506 for deleting the system file before the update. It comprises means 507 for recording the stored system file name in the history file, and means 508 for displaying the history file.

【0003】このような構成を有する従来のシステムフ
ァイル履歴管理方式の動作を図6を参照して説明する。
The operation of the conventional system file history management system having such a configuration will be described with reference to FIG.

【0004】図6を参照すると、まず、アプリケーショ
ンのセットアッププログラムを実行し(ステップC
1)、アプリケーションの実行ファイルをコピーした
(ステップC2)後、更新される前にシステムファイル
を保管する(ステップC3)。
Referring to FIG. 6, first, an application setup program is executed (step C).
1) After the execution file of the application is copied (step C2), the system file is stored before being updated (step C3).

【0005】次に、システムファイルにシステム管理デ
ータを設定し(ステップC4)、このとき、システムフ
ァイルが更新されたかどうかを判別する(ステップC
5)。
Next, system management data is set in the system file (step C4), and it is determined whether the system file has been updated (step C4).
5).

【0006】ここで判別の結果、システム管理ファイル
が更新されなかった場合は、更新前のシステムファイル
を削除し(ステップC6)、システムファイルが更新さ
れた場合は、保管されたシステムファイル名を履歴ファ
イルに記録し(ステップC7)、システムファイルの更
新履歴を参照する場合は、履歴ファイルを表示する(ス
テップC8)。
If it is determined that the system management file has not been updated, the system file before update is deleted (step C6). If the system file has been updated, the stored system file name is stored in the history. When the file is recorded in a file (step C7) and the update history of the system file is referred to, the history file is displayed (step C8).

【0007】上述のように、アプリケーションのセット
アップや削除を実行すると、実行ファイルのコピーや削
除の他にシステムファイル内のシステム管理データを追
加したり、修正したり、削除したりすることで、コンピ
ュータシステムの設定情報を設定することができるが、
システム管理データに変更があると、システムファイル
全体を保管するようになっていた。
As described above, when an application is set up or deleted, a computer is added by adding, modifying, or deleting system management data in a system file in addition to copying or deleting an executable file. You can set system configuration information,
When system management data changed, the entire system file was saved.

【0008】[0008]

【発明が解決しようとする課題】上述の、従来のシステ
ムファイル履歴管理方式は、以下に示すような問題点が
ある。
The above-described conventional system file history management system has the following problems.

【0009】第1の問題点は、履歴ファイルからシステ
ムファイルの変更内容が特定できないということであ
る。変更内容を特定するためには、最新のシステムファ
イルと保管されたシステムファイルとを比較しなければ
ならない点である。
A first problem is that the contents of change of the system file cannot be specified from the history file. The only way to identify the changes is to compare the latest system file with the saved system file.

【0010】その理由は、更新されたシステム管理デー
タを履歴ファイルに記録するのではなく、更新されたシ
ステムファイル名を記録するためである。
[0010] The reason is that the updated system management data is not recorded in the history file but the updated system file name is recorded.

【0011】第2の問題点は、更新前のシステムファイ
ルの保管数が増え、記録媒体の容量を多く必要とする点
である。
The second problem is that the number of stored system files before updating increases, and a large capacity of a recording medium is required.

【0012】その理由は、システムファイルから更新さ
れたシステム管理データを取り出し、システム管理デー
タを履歴ファイルに記録するのではなく、システムファ
イル全体を記録するためである。
The reason for this is that the updated system management data is extracted from the system file and the entire system file is recorded instead of recording the system management data in the history file.

【0013】本発明の目的は、システムファイルから更
新されたシステム管理データのみを取り出し、履歴ファ
イルに記録することができるシステムファイル履歴管理
方式を提供することにある。
An object of the present invention is to provide a system file history management system capable of extracting only updated system management data from a system file and recording it in a history file.

【0014】[0014]

【課題を解決するための手段】本発明のシステムファイ
ル履歴管理方式は、アプリケーションのセットアッププ
ログラムを実行する手段と、アプリケーションの実行フ
ァイルをコピーする手段と、システムファイルにシステ
ム管理データを設定する手段と、システムファイルの更
新の有無を判別する手段と、システムファイルから前シ
ステム管理データを取り出す手段と、取り出されたシス
テム管理データを履歴ファイルに記録する手段と、履歴
ファイルを表示する手段とを有することを特徴とする。
A system file history management method according to the present invention includes a means for executing an application setup program, a means for copying an application execution file, and a means for setting system management data in a system file. Means for determining whether a system file has been updated, means for extracting previous system management data from the system file, means for recording the extracted system management data in a history file, and means for displaying the history file. It is characterized by.

【0015】システムファイルからシステム管理データ
を取り出す手段は、システムファイルの更新されたシス
テム管理データのみを取り出すことを特徴とする。
The means for extracting the system management data from the system file is characterized by extracting only the updated system management data of the system file.

【0016】システム管理データを履歴ファイルに記録
する手段は、システムファイルの更新されたシステム管
理データのみを記録することを特徴とする。
The means for recording the system management data in the history file records only the updated system management data of the system file.

【0017】更に、本発明のシステムファイル履歴管理
方式は、アプリケーションの削除プログラムを実行する
手段と、アプリケーションの実行ファイルを削除する手
段と、システムファイルにシステム管理データを設定す
る手段と、システムファイルの更新の有無を判別する手
段と、システムファイルからシステム管理データを取り
出す手段と、取り出されたシステム管理データを履歴フ
ァイルに記録する手段と、履歴ファイルを表示する手段
とを有することを特徴とする。
Further, the system file history management system of the present invention includes a means for executing a program for deleting an application, a means for deleting an execution file of an application, a means for setting system management data in a system file, It is characterized by comprising means for determining whether or not there is an update, means for extracting system management data from a system file, means for recording the extracted system management data in a history file, and means for displaying the history file.

【0018】システムファイルからシステム管理データ
を取り出す手段は、システムファイルの更新されたシス
テム管理データのみを取り出すことを特徴とする。
The means for extracting the system management data from the system file is characterized by extracting only the updated system management data of the system file.

【0019】システム管理データを履歴ファイルに記録
する手段は、システムファイルの更新されたシステム管
理データのみを記録することを特徴とする。
The means for recording the system management data in the history file records only the updated system management data of the system file.

【0020】本発明の記録媒体は、システムファイル履
歴管理プログラムを記録した記録媒体であることを特徴
とする。
[0020] The recording medium of the present invention is characterized in that it is a recording medium in which a system file history management program is recorded.

【0021】記録媒体は、磁気ディスク、光ディスク、
フロッピーディスク、磁気テープの何れかであることを
特徴とする。
The recording medium is a magnetic disk, an optical disk,
It is one of a floppy disk and a magnetic tape.

【0022】[0022]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0023】図1は、本発明のシステムファイル履歴管
理方式およびそれを記録した記録媒体の第一の実施の形
態を示すブロック図である。
FIG. 1 is a block diagram showing a first embodiment of a system file history management system of the present invention and a recording medium on which the system file history management system is recorded.

【0024】図1を参照すると、本発明のシステムファ
イル履歴管理方式およびそれを記録した記録媒体の第一
の実施の形態は、プログラム制御により動作するコンピ
ュータ100と、アプリケーションのセットアッププロ
グラムを実行する手段101と、アプリケーションの実
行ファイルをコピーする手段102と、システムファイ
ルにシステム管理データを設定する手段103と、シス
テムファイルが更新されたことを判別する手段104
と、システムファイルから更新されたシステム管理デー
タを取り出す手段105と、取り出されたシステム管理
データを履歴ファイルに記録する手段106と、履歴フ
ァイルを表示する手段107と、記録媒体108とから
なる。
Referring to FIG. 1, a first embodiment of a system file history management system and a recording medium in which the system file history management system of the present invention is recorded is a computer 100 operating under program control and a means for executing an application setup program. 101, means 102 for copying the executable file of the application, means 103 for setting system management data in the system file, and means 104 for determining that the system file has been updated
, Means 105 for extracting updated system management data from the system file, means 106 for recording the extracted system management data in the history file, means 107 for displaying the history file, and recording medium 108.

【0025】次に、図1に示す本発明のシステムファイ
ル履歴管理方式の手順を示す図2のフローチャートを参
照して、その動作について詳細に説明する。
Next, the operation of the system file history management system of the present invention will be described in detail with reference to the flowchart of FIG.

【0026】まず、アプリケーションのセットアッププ
ログラムを実行し(ステップA1)て、アプリケーショ
ンの実行ファイルをコピーする(ステップA2)。
First, an application setup program is executed (step A1), and an execution file of the application is copied (step A2).

【0027】次に、システムファイルにシステム管理デ
ータを設定し(ステップA3)、このとき、システムフ
ァイルが更新されたかどうかを判別する(ステップA
4)。
Next, system management data is set in the system file (step A3). At this time, it is determined whether the system file has been updated (step A).
4).

【0028】ここで、システムファイルが更新されてい
なければ終了し、更新されていれば、システムファイル
から更新されたシステム管理データを取り出し(ステッ
プA5)、取り出したシステム管理データを履歴ファイ
ルに記録する(ステップA6)。
If the system file has not been updated, the process is terminated. If the system file has been updated, the updated system management data is extracted from the system file (step A5), and the extracted system management data is recorded in the history file. (Step A6).

【0029】さらに、システムファイルの更新履歴を参
照する場合は、履歴ファイルを表示する(ステップA
7)。
When referring to the update history of the system file, the history file is displayed (step A).
7).

【0030】次に、本発明のシステムファイル履歴管理
方式およびそれを記録した記録媒体の第二の実施の形態
について図面を参照して詳細に説明する。
Next, a second embodiment of the system file history management system of the present invention and a recording medium on which the system file history management system is recorded will be described in detail with reference to the drawings.

【0031】図3は、本発明のシステムファイル履歴管
理方式およびそれを記録した記録媒体の第二の実施の形
態を示すブロック図である。
FIG. 3 is a block diagram showing a system file history management system according to a second embodiment of the present invention and a recording medium on which the system file history management system is recorded.

【0032】図3を参照すると、本発明の第二の実施の
形態は、プログラム制御により動作するコンピュータ3
00と、アプリケーションの削除プログラムを実行する
手段301と、アプリケーションの実行ファイルを削除
する手段302と、システムファイルにシステム管理デ
ータを設定する手段303と、システムファイルが更新
されたことを判別する手段304と、システムファイル
から更新されたシステム管理データを取り出す手段30
5と、取り出されたシステム管理データを履歴ファイル
に記録する手段306と、履歴ファイルを表示する手段
307と、記録媒体308とからなる。
Referring to FIG. 3, according to a second embodiment of the present invention, a computer 3 operating under program control is provided.
00, a means 301 for executing an application deletion program, a means 302 for deleting an application execution file, a means 303 for setting system management data in a system file, and a means 304 for determining that a system file has been updated. Means 30 for retrieving updated system management data from the system file
5, a means 306 for recording the extracted system management data in the history file, a means 307 for displaying the history file, and a recording medium 308.

【0033】次に、図3に示す本発明のシステムファイ
ル履歴管理方式の動作を示す図4のフローチャートを参
照して、その動作について詳細に説明する。
Next, the operation of the system file history management system of the present invention shown in FIG. 3 will be described in detail with reference to the flowchart of FIG.

【0034】まず、アプリケーションの削除プログラム
を実行し(ステップB1)、アプリケーションの実行フ
ァイルを削除する(ステップB2)。
First, an application deletion program is executed (step B1), and an application execution file is deleted (step B2).

【0035】次に、システムファイルにシステム管理デ
ータを設定し(ステップB3)、このとき、システムフ
ァイルが更新されたかどうかを判別する(ステップB
4)。
Next, system management data is set in the system file (step B3). At this time, it is determined whether or not the system file has been updated (step B3).
4).

【0036】ここで、システムファイルが更新されてい
なければ終了し、更新されていれば、システムファイル
から更新されたシステム管理データを取り出し(ステッ
プB5)、取り出したシステム管理データを履歴ファイ
ルに記録する(ステップB6)。
Here, if the system file has not been updated, the process is terminated. If the system file has been updated, the updated system management data is extracted from the system file (step B5), and the extracted system management data is recorded in the history file. (Step B6).

【0037】さらに、システムファイルの更新履歴を参
照する場合は、履歴ファイルを表示する(ステップB
7)。
When referring to the update history of the system file, the history file is displayed (step B).
7).

【0038】[0038]

【発明の効果】以上説明したように、本発明のシステム
ファイル履歴管理方式およびそれを記録した記録媒体
は、システムファイルから更新されたシステム管理デー
タのみを取り出し、履歴ファイルに記録することによ
り、アプリケーションのセットアップ時、或いは削除時
に、システムファイル内のシステム管理データの更新内
容により正しくセットアップできているか、或いは正し
く削除できているかを確認できると共に、システム管理
データに対する設定値の誤りを発見し、元に戻すことが
でき、更には、記録媒体の容量を抑えることができるシ
ステムファイル履歴管理方式およびそれを記録した記録
媒体を提供できるという効果がある。
As described above, the system file history management system of the present invention and the recording medium on which the system file is recorded take out only the updated system management data from the system file and record it in the history file. At the time of setup or deletion, it is possible to confirm whether the setup has been performed correctly or has been correctly deleted based on the updated contents of the system management data in the system file. It is possible to provide a system file history management method capable of reducing the capacity of the recording medium and a recording medium recording the same.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明のシステムファイル履歴管理方式および
それを記録した記録媒体の第一の実施の形態を示すブロ
ック図である。
FIG. 1 is a block diagram showing a first embodiment of a system file history management system of the present invention and a recording medium on which the system file history management system is recorded.

【図2】図1に示す本発明のシステムファイル履歴管理
方式の動作を示すフローチャート図である。
FIG. 2 is a flowchart showing the operation of the system file history management system of the present invention shown in FIG.

【図3】本発明のシステムファイル履歴管理方式および
それを記録した記録媒体の第二の実施の形態を示すブロ
ック図である。
FIG. 3 is a block diagram showing a second embodiment of the system file history management system of the present invention and a recording medium on which the system file history management system is recorded.

【図4】図3に示す本発明のシステムファイル履歴管理
方式の動作を示すフローチャート図である。
FIG. 4 is a flowchart showing the operation of the system file history management system of the present invention shown in FIG. 3;

【図5】従来のシステムファイル履歴管理方式の実施例
を示すブロック図である。
FIG. 5 is a block diagram showing an embodiment of a conventional system file history management method.

【図6】図5に示す従来のシステムファイル履歴管理方
式の動作を示すフローチャート図である。
FIG. 6 is a flowchart showing the operation of the conventional system file history management system shown in FIG.

【符号の説明】[Explanation of symbols]

100、300 コンピュータ 500 コンピュータ 101、501 アプリケーションのセットアッププ
ログラムを実行する手段 102、502 アプリケーションの実行ファイルを
コピーする手段 103、303 システムファイルにシステム管理デ
ータを設定する手段 104、304 システムファイルが更新されたこと
を判別する手段 105、305 システムファイルから更新されたシ
ステム管理データを取り出す手段 106、306 取り出されたシステム管理データを
履歴ファイルに記録する手段 107、307 履歴ファイルを表示する手段 301 アプリケーションの削除プログラムを実行す
る手段 302 アプリケーションの実行ファイルを削除する
手段 503 システムファイルを保管する手段 504 システムファイルにシステム管理データを設
定する手段 505 システムファイルが更新されたことを判別す
る手段 506 更新前のシステムファイルを削除する手段 507 保管されたシステムファイル名を履歴ファイ
ルに記録する手段 508 履歴ファイルを表示する手段 108、308 記録媒体
100, 300 Computer 500 Computer 101, 501 Means for executing the setup program of the application 102, 502 Means for copying the execution file of the application 103, 303 Means for setting the system management data in the system file 104, 304 System file has been updated 105, 305 A means for extracting updated system management data from a system file 106, 306 A means for recording the extracted system management data in a history file 107, 307 A means for displaying a history file 301 Application deletion program Means for executing the application 302 means for deleting the executable file of the application 503 means for storing the system file 504 Means for setting system management data 505 means for determining that a system file has been updated 506 means for deleting a system file before update 507 means for recording a stored system file name in a history file 508 means for displaying a history file 108, 308 Recording medium

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】アプリケーションのセットアッププログラ
ムを実行する手段と、前記アプリケーションの実行ファ
イルをコピーする手段と、システムファイルにシステム
管理データを設定する手段と、前記システムファイルの
更新の有無を判別する手段と、前記システムファイルか
ら前記システム管理データを取り出す手段と、取り出さ
れた前記システム管理データを履歴ファイルに記録する
手段と、前記履歴ファイルを表示する手段とを有するこ
とを特徴とするシステムファイル履歴管理方式。
A means for executing a setup program of the application; a means for copying an executable file of the application; a means for setting system management data in a system file; and a means for determining whether the system file is updated. Means for extracting the system management data from the system file; means for recording the extracted system management data in a history file; and means for displaying the history file. .
【請求項2】前記システムファイルから前記システム管
理データを取り出す手段は、前記システムファイルの更
新された前記システム管理データのみを取り出すことを
特徴とする請求項1記載のシステムファイル履歴管理方
式。
2. The system file history management system according to claim 1, wherein the means for extracting the system management data from the system file extracts only the updated system management data of the system file.
【請求項3】前記システム管理データを前記履歴ファイ
ルに記録する手段は、前記システムファイルの更新され
た前記システム管理データのみを記録することを特徴と
する請求項1記載のシステムファイル履歴管理方式。
3. The system file history management system according to claim 1, wherein the means for recording the system management data in the history file records only the updated system management data of the system file.
【請求項4】アプリケーションの削除プログラムを実行
する手段と、前記アプリケーションの実行ファイルを削
除する手段と、前記システムファイルに前記システム管
理データを設定する手段と、前記システムファイルの更
新の有無を判別する手段と、前記システムファイルから
前記システム管理データを取り出す手段と、取り出され
た前記システム管理データを前記履歴ファイルに記録す
る手段と、前記履歴ファイルを表示する手段とを有する
ことを特徴とするシステムファイル履歴管理方式。
4. A means for executing a program for deleting an application, a means for deleting an executable file of the application, a means for setting the system management data in the system file, and determining whether the system file is updated. Means for extracting the system management data from the system file, means for recording the extracted system management data in the history file, and means for displaying the history file. History management method.
【請求項5】前記システムファイルから前記システム管
理データを取り出す手段は、前記システムファイルの更
新された前記システム管理データのみを取り出すことを
特徴とする請求項4記載のシステムファイル履歴管理方
式。
5. The system file history management system according to claim 4, wherein said means for extracting the system management data from the system file extracts only the updated system management data of the system file.
【請求項6】前記システム管理データを前記履歴ファイ
ルに記録する手段は、前記システムファイルの更新され
た前記システム管理データのみを記録することを特徴と
する請求項4記載のシステムファイル履歴管理方式。
6. A system file history management system according to claim 4, wherein said means for recording the system management data in the history file records only the updated system management data of the system file.
【請求項7】請求項1乃至6の何れか1項記載の各手段
として機能させるためのシステムファイル履歴管理プロ
グラムを記録した記録媒体。
7. A recording medium on which a system file history management program for functioning as each means according to claim 1 is recorded.
【請求項8】前記記録媒体は、磁気ディスク、光ディス
ク、フロッピーディスク、磁気テープの何れかであるこ
とを特徴とする請求項7記載のシステムファイル履歴管
理プログラムを記録した記録媒体。
8. The recording medium according to claim 7, wherein said recording medium is one of a magnetic disk, an optical disk, a floppy disk, and a magnetic tape.
JP10025601A 1998-02-06 1998-02-06 System file history management system and record medium recording the system Pending JPH11224216A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10025601A JPH11224216A (en) 1998-02-06 1998-02-06 System file history management system and record medium recording the system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10025601A JPH11224216A (en) 1998-02-06 1998-02-06 System file history management system and record medium recording the system

Publications (1)

Publication Number Publication Date
JPH11224216A true JPH11224216A (en) 1999-08-17

Family

ID=12170440

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10025601A Pending JPH11224216A (en) 1998-02-06 1998-02-06 System file history management system and record medium recording the system

Country Status (1)

Country Link
JP (1) JPH11224216A (en)

Similar Documents

Publication Publication Date Title
JP2000194539A (en) Software installation system and method therefor
JP2000284987A (en) Computer, computer network system and recording medium
JPH02148235A (en) Data drawback system
US20050262033A1 (en) Data recording apparatus, data recording method, program for implementing the method, and program recording medium
JPH11224216A (en) System file history management system and record medium recording the system
JPH06282386A (en) Disk storage device
JP3022011B2 (en) Data backup system
JPH0644117A (en) Journal control system for recovery
JP2004341840A (en) Backup method, system therefor, and restoration method
JPH0385650A (en) Disk volume restoration system
JPS63279346A (en) File replacement processing system
JP3458421B2 (en) Document processing system
JPH0438537A (en) Backup/restoring system for data on dasd
JPH03278144A (en) Managing system for file in magnetic tape
JP3698945B2 (en) Data update processing method
JPH04336638A (en) Disk exchange system in system working mode
JPS63311451A (en) Access system for low-speed access medium incapable of rewriting
JP2004005524A (en) Data recorder, data recording method, program for implementing the method and program recording medium
JPH02250166A (en) Information processor
JP2000099383A (en) System and method for managing database and storage medium
JPH11353159A (en) Computer, re-setup method for computer, and recording medium where re-setup program is recorded
JPH0540659A (en) Program test device
JPH03276239A (en) Record control system
JPH08314782A (en) File system management method
JPH09282202A (en) Data movement management system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20010306