JPH04138551A - Starting command determining system - Google Patents

Starting command determining system

Info

Publication number
JPH04138551A
JPH04138551A JP26247590A JP26247590A JPH04138551A JP H04138551 A JPH04138551 A JP H04138551A JP 26247590 A JP26247590 A JP 26247590A JP 26247590 A JP26247590 A JP 26247590A JP H04138551 A JPH04138551 A JP H04138551A
Authority
JP
Japan
Prior art keywords
command
file
program
starting
character string
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
JP26247590A
Other languages
Japanese (ja)
Inventor
Yoshiko Mitani
佳子 三谷
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 Solution Innovators Ltd
Original Assignee
NEC Software Chubu Ltd
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 Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP26247590A priority Critical patent/JPH04138551A/en
Publication of JPH04138551A publication Critical patent/JPH04138551A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the operability of this starting command determining system by providing the determining system with a file format deciding means and a start command character forming means and connecting the system to a command starting program for starting a program in accordance with a command character string for instructing the operation of a program stored in an electronic computer. CONSTITUTION:The starting command determining system 1 is connected to the command starting program 2 and constituted of a file control information acquiring means 11, the file format deciding means 12 and the starting command character string forming means 13. At the time of receiving a command character string from a terminal equipment 3, the program 2 stores the received command character string in an command character string storing area 51 in an operating system(OS) storage area 5 and then transfers control to the system 1. Since the sort of the command to be started is automatically determined by a file specified by a user through the character string, the generation of errors due to user's command instruction is reduced and the operability is improved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は起動コマンド決定方法に関し、特にTSS方式
で運用される情報処理システムにおけるコマンド起動プ
ログラムにおいて、利用者が指定したプログラムが格納
されているファイルのファイル管理情報を利用して起動
するコマンドを自動的に決定する起動コマンド決定方法
に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a method for determining a startup command, and in particular, in a command startup program in an information processing system operated in the TSS method, a program specified by a user is stored. This invention relates to a startup command determination method that automatically determines a command to launch using file management information of a file.

〔従来の技術〕[Conventional technology]

一般にTSS方式の情報処理システムにおける起動コマ
ンド決定方法は、起動するプログラムが格納されている
ファイルの形式をあらかじめ利用者が認識しており、フ
ァイル形式がロードモジュール格納用のファイルであれ
ば第4図に示すようなロードモジュールを起動するため
のコマンド文字列を指示するよう利用者自身が決定し、
ファイル形式がソースプログラム格納用のファイルの形
式であれば第5図に示すようなソースプログラムを起動
するためのコマンド文字列を指示するよう利用者自身が
決定する方式であった。
In general, the startup command determination method in a TSS type information processing system is such that the user knows in advance the format of the file in which the program to be launched is stored, and if the file format is a file for storing a load module, then the method shown in Figure 4 The user decides to instruct the command string to start the load module as shown in
If the file format is a file format for storing a source program, the user himself or herself decides to specify a command string to start the source program as shown in FIG.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の起動コマンド決定方法では、起動スルプ
ログラムがロードモジュールまたはソースプログラムの
どちらであるかを利用者があらかじめ認識して起動すべ
きコマンドを選択する必要があるため、運用性が低いと
いう欠点がある。
The conventional startup command determination method described above has the disadvantage of low operability because the user must recognize in advance whether the startup program is a load module or a source program and then select the command to start. There is.

また、起動するプログラムの格納ファイルを誤ってコマ
ンド文字列に指定することも多く操作性が悪いという欠
点もある。
Another drawback is that the storage file of the program to be started is often incorrectly specified in the command string, resulting in poor operability.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の起動コマンド決定方法は、利用者が起動するプ
ログラムがロードモジュールかソースプログラムかを知
るためにプログラムが格納されているファイルの管理情
報を該ファイルの管理領域から取得するファイル管理情
報取得手段と、前記ファイル管理情報取得手段が取り出
したファイル管理情報からプログラムが格納されている
ファイルの形式を判断するファイル形式判断手段と、 前記ファイル形式判断手段が判断したファイル形式から
起動すべきコマンドを決定し、コマンド起動プログラム
に渡すコマンド文字列を作成する起動コマンド文字列作
成手段とを具備し、電子計算機上のプログラムの動作を
指示するコマンド文字列に従ってプログラムを起動する
コマンド起動プログラムに接続して用いられることを特
徴とする。
The startup command determination method of the present invention includes a file management information acquisition means for acquiring management information of a file in which a program is stored from a management area of the file in order to know whether a program to be activated by a user is a load module or a source program. a file format determining means for determining the format of a file in which a program is stored from the file management information retrieved by the file management information acquisition means; and determining a command to be activated from the file format determined by the file format determining means. and a startup command string creation means for creating a command string to be passed to the command startup program, and is used when connected to the command startup program that starts the program according to the command string that instructs the operation of the program on the computer. It is characterized by being

〔実施例〕〔Example〕

次に本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック図、第2図は
本発明の起動コマンド決定方法の処理の流れを示すフロ
ーチャート、第3図は端末装置から受は取るコマンド文
字列の例を示す図、第4図はロードモジュールを起動す
るためのコマンド文字列の例を示す図、第5図はソース
プログラムを起動するためのコマンド文字列の例を示す
図である。
Fig. 1 is a block diagram showing an embodiment of the present invention, Fig. 2 is a flowchart showing the processing flow of the activation command determination method of the invention, and Fig. 3 shows an example of a command string received from a terminal device. FIG. 4 is a diagram showing an example of a command string for starting a load module, and FIG. 5 is a diagram showing an example of a command string for starting a source program.

本実施例の起動コマンド決定方法1は、コマンド起動プ
ログラム2に接続して用いられ、ファイル管理情報取得
手段11とファイル形式判断手段12と起動コマンド文
字列作成手段13とから構成されている。
The activation command determination method 1 of this embodiment is used in connection with the command activation program 2, and is comprised of a file management information acquisition means 11, a file format determination means 12, and an activation command string creation means 13.

前記コマンド起動プログラム2は端末装置3から第3図
に示すようなコマンド文字列を受は取ると、受は取った
コマンド文字列をオペレーティングシステムの記憶領域
5の中のコマンド文字列格納領域51に格納した後、本
発明の起動コマンド自動決定方法1に制御を渡す。
When the command starting program 2 receives a command string as shown in FIG. 3 from the terminal device 3, it stores the received command string in the command string storage area 51 in the storage area 5 of the operating system. After storing, control is passed to startup command automatic determination method 1 of the present invention.

ここでコマンド文字列は、第3図に示すように、コマン
ドの種類を示すコマンド名と、プログラムが格納されて
いるファイルのファイル名と、起動するプログラムのプ
ログラム名と、プログラムの動作を指示する複数のパラ
メータの並びとから構成されている。なお、第3図では
、−例としてコマンド名に文字「DO」を使用している
Here, the command string includes the command name indicating the type of command, the file name of the file in which the program is stored, the program name of the program to be started, and the operation of the program, as shown in Figure 3. It consists of a sequence of multiple parameters. In addition, in FIG. 3, the letters "DO" are used in the command name as an example.

ファイル管理情報取得手段11は、起動コマンド決定方
法1が動作すると最初に制御を渡され、前記コマンド文
字列に指定されたプログラム格納ファイル4を開きファ
イル管理領域41中のファイル管理情報411を取得す
る。その後、ファイル管理情報取得手段11は、プログ
ラム格納ファイル4を閉じプログラム格納ファイル4の
ファイル管理情報411とともにファイル形式判断手段
12に制御を渡す。
The file management information acquisition means 11 is first given control when the startup command determination method 1 operates, and opens the program storage file 4 specified in the command string and acquires the file management information 411 in the file management area 41. . Thereafter, the file management information acquisition means 11 closes the program storage file 4 and transfers control to the file format determination means 12 together with the file management information 411 of the program storage file 4.

ファイル形式判断手段12は、前記ファイル情報取得手
段11より制御を渡されると、前記ファイル管理情報取
得手段11より渡された前記ファイル管理情報411を
参照してプログラム格納ファイル4のファイル形式を判
断し、プログラム格納ファイル4がロードモジュール格
納用のファイルまたはソースプログラム格納用のファイ
ルであれば起動コマンド文字列作成手段13に制御を渡
す。この時、プログラム格納ファイル4のファイル形式
も通知する。ファイル形式がロードモジュール格納用の
ファイルあるいはソースプログラム格納用のファイルの
どちらのファイル形式でもなければ、ファイル形式判断
手段12は、コマンド起動プログラム2にエラーである
ことを通知する。
When the file format determination means 12 is given control by the file information acquisition means 11, it determines the file format of the program storage file 4 by referring to the file management information 411 passed from the file management information acquisition means 11. If the program storage file 4 is a file for storing a load module or a file for storing a source program, control is passed to the startup command string creation means 13. At this time, the file format of the program storage file 4 is also notified. If the file format is neither a load module storage file nor a source program storage file format, the file format determination means 12 notifies the command activation program 2 of an error.

起動コマンド文字列作成手段13は、前記ファイル形式
判断手段12から受は取ったファイル形式を参照し起動
すべきコマンドを決定した後、コマンド起動プログラム
2に渡すための新コマンド文字列を作成する。この新コ
マンド文字列はファイル形式がロードモジュール格納用
のファイル形式であれば第4図に示すようにコマンド名
を「CALLJとしたコマンド文字列であり、ソースプ
ログラム格納用のファイル形式であれば第5図にすよう
にコマンド名をrEXECJとしたコマンド文字列であ
る。起動コマンド文字列作成手段13は作成した新コマ
ンド文字列をオペレーティングシステムの記憶領域5中
のコマンド文字列格納領域51に格納した後、コマンド
起動プログラム2に制御を戻す。
The activation command string creation means 13 refers to the file format received from the file format determination means 12 and determines the command to be activated, and then creates a new command string to be passed to the command activation program 2. This new command string is a command string with the command name "CALLJ" as shown in Figure 4 if the file format is a file format for storing load modules, and a command string with the command name "CALLJ" if the file format is a file format for storing source programs. As shown in Figure 5, this is a command string with the command name rEXECJ.The startup command string creation means 13 stores the created new command string in the command string storage area 51 in the storage area 5 of the operating system. After that, control is returned to the command starting program 2.

次に、第2図を参照して本発明の起動コマンド決定方法
1の動作について説明する。
Next, the operation of the activation command determination method 1 of the present invention will be explained with reference to FIG.

第2図のステップ21〜23は起動コマンド決定方法1
のうちファイル管理情報取得手段11の動作を示し、ス
テップ24〜25はファイル形式判断手段12の動作を
示し、ステップ26〜29は起動コマンド文字列作成手
段13の動作を示す。
Steps 21 to 23 in Figure 2 are startup command determination method 1
Of these, the operation of the file management information acquisition means 11 is shown, steps 24 to 25 are the operations of the file format determination means 12, and steps 26 to 29 are the operations of the startup command string creation means 13.

まず、コマンド文字列に指定されたプログラム格納ファ
イルを開き(ステップ21)、このファイルのファイル
管理情報411を磁気ディスク上のファイル管理領域4
1より取得(ステップ22)する。このファイルのファ
イル編成、レコード長、ブロック長等の情報を得る。フ
ァイル管理情報411を得た後、プログラム格納ファイ
ル4を閉じる(ステップ23)。
First, the program storage file specified in the command string is opened (step 21), and the file management information 411 of this file is stored in the file management area 41 on the magnetic disk.
1 (step 22). Obtain information such as file organization, record length, block length, etc. of this file. After obtaining the file management information 411, the program storage file 4 is closed (step 23).

ファイル管理情報取得手段11で取得したファイル管理
情報411をもとにプログラムが格納されているファイ
ルの形式を判断(ステップ24)し、ロードモジュール
格納用のファイルまたはソースプログラム格納用のファ
イルであれば起動コマンド文字列作成手段13に制御を
渡す。プログラム格納ファイル4がロードモジュール格
納用のファイルあるいはソースプログラム格納用のファ
イルのどちらとも異なるファイル形式であった場合はコ
マンド起動プログラム2にエラーであることを通知(ス
テップ25)する。
Based on the file management information 411 acquired by the file management information acquisition means 11, the format of the file in which the program is stored is determined (step 24), and if the file is a file for storing a load module or a file for storing a source program. Control is passed to the startup command string creation means 13. If the program storage file 4 has a file format different from either the load module storage file or the source program storage file, the command activation program 2 is notified of an error (step 25).

ステップ26〜29は、ファイル形式判断手段12で得
たファイル形式によって起動するコマンドを決定し、新
コマンド文字列を作成する部分である。ファイル形式判
断手段12で得たファイル形式がロードモジュール格納
用のファイル形式であれば(ステップ26)ロードモジ
ュールを起動するための新コマンド文字列を作成(ステ
ップ27)し、ファイル形式判断手段12で得たファイ
ル形式がソースプログラム格納用のファイル形式であれ
ばソースプログラムを起動するための新コマンド文字列
を作成(ステップ28)する。その後、起動コマンド文
字列作成手段13で作成した新コマンド文字列をオペレ
ーティングシステムの記憶領域5の中のコマンド文字列
格納領域51に格納(ステップ29)する。
Steps 26 to 29 are steps for determining a command to be activated based on the file format obtained by the file format determining means 12 and creating a new command character string. If the file format obtained by the file format determining means 12 is a file format for storing a load module (step 26), a new command string for starting the load module is created (step 27), and the file format determining means 12 creates a new command string for starting the load module (step 27). If the obtained file format is a file format for storing a source program, a new command string for starting the source program is created (step 28). Thereafter, the new command string created by the startup command string creation means 13 is stored in the command string storage area 51 in the storage area 5 of the operating system (step 29).

その後、コマンド起動プログラム2は新コマンド文字列
を参照し、従来と同じインタフェースでコマンドを起動
する。
Thereafter, the command activation program 2 refers to the new command string and activates the command using the same interface as before.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明の起動コマンド決定方法は、
起動するプログラムがロードモジュールまたはソースプ
ログラムのどちらであるかを利用者があらかじめ認識し
て起動すべきコマンドを選択する必要がないため、運用
性が向上するという効果がある。
As explained above, the startup command determination method of the present invention is as follows:
Since the user does not need to know in advance whether the program to be started is a load module or a source program and then select the command to be started, this has the effect of improving operability.

また、利用者がコマンド文字列上で指定したファイルよ
り、自動的に起動すべきコマンドの種類を決定するため
、利用者のコマンド指示時の誤りを減少させることがで
き、操作性が向上するという効果がある。
In addition, since the type of command to be automatically started is determined based on the file specified by the user in the command string, it is possible to reduce errors made by the user when issuing commands, and improve operability. effective.

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

第1図は本発明の一実施例を示すブロック図、第2図は
本発明の起動コマンド決定方法の処理の流れを例示する
フローチャート、第3図は端末装置から受は取るコマン
ド文字列の例を示す図、第4図はロードモジュールを起
動するためのコマンド文字列の例を示す図、第5図はソ
ースプログラムを起動するためのコマンド文字列の例を
示す図である。 1・・・起動コマンド決定方法、11・・・ファイル管
理情報取得手段、12・・・ファイル形式判断手段、1
3・・・起動コマンド文字列作成手段、2・・・コマン
ド起動プログラム、3・・・端末装置、4・・・プログ
ラム格納ファイル、41・・・ファイル管理領域、41
1・・・ファイル管理情報、S・・・オペレーティング
システムの記憶領域、51・・・コマンド文字列格納領
域。
FIG. 1 is a block diagram illustrating an embodiment of the present invention, FIG. 2 is a flowchart illustrating the processing flow of the activation command determination method of the present invention, and FIG. 3 is an example of a command string received from a terminal device. FIG. 4 is a diagram showing an example of a command string for starting a load module, and FIG. 5 is a diagram showing an example of a command string for starting a source program. DESCRIPTION OF SYMBOLS 1... Startup command determination method, 11... File management information acquisition means, 12... File format determination means, 1
3... Start command string creation means, 2... Command start program, 3... Terminal device, 4... Program storage file, 41... File management area, 41
1...File management information, S...Operating system storage area, 51...Command string storage area.

Claims (1)

【特許請求の範囲】  利用者が起動するプログラムがロードモジュールかソ
ースプログラムかを知るためにプログラムが格納されて
いるファイルの管理情報を該ファイルの管理領域から取
得するファイル管理情報取得手段と、 前記ファイル管理情報取得手段が取り出したファイル管
理情報からプログラムが格納されているファイルの形式
を判断するファイル形式判断手段と、 前記ファイル形式判断手段が判断したファイル形式から
起動すべきコマンドを決定し、コマンド起動プログラム
に渡すコマンド文字列を作成する起動コマンド文字列作
成手段とを具備し、電子計算機上のプログラムの動作を
指示するコマンド文字列に従ってプログラムを起動する
コマンド起動プログラムに接続して用いられることを特
徴とする起動コマンド決定方法。
[Scope of Claims] File management information acquisition means for acquiring management information of a file in which a program is stored from a management area of the file in order to know whether a program started by a user is a load module or a source program; a file format determining means for determining the format of a file in which a program is stored from the file management information retrieved by the file management information obtaining means; and a command to be activated based on the file format determined by the file format determining means; and a startup command string creation means for creating a command string to be passed to the startup program, and is intended to be used in connection with a command startup program that starts the program according to a command string that instructs the operation of the program on the computer. Features a startup command determination method.
JP26247590A 1990-09-28 1990-09-28 Starting command determining system Pending JPH04138551A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26247590A JPH04138551A (en) 1990-09-28 1990-09-28 Starting command determining system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26247590A JPH04138551A (en) 1990-09-28 1990-09-28 Starting command determining system

Publications (1)

Publication Number Publication Date
JPH04138551A true JPH04138551A (en) 1992-05-13

Family

ID=17376304

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26247590A Pending JPH04138551A (en) 1990-09-28 1990-09-28 Starting command determining system

Country Status (1)

Country Link
JP (1) JPH04138551A (en)

Similar Documents

Publication Publication Date Title
JP2002511717A (en) Method and system for a digital imaging device
US6903773B1 (en) Image taking method and apparatus for linking images
JPH07121382A (en) Document processor
JPH04138551A (en) Starting command determining system
US6985849B1 (en) System and method for portable emulation of operating environment
Cisco F
JPH0713817A (en) File management system
JP2833150B2 (en) Automatic initialization processing method
JPH0749818A (en) Automatic file transfer system between computers
JPH0651990A (en) System initial loading system of operating system in computer system
JP2000284794A (en) Device and method for voice recognition and voice recognition system
JPH02280229A (en) System for executing program
JPH05165796A (en) Software developing tool starting system in distributed type computer network
JP2720770B2 (en) Automatic post-processing method
JPH07200596A (en) Composite document processing system management device
JPH056327A (en) System for setting up firmware for controlling peripheral device
JPH10333951A (en) Automatic file extension system
JPH09282262A (en) Interface device
JPH0651826A (en) Teaching device for robot
JPH05181731A (en) File saving system
JPH06110714A (en) Program reservation operating method
JPH09218813A (en) Backup system
JPS62219156A (en) Generation/deletion processing system for tss session log collection task
JP2002007386A (en) Method and device for preparing document and recording medium storing the same
JPS605535U (en) Debugging device