JPH0511987A - Application program starting method - Google Patents

Application program starting method

Info

Publication number
JPH0511987A
JPH0511987A JP3163251A JP16325191A JPH0511987A JP H0511987 A JPH0511987 A JP H0511987A JP 3163251 A JP3163251 A JP 3163251A JP 16325191 A JP16325191 A JP 16325191A JP H0511987 A JPH0511987 A JP H0511987A
Authority
JP
Japan
Prior art keywords
file
application program
directory
data file
data
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
JP3163251A
Other languages
Japanese (ja)
Inventor
Akinori Sugiura
明則 杉浦
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 JP3163251A priority Critical patent/JPH0511987A/en
Publication of JPH0511987A publication Critical patent/JPH0511987A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To eliminate the troublesome job of specifying each data file to be used and then opening it, one by one, for the purpose of starting an application program on an operating system which provides a hierarchial file system. CONSTITUTION:An identifier which identifies to which application program a particular file belongs, is provided as in the case of a data file, to a directory file, and when a file is specified, an application retrieving means 11 and a directory identifying means 12 examine to which application program a directory file belongs. If the specified file is a directory file, the file is developed and the identical data file with the identifier of the application program which the directory file has is extracted by a data file identifying means 14. The extracted data file is opened by a data file opening means, and the retrieved application program is started.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はアプリケーションプログ
ラム起動方式、特に階層ファイルシステムを提供するオ
ペレーティングシステムのもとで起動されるアプリケー
ションプログラム起動方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an application program starting method, and more particularly to an application program starting method started under an operating system providing a hierarchical file system.

【0002】[0002]

【従来の技術】階層ファイルシステムは、一般に通常の
データファイルの他にディレクトリファイルと称される
ファイルが存在する。ディレクトリファイルはデータを
格納する代りにデータファイル名またはディレクトリフ
ァイル名を格納する。従ってデータファイルはデータフ
ァイル名を格納したディレクトリファイルの子供として
扱われ、ディレクトリファイル名を格納したディレクト
リファイルからは孫として扱われる。このようにして構
築される階層ファイルシステムにおいて、一般にデータ
ファイルは、データファイルを起動することが許される
アプリケーションプログラムの識別子を持ち、データフ
ァイルが特定のアプリケーションプログラムのデータフ
ァイルであることが認識されるようになっている。
2. Description of the Related Art Hierarchical file systems generally have files called directory files in addition to ordinary data files. The directory file stores a data file name or a directory file name instead of storing data. Therefore, the data file is treated as a child of the directory file storing the data file name, and is treated as a grandchild from the directory file storing the directory file name. In the hierarchical file system constructed in this way, a data file generally has an identifier of an application program permitted to start the data file, and it is recognized that the data file is a data file of a specific application program. It is like this.

【0003】従来、上述したような階層ファイルシステ
ムにおけるアプリケーションプログラムは、アプリケー
ションプログラムの識別子を持つ単一、もしくは複数の
データファイルを指定した後に、データファイルのオー
プン操作と共に起動されるとか、データファイルのオー
プン操作を行なうことなく起動され、その後データファ
イルのオープンを行なっている。
Conventionally, an application program in the hierarchical file system as described above is activated with a data file open operation after designating a single data file or a plurality of data files having an application program identifier. It is started without performing the open operation, and then the data file is opened.

【0004】[0004]

【発明が解決しようとする課題】上述した従来のアプリ
ケーションプログラム起動方式は、アプリケーションプ
ログラムを起動する際に、オープンしたいデータファイ
ルを一つ一つ指示するか、または何も指示せず起動し
て、アプリケーションプログラム内のファイルオープン
操作でオープンしたいデータファイルを一つ一つ指示し
なければならず、特に複数個のデータファイルを同時に
オープンし作業をを進める場合には、操作者に大きな負
担をかけるという問題点を有している。
The above-mentioned conventional application program starting method, when starting the application program, indicates one by one the data file to be opened, or starts without giving any instruction, It is necessary to specify the data files to be opened one by one by the file open operation in the application program, and especially when opening multiple data files at the same time and proceeding with the work, it is said that a heavy burden is placed on the operator. I have a problem.

【0005】[0005]

【課題を解決するための手段】本発明のアプリケーショ
ンプログラム起動方式は、階層ファイルシステムを提供
するオペレーティングシステムのもとでのアプリケーシ
ョンプログラム起動方式において、データファイルと同
様にどのアプリケーションプログラムのファイルである
かを認識する識別子を備えたディレクトリファイルと、
指定されたファイルの識別子からそのファイルを使用す
るアプリケーションプログラムを抽出するアプリケーシ
ョン検索手段と、このアプリケーション検索手段でアプ
リケーションプログラムの判明したファイルがデータフ
ァイルであるかディレクトリファイルであるかを認識す
るディレクトリ認識手段と、このディレクトリ認識手段
でディレクトリファイルと認識したディレクトリファイ
ルに格納されているデータファイルを展開してこのディ
レクトリファイルのアプリケーションプログラムの識別
子と等しい識別子を持つ全てのデータファイルを抽出す
るデータファイル識別手段と、このデータファイル識別
手段で抽出された子供のデータファイルをオープンする
と共にアプリケーションプログラムを起動するデータフ
ァイルオープン手段とを有することにより構成される。
According to the application program starting method of the present invention, which application program file is the same as the data file in the application program starting method under the operating system providing the hierarchical file system. A directory file with an identifier that recognizes
Application search means for extracting an application program that uses the specified file from the specified file identifier, and directory recognition means for recognizing whether the file identified by the application program by the application search means is a data file or a directory file. And a data file identifying means for extracting a data file stored in the directory file recognized as a directory file by the directory recognizing means and extracting all data files having an identifier equal to the identifier of the application program of the directory file. , A data file opening hand that opens the child data file extracted by this data file identification means and starts an application program It constituted by having and.

【0006】[0006]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0007】図1は本発明の一実施例の構成図である。
図1の実施例は、オペレーティングシステムが提供する
階層ファイルシステムのディレクトリファイル2および
データファイル21,〜,23、オペレーティングシス
テムにおけるアプリケーションプログラム起動部1およ
びシステムの表示装置3が示されていて、アプリケーシ
ョンプログラム起動部1はアプリケーション検索手段1
1、ディレクトリ認識手段12、子供展開手段13,デ
ータファイル識別手段14およびデータファイルオープ
ン手段15から構成されている。
FIG. 1 is a block diagram of an embodiment of the present invention.
In the embodiment of FIG. 1, a directory file 2 and data files 21, ..., 23 of a hierarchical file system provided by an operating system, an application program starting unit 1 in the operating system and a display device 3 of the system are shown. The starting unit 1 is an application search means 1
1, a directory recognition means 12, a child expansion means 13, a data file identification means 14 and a data file opening means 15.

【0008】図3は図1の処理を説明するための階層フ
ァイルシステムの一例を示す図である。この例ではアプ
リケーションプログラムがワードプロセッサであって、
データファイルはワードプロセッサが読み書きする文書
ファイルであり、ワードプロセッサはファイル名拡張子
“.文”の付加されたデータファイルを読み書き可能な
文書ファイルであると認識するものとする。即ち、ここ
ではファイル拡張子“.文”をワードプロセッサである
アプリケーションプログラムの識別子とする。従ってデ
ィレクトリファイルもファイル拡張子を持つことが許さ
れる。操作者はワードプロセッサを用いて文書を作成し
ており“第一章.文”というディレクトリファイル20
2と“第二章.文”というディレクトリファイル203
とを“文書”というディレクトリファイル201を上位
にもって階層ファイルシステムを利用して登録してい
る。ディレクトリファイル202は三つの文章ファイル
であるデタファイル211,〜,213から構成され、
全ての文章ファイルは拡張子“.文”をもっているの
で、ワードブロセッサで編集可能である。またディレク
トリファイル203は一つの文書ファイルであるデータ
ファイル214と一つの図形ファイルであるデータファ
イル215とから構成され、ワードブロセッサでオープ
ンできるのはデータファイル214のみである。
FIG. 3 is a diagram showing an example of a hierarchical file system for explaining the processing of FIG. In this example, the application program is a word processor,
The data file is a document file that can be read and written by a word processor, and the word processor recognizes a data file with a file name extension “.sentence” as a readable and writable document file. That is, here, the file extension ".sentence" is used as an identifier of an application program which is a word processor. Therefore, directory files are also allowed to have file extensions. The operator creates a document using a word processor, and the directory file 20 called "Chapter 1. Sentence" is used.
2 and a directory file 203 called "Chapter 2. Sentence"
Are registered using the hierarchical file system with the directory file 201 called "document" as the upper layer. The directory file 202 is composed of three text files, data files 211 to 213,
All text files have the extension ".sentence", so they can be edited with the word processor. The directory file 203 is composed of a data file 214 which is one document file and a data file 215 which is one figure file, and only the data file 214 can be opened by the word processor.

【0009】図2は図1の処理を図3の階層ファイルシ
ステムを例にしたフローチャートである。以下図2を参
照して図1の処理について説明を進める。先ず操作者は
文書ファイルであるデータファイル211,〜,213
を一つ一つオープンする代りにディレクトリファイル2
02のオープン操作を行なう。するとアプリケーション
検索手段11は指定されたディレクトリファイル202
の拡張子を調べ、この拡張子を持つファイルをデータフ
ァイルとして扱うアプリケーションプログラムが存在す
るか否かを調べる(ステップ101)。ディレクトリフ
ァイル202は拡張子“.文”を持ち、ワードブロセッ
サが扱うデータファイルであるので、アプリケーション
プログラムありとしてディレクトリ認識手段12により
ディレクトリファイルであるかを調べる(ステップ10
2)。この場合にはディレクトリファイルであるので、
子供展開手段13によりでディレクトリファイル202
を展開してデータファイル211,〜,213を得る
(ステップ103)。次いで、データファイル識別手段
14によりデータファイル211,〜,213がワード
プロセッサのデータファイルである拡張子“.文”を有
する文書ファイルであるかが調べられ(ステップ10
4)、拡張子“.文”を持つ文書ファイルのみがデータ
ファイルオープン手段15に伝えられて、実際に文書フ
ァイルがオープンされる。このときワードブロセッサも
同時に起動される(ステップ105)。以上の結果、オ
ープンされた文書ファイルを表示装置3に表示する。
FIG. 2 is a flow chart showing the process of FIG. 1 by taking the hierarchical file system of FIG. 3 as an example. The process of FIG. 1 will be described below with reference to FIG. First, the operator selects the data files 211 to 213 which are document files.
Directory files 2 instead of opening each one
Open operation 02. Then, the application search means 11 causes the specified directory file 202
Is checked to see if there is an application program that treats a file having this extension as a data file (step 101). Since the directory file 202 has the extension “.sentence” and is a data file handled by the word processor, it is determined by the directory recognition means 12 that the application program exists (step 10).
2). In this case it is a directory file, so
Directory file 202 by child expansion means 13
Is expanded to obtain the data files 211 to 213 (step 103). Then, the data file identifying means 14 checks whether the data files 211, ..., 213 are document files having the extension “.sentence” which is a data file of the word processor (step 10).
4) Only the document file having the extension ".sentence" is transmitted to the data file opening means 15 and the document file is actually opened. At this time, the word processor is also activated (step 105). As a result, the opened document file is displayed on the display device 3.

【0010】[0010]

【発明の効果】以上説明したように本発明は、ディレク
トリファイルに格納しているデータファイル名のデータ
ファイルのオープンが許されるアプリケーションプログ
ラムの識別子を備えていることにより、ディレクトリフ
ァイルのオープン操作のみで該当するアプリケーション
プログラムの起動と共に、そのアプリケーションプログ
ラムの全てのデータファイルが同時にオープンされるの
で、操作者のファイル管理およびファイルオープン操作
の負担を軽減できるという効果がある。
As described above, according to the present invention, by providing the identifier of the application program which is allowed to open the data file having the data file name stored in the directory file, only the operation of opening the directory file can be performed. Since all the data files of the application program are opened at the same time when the corresponding application program is started, there is an effect that the burden of file management and file opening operation on the operator can be reduced.

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

【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】図1の処理の一例を示すフローチャートであ
る。
FIG. 2 is a flowchart showing an example of the processing of FIG.

【図3】図1の処理が適用される階層ファイルシステム
の一例を示す図である。
FIG. 3 is a diagram showing an example of a hierarchical file system to which the processing of FIG. 1 is applied.

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

1 アプリケーションプログラム起動部 2 ディレクトリファイル 3 表示装置 11 アプリケーションプログラム検索手段 12 ディレクトリ認識手段 13 子供展開手段 14 データファイル認識手段 15 データファイルオープン手段 21,22,23 データファイル DESCRIPTION OF SYMBOLS 1 Application program starting unit 2 Directory file 3 Display device 11 Application program search means 12 Directory recognition means 13 Child expansion means 14 Data file recognition means 15 Data file opening means 21, 22, 23 Data files

Claims (1)

【特許請求の範囲】 【請求項1】 階層ファイルシステムを提供するオペレ
ーティングシステムのもとでのアプリケーションプログ
ラム起動方式において、データファイルと同様にどのア
プリケーションプログラムのファイルであるかを認識す
る識別子を備えたディレクトリファイルと、指定された
ファイルの識別子からそのファイルを使用するアプリケ
ーションプログラムを抽出するアプリケーション検索手
段と、このアプリケーション検索手段でアプリケーショ
ンプログラムの判明したファイルがデータファイルであ
るかディレクトリファイルであるかを認識するディレク
トリ認識手段と、このディレクトリ認識手段でディレク
トリファイルと認識したディレクトリファイルに格納さ
れているデータファイルを展開してこのディレクトリフ
ァイルのアプリケーションプログラムの識別子と等しい
識別子を持つ全てのデータファイルを抽出するデータフ
ァイル識別手段と、このデータファイル識別手段で抽出
された子供のデータファイルをオープンすると共にアプ
リケーションプログラムを起動するデータファイルオー
プン手段とを有することを特徴とするアプリケーション
プログラム起動方式。
Claim: What is claimed is: 1. An application program starting method under an operating system that provides a hierarchical file system, comprising an identifier for recognizing which application program file is the same as a data file. A directory file and an application search means for extracting an application program that uses that file from the specified file identifier, and this application search means recognizes whether the file for which the application program is identified is a data file or a directory file. Directory recognition means and the data file stored in the directory file recognized as a directory file by this directory recognition means are expanded to this directory Data file identifying means for extracting all data files having an identifier equal to the identifier of the application program of the file, and data file opening means for opening the child data file extracted by the data file identifying means and activating the application program An application program starting method characterized by comprising:
JP3163251A 1991-07-04 1991-07-04 Application program starting method Pending JPH0511987A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3163251A JPH0511987A (en) 1991-07-04 1991-07-04 Application program starting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3163251A JPH0511987A (en) 1991-07-04 1991-07-04 Application program starting method

Publications (1)

Publication Number Publication Date
JPH0511987A true JPH0511987A (en) 1993-01-22

Family

ID=15770237

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3163251A Pending JPH0511987A (en) 1991-07-04 1991-07-04 Application program starting method

Country Status (1)

Country Link
JP (1) JPH0511987A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005165445A (en) * 2003-11-28 2005-06-23 Kyocera Corp Data processor and its control method
JP2006252104A (en) * 2005-03-10 2006-09-21 Yokogawa Electric Corp Application initiation method, and application initiation apparatus using the same
US7308433B1 (en) 1998-01-23 2007-12-11 Fujitsu Limited Application managing method and information processing apparatus using the method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7308433B1 (en) 1998-01-23 2007-12-11 Fujitsu Limited Application managing method and information processing apparatus using the method
JP2005165445A (en) * 2003-11-28 2005-06-23 Kyocera Corp Data processor and its control method
JP2006252104A (en) * 2005-03-10 2006-09-21 Yokogawa Electric Corp Application initiation method, and application initiation apparatus using the same

Similar Documents

Publication Publication Date Title
JPH0511987A (en) Application program starting method
JP2006092251A (en) Keyword addition support device, method, and program
JP3637606B2 (en) Data processing device
JPH06131228A (en) Method for information processing and device therefor
JP2991142B2 (en) Structured document database system with dynamic componentization function
JP2720770B2 (en) Automatic post-processing method
JPH05298368A (en) Method for inputting retrieving word in electronic filing system
JPH05210562A (en) Network file system
JPH06348468A (en) Information processor
JPH0635915A (en) Document managing system
JPH09251547A (en) Document image management device and document image management method
JPH0520162A (en) Document generating device
JPH01258027A (en) Retrieval range switching system
JPH02222028A (en) Open system for designation of file label address of optical disk file
JPS61265662A (en) Significant page part retrieval system for word processor
JP2000207184A (en) Program source description restandardizing device
JPH06187136A (en) Sofware standardizing method
JPH03147182A (en) English keyword controller
JPH06230951A (en) Program development supporting device
JP2000076259A (en) Database retrieval device/method, information processor and record medium recording program making computer execute data base retrieval method
JPH11242671A (en) Data copy system
US20020052867A1 (en) Screen display method and recording medium for recording screen display character string
JP2001134417A (en) Device and method for managing information for voice control and recording medium with recorded information management program for voice control
JPH04186433A (en) Rapid pattern searching mechanism based on keyword register system
JPH05233499A (en) Computer system