JPH09101900A - Script processor - Google Patents

Script processor

Info

Publication number
JPH09101900A
JPH09101900A JP25800095A JP25800095A JPH09101900A JP H09101900 A JPH09101900 A JP H09101900A JP 25800095 A JP25800095 A JP 25800095A JP 25800095 A JP25800095 A JP 25800095A JP H09101900 A JPH09101900 A JP H09101900A
Authority
JP
Japan
Prior art keywords
script
processing
loop
unit
event
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
JP25800095A
Other languages
Japanese (ja)
Inventor
Akihiro Sasaki
明宏 佐々木
Kazuhiro Ryu
和宏 龍
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.)
Fujitsu Ltd
PFU Ltd
Original Assignee
Fujitsu Ltd
PFU 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 Fujitsu Ltd, PFU Ltd filed Critical Fujitsu Ltd
Priority to JP25800095A priority Critical patent/JPH09101900A/en
Publication of JPH09101900A publication Critical patent/JPH09101900A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To attain the execution of input processing during the execution of script processing and to efficiently execute the script processing by switching the script processing to original processing at the end of loop processing in each loop unit, and when the loop processing does not end, executing processing in each even in the processing of a loop unit. SOLUTION: When a script analyzing part 32 reads out a script and analyzes the script, a loop judging part 34 judges whether one or more loops are included in the analyzed script or not, and when one or more loops are included in the script, judges whether loop processing ends in each loop unit or not. When the loop processing ends in each loop unit, a task switching part 80 switches the script processing to the original processing, and when the loop processing does not end, an event processing part 90 executes processing in each event during the processing of a loop unit. Consequently script processing time can be shortened and influence to be exerted upon normal script processing can be reduced.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、定型業務の処理内
容を自動的に実行するために、処理内容をコンピュータ
が受け付けるように記述したスクリプトに従ってスクリ
プト処理を行うスクリプト処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a script processing device for performing script processing according to a script written so that a computer accepts the processing content in order to automatically execute the processing content of routine work.

【0002】[0002]

【従来の技術】従来、業務などにおいて、コンピュータ
を利用してアプリケーションを実行する場合に、定型的
な処理を行うことが多い。この定型的な処理を作業者が
毎回実行することは大変な作業であった。このため、こ
のような定型的な処理を自動的に実行する要求が高まっ
てきた。
2. Description of the Related Art Conventionally, when a computer is used to execute an application in business, a routine process is often performed. It was a difficult task for the worker to execute this routine process every time. Therefore, there is an increasing demand for automatically executing such routine processing.

【0003】この定型業務の処理を自動的に実行するた
めには、その処理内容をコンピュータに理解できるよう
に記述し、処理させる必要があった。この記述のことを
スクリプトと呼ぶ。このスクリプトに従って、処理を行
うこと、またはその処理機能全体をスクリプト処理と呼
ぶ。
In order to automatically execute the routine work, it is necessary to describe the contents of the routine so that the computer can understand and process the routine. This description is called a script. Performing processing according to this script or the entire processing function thereof is called script processing.

【0004】例えば、ターミナルエミュレータが一連の
処理を行う場合に、その処理にスクリプト処理を追加す
ることもできる。図8にターミナルエミュレータの処理
例を示す。図8に従ってターミナルエミュレータの処理
を説明する。
For example, when the terminal emulator performs a series of processing, script processing can be added to the processing. FIG. 8 shows a processing example of the terminal emulator. The processing of the terminal emulator will be described with reference to FIG.

【0005】ターミナルエミュレータは、操作者からの
キー入力を判定し(S11)、キー入力があった場合に
は、文字を読み込む(S12)。さらに、ターミナルエ
ミュレータは処理の終了を判定し(S13)、処理が終
了しない場合には、その文字情報を回線に出力して(S
14)、ホストコンピュータに送る。
The terminal emulator determines a key input from the operator (S11), and if there is a key input, reads a character (S12). Further, the terminal emulator determines the end of the process (S13), and if the process is not completed, outputs the character information to the line (S13).
14), send to the host computer.

【0006】次に、ターミナルエミュレータはホストコ
ンピュータからの結果が回線に入力されたかどうかを判
定し(S15)、結果が回線に入力された場合には、そ
の結果を読み込む(S16)。ターミナルエミュレータ
は回線の切断を判定し(S17)、回線が接続されてい
る場合には、結果を画面に表示する(S18)。
Next, the terminal emulator determines whether or not the result from the host computer is input to the line (S15), and if the result is input to the line, the result is read (S16). The terminal emulator judges disconnection of the line (S17), and if the line is connected, displays the result on the screen (S18).

【0007】次に、図8に示すターミナルエミュレータ
の処理に、スクリプトを追加した例を3つばかり説明す
る。まず、図9に示す例1は入力を禁止するスクリプト
処理例である。図9に従って、入力を禁止するスクリプ
ト処理を説明する。
Next, only three examples in which a script is added to the processing of the terminal emulator shown in FIG. 8 will be described. First, Example 1 shown in FIG. 9 is an example of script processing for prohibiting input. A script process for prohibiting input will be described with reference to FIG.

【0008】まず、スクリプトを読み込み(S21)、
スクリプト処理が終了したかを判定する(S22)。ス
クリプト処理が終了しない場合には、スクリプトを実行
する(S23)。さらに、その実行結果を回線に出力し
て(S24)、ホストコンピュータに送る。
First, the script is read (S21),
It is determined whether the script processing is completed (S22). If the script processing is not completed, the script is executed (S23). Further, the execution result is output to the line (S24) and sent to the host computer.

【0009】次に、ターミナルエミュレータはホストコ
ンピュータからの結果が回線に入力されたかどうかを判
定し(S25)、結果が回線に入力された場合には、そ
の結果を読み込む(S26)。ターミナルエミュレータ
は回線の切断を判定し(S27)、回線が接続されてい
る場合には、結果を画面に表示する(S28)。
Next, the terminal emulator determines whether or not the result from the host computer is input to the line (S25), and if the result is input to the line, the result is read (S26). The terminal emulator determines that the line is disconnected (S27), and if the line is connected, displays the result on the screen (S28).

【0010】しかし、図9に示すスクリプト処理中にお
いては、入力処理を禁止するため、スクリプトにより処
理できない事態が発生しても、この事態に対処すること
ができなかった。
However, since the input processing is prohibited during the script processing shown in FIG. 9, even if the script cannot process the script, this situation cannot be dealt with.

【0011】次に、図10に示す例2はポーリングによ
るスクリプト処理例である。図10に従って、ポーリン
グによるスクリプト処理を説明する。ポーリングとは、
制御局が他の局に送信要求の有無を問い合わせる(ポー
リング)動作である。ここでは、一定時間毎にキー入力
とスクリプトの処理とが監視される。
Next, an example 2 shown in FIG. 10 is an example of script processing by polling. The script processing by polling will be described with reference to FIG. What is polling?
This is an operation (polling) for the control station to inquire of other stations whether there is a transmission request. Here, key input and script processing are monitored at regular intervals.

【0012】まず、スクリプトを読み込み(S31)、
スクリプト処理が終了したかを判定する(S32)。ス
クリプト処理が終了しない場合には、スクリプトを実行
する(S33)。
First, the script is read (S31),
It is determined whether the script processing is completed (S32). If the script processing is not completed, the script is executed (S33).

【0013】次に、ターミナルエミュレータは、操作者
からのキー入力を判定し(S34)、キー入力があった
場合には、文字を読み込む(S35)。さらに、ターミ
ナルエミュレータは処理の終了を判定し(S36)、処
理が終了しない場合には、その文字情報を回線に出力し
て(S37)、ホストコンピュータに送る。
Next, the terminal emulator determines the key input from the operator (S34), and if there is a key input, reads the character (S35). Further, the terminal emulator determines the end of the processing (S36), and when the processing is not completed, outputs the character information to the line (S37) and sends it to the host computer.

【0014】次に、ターミナルエミュレータはホストコ
ンピュータからの結果が回線に入力されたかどうかを判
定し(S38)、結果が回線に入力された場合には、そ
の結果を読み込む(S39)。ターミナルエミュレータ
は回線の切断を判定し(S40)、回線が接続されてい
る場合には、結果を画面に表示する(S41)。
Next, the terminal emulator determines whether or not the result from the host computer is input to the line (S38), and if the result is input to the line, the result is read (S39). The terminal emulator judges disconnection of the line (S40), and if the line is connected, displays the result on the screen (S41).

【0015】このように、スクリプト処理を、キー入力
や回線の入出力と同様にポーリングして実行した場合に
は、スクリプト処理中に入力処理が行える。しかし、ス
クリプト処理が他の処理と比較して重くなる。このた
め、レスポンスが悪化していた。
As described above, when the script processing is polled and executed similarly to the key input and the line input / output, the input processing can be performed during the script processing. However, script processing becomes heavier than other processing. Therefore, the response was deteriorated.

【0016】次に、スクリプトを追加した例3を図11
及び図12に示す。図11はスクリプト翻訳処理のフロ
ーチャートである。図12はタイムスライスによるスク
リプト処理のフローチャートである。
Next, an example 3 in which a script is added is shown in FIG.
And FIG. FIG. 11 is a flowchart of the script translation process. FIG. 12 is a flowchart of script processing by time slice.

【0017】図11において、まず、スクリプトファイ
ルを読み込み(S51)、そのファイルが終端したかを
判定する(S52)。そのファイルが終端していない場
合には、スクリプトを解析する(S53)。
In FIG. 11, first, the script file is read (S51), and it is determined whether the file is terminated (S52). If the file is not terminated, the script is analyzed (S53).

【0018】次に、ターミナルエミュレータは、解析エ
ラーがあるかを判定し(S54)、解析エラーがある場
合には、エラー内容を画面に表示する(S55)。一
方、ファイルが終端した場合には、スクリプトを格納し
(S56)、一定時間毎にタイマイベントを発生するた
めのタイマ設定を行う(S57)。
Next, the terminal emulator determines whether there is an analysis error (S54), and if there is an analysis error, displays the error content on the screen (S55). On the other hand, when the file ends, the script is stored (S56), and the timer is set to generate a timer event at regular intervals (S57).

【0019】次に、図12において、格納されたスクリ
プトを読み出して(S58)、タイマ設定に応じて一定
時間毎にスクリプトを実行する(S59)。このよう
に、スクリプト処理を、タイムスライスによって実行す
ることができ、スクリプト処理によりレスポンスが低下
することがなくなる。
Next, in FIG. 12, the stored script is read (S58), and the script is executed at regular intervals according to the timer setting (S59). In this way, the script processing can be executed by time slice, and the script processing does not reduce the response.

【0020】しかし、スクリプトを実行する場合に、処
理時間のばらつきを考慮して処理を行う必要があるた
め、待ち時間が長くなる。その結果、処理速度がかなり
遅くなっていた。
However, when the script is executed, the waiting time becomes long because it is necessary to perform the processing in consideration of the variation in the processing time. As a result, the processing speed was considerably slow.

【0021】[0021]

【発明が解決しようとする課題】このように、図9から
図12に示す従来のスクリプト処理においては、スクリ
プト処理中に情報を入力できなかった。また、情報を入
力することができても、その情報に対するレスポンスが
悪い場合や、スクリプトの処理速度が遅くなるという問
題があった。
As described above, in the conventional script processing shown in FIGS. 9 to 12, it was not possible to input information during the script processing. Further, even if the information can be input, there is a problem that the response to the information is bad or the processing speed of the script becomes slow.

【0022】本発明の目的は、スクリプト処理中に入力
処理が行え、操作性を損なうことなく、スクリプト処理
を効率よく実行することのできるスクリプト処理装置を
提供する。
An object of the present invention is to provide a script processing device capable of performing input processing during script processing and efficiently executing script processing without impairing operability.

【0023】[0023]

【課題を解決するための手段】本発明のスクリプト処理
装置は、前記課題を解決するため、以下の手段を採用し
た。
The script processing device of the present invention adopts the following means in order to solve the above problems.

【0024】<本発明のスクリプト処理装置の要旨>本
発明のスクリプト処理装置は図1に示したように定型業
務の処理内容を自動的に実行するために処理内容をコン
ピュータが受け付けるように記述したスクリプトに従っ
てスクリプト処理を行うスクリプト処理装置において、
前記スクリプトを読み込みスクリプトを解析するスクリ
プト解析部と、スクリプト解析部により解析されたスク
リプトに1つ以上のループがあるか否かを判定しスクリ
プトに1つ以上のループがある場合にはループ単位にル
ープの処理が終了したか否かを判定するループ判定部
と、ループ単位にループの処理が終了したときスクリプ
ト処理を本来の処理に切り替えるタスク切替え部と、前
記ループの処理が終了しないときループ単位の処理にお
いてイベント毎に処理を実行するイベント処理部とを備
える(請求項1に対応)。
<Summary of Script Processing Device of the Present Invention> As shown in FIG. 1, the script processing device of the present invention is described such that the computer accepts the processing contents in order to automatically execute the processing contents of the routine work. In a script processing device that performs script processing according to a script,
A script analysis unit that reads the script and analyzes the script, and determines whether or not the script analyzed by the script analysis unit has one or more loops. A loop determination unit that determines whether or not the loop processing is completed, a task switching unit that switches the script processing to the original processing when the loop processing is completed in loop units, and a loop unit when the loop processing is not completed And an event processing unit that executes processing for each event in the processing (1) (corresponding to claim 1).

【0025】要は、スクリプト処理と本来の処理との切
替えをループ単位に行い、ループ単位の処理においてイ
ベント毎に処理を分別して実行する。前記ループ処理
部、タスク切替え部、イベント処理部は、中央処理装置
(CPU)がメモリに格納されたプログラムを実行する
ことで実現される機能、すなわち、ソフトウェアであ
る。
The point is that the script process and the original process are switched in loop units, and the processes are classified and executed for each event in the loop unit process. The loop processing unit, task switching unit, and event processing unit are functions realized by the central processing unit (CPU) executing a program stored in the memory, that is, software.

【0026】この発明によれば、スクリプト解析部がス
クリプトを読み込みスクリプトを解析すると、ループ判
定部は、解析されたスクリプトに1つ以上のループがあ
るか否かを判定しスクリプトに1つ以上のループがある
場合にはループ単位にループの処理が終了したか否かを
判定する。
According to the present invention, when the script analysis unit reads the script and analyzes the script, the loop determination unit determines whether or not the analyzed script has one or more loops and the script has one or more loops. If there is a loop, it is determined whether or not the loop processing has been completed in loop units.

【0027】次に、ループ単位にループの処理が終了し
たとき、タスク切替え部はスクリプト処理を本来の処理
に切り替え、前記ループの処理が終了しないとき、イベ
ント処理部は、ループ単位の処理においてイベント毎に
処理を実行する。すなわち、スクリプト処理をループ単
位に行い、スクリプト処理を通常の処理に切り替え、ま
た、イベントに関連するスクリプトのみを実行する。そ
の結果、スクリプト処理時間が大幅に短縮でき、通常の
処理に与える影響が少なくなる。
Next, when the loop processing is completed in the loop unit, the task switching section switches the script processing to the original processing, and when the loop processing is not completed, the event processing section causes the event processing section to perform the event processing in the loop unit. The process is executed every time. That is, script processing is performed in loop units, script processing is switched to normal processing, and only scripts related to events are executed. As a result, the script processing time can be significantly shortened and the influence on normal processing is reduced.

【0028】また、本発明は以下の付加的構成要素を付
加することによっても成立する。その付加的構成要素と
は、前記イベント処理部は、前記スクリプトにタイマイ
ベントを生成するタイマイベント生成部と、生成された
タイマイベントに関連するスクリプトを実行するタイマ
イベント関連スクリプト処理部と、入出力イベントを生
成する入出力イベント生成部と、生成された入出力イベ
ントに関連するスクリプトを実行する入出力関連スクリ
プト処理部とを備えることである(請求項2に対応)。
The present invention can also be realized by adding the following additional components. The additional components include the event processing unit, a timer event generation unit that generates a timer event in the script, a timer event-related script processing unit that executes a script related to the generated timer event, and input / output. It is provided with an input / output event generation unit that generates an event and an input / output related script processing unit that executes a script related to the generated input / output event (corresponding to claim 2).

【0029】この付加的構成要素の発明によれば、タイ
マイベント生成部がスクリプトにタイマイベントを生成
すると、タイマイベント関連スクリプト処理部は生成さ
れたタイマイベントに関連するスクリプトを実行する。
入出力イベント生成部が入出力イベントを生成すると、
入出力関連スクリプト処理部は生成された入出力イベン
トに関連するスクリプトを実行する。
According to the invention of this additional component, when the timer event generation unit generates a timer event in the script, the timer event related script processing unit executes the script related to the generated timer event.
When the I / O event generator generates I / O events,
The input / output related script processing unit executes a script related to the generated input / output event.

【0030】すなわち、イベントに関連するスクリプト
のみを処理するので、スクリプト処理が短時間で終了で
き、すぐに本来の処理に切り替えることができる。その
付加的構成要素とは、前記ループ判定部は、スクリプト
処理を本来の処理に切り替えるための切替え情報をルー
プ単位に付加しこの切替え情報に基づきループの処理が
一巡したか否かを判定することである(請求項3に対
応)。
That is, since only the script related to the event is processed, the script processing can be completed in a short time and the original processing can be immediately switched. The additional component means that the loop determination unit adds switching information for switching the script processing to the original processing in loop units and determines whether or not the loop processing has completed one cycle based on this switching information. (Corresponding to claim 3).

【0031】この付加的構成要素の発明によれば、切替
え情報がループ単位に付加されると、切替え情報に基づ
きループの処理が一巡したか否かが判定される。その結
果、ループの処理が一巡した場合には、スクリプト処理
が本来の処理に切り替えられることになる。
According to the invention of this additional component, when the switching information is added in loop units, it is determined based on the switching information whether or not the loop processing has completed one cycle. As a result, when the loop processing is completed, the script processing is switched to the original processing.

【0032】また、イベントに関連するスクリプト処理
のみを行うので、ループを一巡するまでの時間が短縮さ
れる。
Further, since only the script processing related to the event is performed, the time required to complete one loop is shortened.

【0033】[0033]

【発明の実施の形態】以下、本発明のスクリプト処理装
置の実施の形態を図面を参照して説明する。 <発明の実施の形態>図2は本発明の実施の形態のスク
リプト処理装置を示す構成ブロック図である。スクリプ
ト処理装置はターミナルエミュレータ10、外部記憶装
置20、外部記憶装置20に接続されるスクリプト解析
部30、スクリプト解析部30に接続されるタイマ・イ
ベント生成部40を備える。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of a script processing apparatus according to the present invention will be described below with reference to the drawings. <Embodiment of the Invention> FIG. 2 is a block diagram showing a configuration of a script processing apparatus according to an embodiment of the present invention. The script processing device includes a terminal emulator 10, an external storage device 20, a script analysis unit 30 connected to the external storage device 20, and a timer / event generation unit 40 connected to the script analysis unit 30.

【0034】また、スクリプト処理装置は、スクリプト
解析結果格納部50、この格納部50及びタイマ・イベ
ント生成部40に接続されるタイマ・イベント関連スク
リプト処理部60、前記格納部50に接続される入出力
関連スクリプト処理部70を備える。
Further, the script processing device includes a script analysis result storage unit 50, a timer / event-related script processing unit 60 connected to the storage unit 50 and the timer / event generation unit 40, and an input connected to the storage unit 50. The output-related script processing unit 70 is provided.

【0035】前記ターミナルエミュレータ10はキーボ
ード11、キーボード11に接続される入出力イベント
生成部12、この生成部12に接続されるターミナルエ
ミュレータ処理部13、この処理部13に接続されるC
RT14、前記生成部12に接続される回線入出力部1
5を備える。ここでは、クライアント側がTELNET
プロトコルを使用したターミナルエミュレータを示して
いる。
The terminal emulator 10 includes a keyboard 11, an input / output event generator 12 connected to the keyboard 11, a terminal emulator processor 13 connected to the generator 12, and a C connected to the processor 13.
RT14, line input / output unit 1 connected to the generation unit 12
5 is provided. Here, the client side is TELNET
It shows a terminal emulator using the protocol.

【0036】前記入出力イベント生成部12、タイマ・
イベント生成部40、タイマ・イベント関連スクリプト
処理部60、入出力関連スクリプト処理部70とは、イ
ベント毎にスクリプトを処理するイベント処理部に対応
する。
The input / output event generator 12, the timer
The event generation unit 40, the timer / event-related script processing unit 60, and the input / output-related script processing unit 70 correspond to an event processing unit that processes a script for each event.

【0037】また、前記入出力イベント生成部12、タ
イマ・イベント生成部40、タイマ・イベント関連スク
リプト処理部60、入出力関連スクリプト処理部70と
後述するタスク切替え部80は、CPUがメモリに格納
されたプログラムを実行する機能、すなわち、ソフトウ
ェアである。
The input / output event generation unit 12, the timer / event generation unit 40, the timer / event-related script processing unit 60, the input / output-related script processing unit 70, and the task switching unit 80 described later are stored in the memory by the CPU. The function of executing the specified program, that is, software.

【0038】なお、前記入出力関連スクリプト処理部7
0は生成部12及びターミナルエミュレータ処理部13
に接続される。タイマ・イベント関連スクリプト処理部
60はターミナルエミュレータ処理部13に接続され
る。
The input / output-related script processing unit 7
0 is a generation unit 12 and a terminal emulator processing unit 13
Connected to. The timer / event-related script processing unit 60 is connected to the terminal emulator processing unit 13.

【0039】前記外部記憶装置はハードディスク、光磁
気ディスク、磁気テープなどであり、スクリプトを記憶
する。スクリプト解析部30は外部記憶装置20に記憶
されたスクリプトを解析する。
The external storage device is a hard disk, a magneto-optical disk, a magnetic tape or the like, and stores a script. The script analysis unit 30 analyzes the script stored in the external storage device 20.

【0040】図3にスクリプト解析部の構成図を示す。
スクリプト解析部30は、スクリプト読み込み部31、
解析部32、エラー表示部33、ループ判定部34、ス
クリプト格納処理部35を備える。
FIG. 3 shows a block diagram of the script analysis unit.
The script analysis unit 30 includes a script reading unit 31 and
The analysis unit 32, the error display unit 33, the loop determination unit 34, and the script storage processing unit 35 are provided.

【0041】スクリプト読み込み部31は外部記憶装置
20からスクリプトを読み込む。解析部32はスクリプ
ト読み込み部31により読み込まれたスクリプトを解析
してスクリプトにエラーがあるか判定する。
The script reading section 31 reads a script from the external storage device 20. The analysis unit 32 analyzes the script read by the script reading unit 31 and determines whether the script has an error.

【0042】エラー表示部33はスクリプトのエラーを
表示する。ループ判定部34はスクリプトにループがあ
るか判定しスクリプトにループがある場合にループの始
点または終点にスクリプト処理を本来の処理に切り替え
るための切替え情報としてのマークを付加する。スクリ
プト格納処理部35はループ判定後のスクリプトの解析
結果を前記スクリプト解析結果格納部50に格納するた
めの処理を行う。前記スクリプト解析結果格納部50は
例えば、主記憶メモリなどである。
The error display section 33 displays the error of the script. The loop determination unit 34 determines whether the script has a loop, and when the script has a loop, adds a mark as switching information for switching the script processing to the original processing at the start point or the end point of the loop. The script storage processing unit 35 performs processing for storing the script analysis result after the loop determination in the script analysis result storage unit 50. The script analysis result storage unit 50 is, for example, a main memory.

【0043】タイマ・イベント生成部40は、タイマ割
り込みを設定するタイマ割り込み設定部41、設定され
たタイマ割り込みを処理するタイマ割り込み処理部4
2、タイマイベントを生成するタイマイベント部43を
備える。
The timer / event generating section 40 includes a timer interrupt setting section 41 for setting a timer interrupt and a timer interrupt processing section 4 for processing the set timer interrupt.
2. A timer event unit 43 for generating a timer event is provided.

【0044】タイマ・イベント関連スクリプト処理部6
0は、スクリプト解析結果読み出し部61、ループ一巡
判定部62、タイマ関連スクリプト判定部63、スクリ
プト実行部64を備える。
Timer / event-related script processing unit 6
0 includes a script analysis result reading unit 61, a loop round determination unit 62, a timer-related script determination unit 63, and a script execution unit 64.

【0045】スクリプト解析結果読み出し部61はスク
リプト解析結果格納部50からスクリプト解析結果を読
み出す。ループ一巡判定部62はスクリプト解析結果読
み出し部61により読み出されたスクリプト解析結果の
ループが一巡したかを判定する。
The script analysis result reading unit 61 reads the script analysis result from the script analysis result storage unit 50. The loop loop determination unit 62 determines whether the loop of the script analysis result read by the script analysis result reading unit 61 has looped.

【0046】タイマ関連スクリプト判定部63はループ
が一巡していない場合にはスクリプトがタイマ関連イベ
ントかどうかを判定する。スクリプト実行部64はスク
リプトがタイマ関連イベントである場合にそのタイマ関
連イベントに関連するスクリプトのみを実行する。
The timer-related script determination unit 63 determines whether the script is a timer-related event when the loop is not complete. When the script is a timer-related event, the script execution unit 64 executes only the script related to the timer-related event.

【0047】前記ループ一巡判定部62にはタスク切替
え部80が接続される。タスク切替え部80はループが
一巡した場合にスクリプト処理を本来の処理に切り替え
る。入出力関連スクリプト処理部70は、スクリプト解
析結果読み出し部71、ループ一巡判定部72、入出力
関連スクリプト判定部73、スクリプト実行部74を備
える。
A task switching unit 80 is connected to the loop loop determination unit 62. The task switching unit 80 switches the script processing to the original processing when the loop completes one cycle. The input / output-related script processing unit 70 includes a script analysis result reading unit 71, a loop loop determination unit 72, an input / output-related script determination unit 73, and a script execution unit 74.

【0048】スクリプト解析結果読み出し部71はスク
リプト解析結果格納部50からスクリプト解析結果を読
み出す。ループ一巡判定部72はスクリプト解析結果読
み出し部71により読み出されたスクリプト解析結果の
ループが一巡したかを判定する。
The script analysis result reading section 71 reads the script analysis result from the script analysis result storage section 50. The loop loop determination unit 72 determines whether the loop of the script analysis result read by the script analysis result reading unit 71 has looped.

【0049】入出力関連スクリプト判定部73はループ
が一巡していない場合にはスクリプトが入出力関連イベ
ントかどうかを判定する。スクリプト実行部74はスク
リプトが入出力関連イベントである場合にそのスクリプ
トを実行する。前記ループ一巡判定部72にはタスク切
替え部80が接続される。
The input / output-related script determination unit 73 determines whether the script is an input / output-related event when the loop has not completed one cycle. The script execution unit 74 executes the script when the script is an input / output related event. A task switching unit 80 is connected to the loop loop determination unit 72.

【0050】前記入出力イベント生成部12はキーボー
ド11からのキー入力、回線の入出力により入出力イベ
ントを生成してその入出力イベントを入出力関連スクリ
プト処理部70に送る。回線入出力部15は回線を通し
て図示しないホストコンピュータとの間で情報の入出力
を行う。
The input / output event generation unit 12 generates an input / output event by key input from the keyboard 11 and line input / output, and sends the input / output event to the input / output related script processing unit 70. The line input / output unit 15 inputs / outputs information to / from a host computer (not shown) through a line.

【0051】ターミナルエミュレータ処理部13はター
ミナルエミュレータ本来の処理を行うとともに、タイマ
・イベント関連スクリプト処理部60及び入出力関連ス
クリプト処理部70の出力を取り込む。CRT14はタ
ーミナルエミュレータ処理部13からの処理結果を表示
する。
The terminal emulator processing section 13 performs the original processing of the terminal emulator, and takes in the outputs of the timer / event related script processing section 60 and the input / output related script processing section 70. The CRT 14 displays the processing result from the terminal emulator processing unit 13.

【0052】次に、図面を参照してスクリプト処理装置
の動作を説明する。ここでは、ターミナルエミュレータ
10はキーボード11から入力した文字を回線を通して
図示しないホストコンピュータに送る。ホストコンピュ
ータは文字を処理した結果を再び、回線を通してターミ
ナルエミュレータ10に返す。ターミナルエミュレータ
10はホストコンピュータからの結果をCRT14に表
示する。
Next, the operation of the script processing device will be described with reference to the drawings. Here, the terminal emulator 10 sends a character input from the keyboard 11 to a host computer (not shown) through a line. The host computer returns the result of processing the character to the terminal emulator 10 again through the line. The terminal emulator 10 displays the result from the host computer on the CRT 14.

【0053】このようなスクリプト処理装置において、
スクリプト処理を用いることで、ホストコンピュータか
らの結果を判定して人の代わりにキーボード11からの
入力の代わりとなる文字をホストコンピュータに送信す
る一連の処理を自動化することができる。以下、スクリ
プト処理を詳細に説明する。
In such a script processing device,
By using the script process, it is possible to automate a series of processes for determining a result from the host computer and transmitting a character, which is a substitute for an input from the keyboard 11 instead of a person, to the host computer. The script processing will be described in detail below.

【0054】まず、図4を参照してスクリプト翻訳処理
を説明する。まず、スクリプト読み込み部31は外部記
憶装置20からスクリプトファイルを読み込み(S10
1)、解析部32は読み込まれたスクリプトファイルが
終端(ファイルの終わり)であるかを判定する(S10
2)。
First, the script translation process will be described with reference to FIG. First, the script reading unit 31 reads a script file from the external storage device 20 (S10
1), the analysis unit 32 determines whether the read script file is the end (end of file) (S10).
2).

【0055】図7にスクリプトファイルの一例を示す。
このスクリプトファイルの例では、ユーザ名とパスワー
ドを自動的に処理した後に、アプリケーションを自動的
に起動する例である。
FIG. 7 shows an example of the script file.
In this example of the script file, the application is automatically started after the user name and the password are automatically processed.

【0056】スクリプトファイルが終端でない場合に
は、解析部32はスクリプトを解析して(S103)、
スクリプトにエラーがあるか判定する(S104)。ス
クリプトにエラーがある場合には、エラー表示部33は
エラー内容を画面に表示する(S105)。
If the script file is not at the end, the analysis unit 32 analyzes the script (S103),
It is determined whether the script has an error (S104). If the script has an error, the error display unit 33 displays the error content on the screen (S105).

【0057】一方、スクリプトにエラーがない場合に
は、ループ判定部34は、スクリプトにループがあるか
判定する(S106)。スクリプトにループがある場合
には、ループ判定部34は、ループの始点または終点に
スクリプト処理を切り替えるためのマークまたはフラグ
を付加する(S107)。
On the other hand, if there is no error in the script, the loop determination unit 34 determines whether the script has a loop (S106). If the script has a loop, the loop determination unit 34 adds a mark or a flag for switching the script processing to the start point or the end point of the loop (S107).

【0058】図7に示す例では、3行目のwhileの部分
がループL1であり、この部分にマークM1を付加す
る。9行目のwhileの部分がループL2であり、この部
分にマークM2を付加する。15行目のwhileの部分が
ループL3であり、この部分にマークM3を付加する。
In the example shown in FIG. 7, the while portion on the third line is the loop L1, and the mark M1 is added to this portion. The while portion on the ninth line is a loop L2, and a mark M2 is added to this portion. The while portion on the 15th line is a loop L3, and a mark M3 is added to this portion.

【0059】そして、S101の戻る。S102におい
て、ファイルが終端した場合には、スクリプト格納処理
部35はループ判定後のスクリプトの解析結果を前記ス
クリプト解析結果格納部50に格納する(S108)。
Then, the process returns to S101. When the file is terminated in S102, the script storage processing unit 35 stores the script analysis result after the loop determination in the script analysis result storage unit 50 (S108).

【0060】さらに、タイマ割り込み設定部41はタイ
マ割り込みを設定し(S109)、タイマ割り込み処理
部42は設定されたタイマ割り込みを処理する。タイマ
イベント部43はタイマイベントを生成する。
Further, the timer interrupt setting unit 41 sets a timer interrupt (S109), and the timer interrupt processing unit 42 processes the set timer interrupt. The timer event unit 43 generates a timer event.

【0061】図7に示す例では、タイマイベントとし
て、3行目にwait(10)が設定され、9行目にwait(15)が
設定され、15行目にwait(10)が設定される。次に、タ
イマイベント処理を図5を参照して説明する。ターミナ
ルエミュレータ10の処理中に、タイマ・イベント生成
部40がタイマイベントを発生したとする。この場合に
は、スクリプト解析結果読み出し部61はスクリプト解
析結果格納部50からスクリプト解析結果を読み出し
(S111)、ループ一巡判定部62は読み出されたス
クリプト解析結果のループが一巡したかを判定する(S
112)。
In the example shown in FIG. 7, as the timer event, wait (10) is set on the third line, wait (15) is set on the ninth line, and wait (10) is set on the fifteenth line. . Next, the timer event process will be described with reference to FIG. It is assumed that the timer event generation unit 40 generates a timer event during the processing of the terminal emulator 10. In this case, the script analysis result reading unit 61 reads the script analysis result from the script analysis result storage unit 50 (S111), and the loop loop determination unit 62 determines whether the loop of the read script analysis result has looped. (S
112).

【0062】ループが一巡したかどうかは、例えば図7
に示す例では、次のループL2のwhileまたはマークM
2(図示しない)が来たときにループL1が一巡したこ
とがわかる。ループが一巡した場合には、タスク切替え
部80はスクリプト処理を本来の処理に切り替える。
Whether or not the loop has completed one cycle is determined by, for example, FIG.
In the example shown in, the while or mark M of the next loop L2
It can be seen that the loop L1 has completed one cycle when 2 (not shown) comes. When the loop completes one cycle, the task switching unit 80 switches the script processing to the original processing.

【0063】次に、タイマ関連スクリプト判定部63は
ループが一巡していない場合にはスクリプトがタイマ関
連イベントかどうかを判定し(S113)、スクリプト
実行部64はスクリプトがタイマイベントである場合に
そのタイマイベントに関連するスクリプトのみを実行す
る(S114)。
Next, the timer-related script determination unit 63 determines whether the script is a timer-related event when the loop has not completed one cycle (S113), and the script execution unit 64 determines if the script is a timer event. Only the script related to the timer event is executed (S114).

【0064】図7に示す例では、タイマイベントとして
wait(10)、ホストコンピュータに接続後10秒待つ。す
なわち、スクリプトの処理としてwait処理を実行する。
このように、ループ単位にスクリプト処理を本来の処理
に切替え、また、タイマイベントに関連するスクリプト
のみを実行するので、スクリプト処理時間が短縮でき、
ループを一巡する時間が早くなる。
In the example shown in FIG. 7, the timer event is
wait (10), wait 10 seconds after connecting to the host computer. That is, wait processing is executed as script processing.
In this way, script processing is switched to the original processing in loop units, and only the script related to the timer event is executed, so the script processing time can be shortened,
The time to go around the loop becomes faster.

【0065】次に、入出力イベント処理を図6を参照し
て説明する。また、キーボード11からの入力、回線か
らの入出力によるイベントが入出力イベント生成部12
により生成された場合には、スクリプト解析結果読み出
し部71はスクリプト解析結果格納部50からスクリプ
ト解析結果を読み出す(S121)。ループ一巡判定部
72は、読み出されたスクリプト解析結果のループが一
巡したかを判定する(S122)。
Next, input / output event processing will be described with reference to FIG. In addition, an event due to input from the keyboard 11 and input / output from the line is input / output event generation unit 12
When it is generated by the script analysis result reading unit 71, the script analysis result reading unit 71 reads the script analysis result from the script analysis result storage unit 50 (S121). The loop loop determination unit 72 determines whether the loop of the read script analysis result has looped (S122).

【0066】ループが一巡した場合には、タスク切替え
部80はスクリプト処理を本来の処理に切り替える。次
に、入出力関連スクリプト判定部73はループが一巡し
ていない場合にはスクリプトが入出力関連イベントかど
うかを判定する(S123)、スクリプト実行部74は
スクリプトが入出力イベントである場合にその入出力イ
ベントに関連するスクリプトのみを実行する(S12
4)。
When the loop completes one cycle, the task switching unit 80 switches the script processing to the original processing. Next, the input / output-related script determination unit 73 determines whether the script is an input / output-related event when the loop has not completed one cycle (S123), and the script execution unit 74 determines whether the script is an input / output event. Only the script related to the input / output event is executed (S12)
4).

【0067】図7に示す例では、入出力イベントとし
て、"login"が図示しないホストコンピュータから送ら
れてきたならば、ユーザ名を送信し、タイマをクリア
(初期化)する。
In the example shown in FIG. 7, if "login" is sent as an input / output event from a host computer (not shown), the user name is sent and the timer is cleared (initialized).

【0068】このように、スクリプト処理の時間を大幅
に短縮することができ、通常の処理に与える影響を最低
限に抑えることで、操作性を損なうことなく、運用する
ことができる。また、CPUの負荷を軽減し、コンピュ
ータの処理能力を低下することなく、運用することがで
き、性能向上に寄与するところが大である。
As described above, the script processing time can be greatly shortened, and the influence on the normal processing can be minimized, so that the operation can be performed without impairing the operability. In addition, the load on the CPU can be reduced, and the operation can be performed without lowering the processing capacity of the computer, which largely contributes to the performance improvement.

【0069】なお、実施の形態では、イベントとして、
タイマイベント、入出力イベントを説明したが、イベン
トはその他のイベントであってもよい。 <産業上の利用可能性>前記プログラムはフロッピーデ
ィスク、ハードディスク、磁気ディスクなどの記録媒体
に格納され、記録媒体単品で運搬等されても本発明は適
用される。
In the embodiment, as an event,
Although the timer event and the input / output event have been described, the event may be another event. <Industrial Applicability> The present invention is applicable even if the program is stored in a recording medium such as a floppy disk, a hard disk, or a magnetic disk, and the recording medium is transported as a single item.

【0070】[0070]

【発明の効果】本発明によれば、ループ判定部はスクリ
プト解析部により解析されたスクリプトに1つ以上のル
ープがあるか否かを判定しスクリプトに1つ以上のルー
プがある場合にループ単位にループの処理が終了したか
否かを判定する。ループ単位にループの処理が終了した
とき、タスク切替え部はスクリプト処理を本来の処理に
切り替え、ループの処理が終了しないとき、イベント処
理部はループ単位の処理においてイベント毎に処理を実
行する。
According to the present invention, the loop judging section judges whether or not the script analyzed by the script analyzing section has one or more loops, and if the script has one or more loops, the loop unit Then, it is determined whether or not the loop processing is completed. When the loop processing is completed in the loop unit, the task switching unit switches the script processing to the original processing, and when the loop processing is not completed, the event processing unit executes the processing for each event in the loop unit processing.

【0071】すなわち、スクリプト処理をループ単位に
行い、スクリプト処理を通常の処理に切り替え、また、
イベントに関連するスクリプトのみを実行する。その結
果、スクリプト処理時間が大幅に短縮でき、通常の処理
に与える影響が少なくなる。
That is, script processing is performed in loop units, script processing is switched to normal processing, and
Run only the scripts associated with the event. As a result, the script processing time can be significantly shortened and the influence on normal processing is reduced.

【0072】また、タイマイベント関連スクリプト処理
部は生成されたタイマイベントに関連するスクリプトを
実行する。入出力関連スクリプト処理部は生成された入
出力イベントに関連するスクリプトを実行する。すなわ
ち、イベントに関連するスクリプトのみを処理するの
で、スクリプト処理が短時間で終了でき、すぐに本来の
処理に切り替えることができる。
Further, the timer event related script processing section executes the script related to the generated timer event. The input / output related script processing unit executes a script related to the generated input / output event. That is, since only the script related to the event is processed, the script processing can be completed in a short time and the original processing can be immediately switched.

【0073】また、切替え情報がループ単位に付加され
ると、切替え情報に基づきループの処理が一巡したか否
かが判定される。その結果、ループの処理が一巡した場
合には、スクリプト処理が本来の処理に切り替えられる
ことになる。また、イベントに関連するスクリプト処理
のみを行うので、ループを一巡するまでの時間が短縮さ
れる。
When the switching information is added in units of loops, it is determined based on the switching information whether the loop processing has completed one cycle. As a result, when the loop processing is completed, the script processing is switched to the original processing. Also, since only the script processing related to the event is performed, the time required to complete one loop is shortened.

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

【図1】本発明のスクリプト処理装置を示す原理図であ
る。
FIG. 1 is a principle diagram showing a script processing device of the present invention.

【図2】本発明のスクリプト処理装置の発明の実施の形
態を示す構成ブロック図である。
FIG. 2 is a configuration block diagram showing an embodiment of the invention of the script processing device of the present invention.

【図3】図2に示すスクリプト処理装置の主要部を示す
構成ブロック図である。
FIG. 3 is a configuration block diagram showing a main part of the script processing device shown in FIG.

【図4】スクリプト翻訳処理のフローチャートである。FIG. 4 is a flowchart of a script translation process.

【図5】タイマイベント処理のフローチャートである。FIG. 5 is a flowchart of timer event processing.

【図6】入出力イベント処理のフローチャートである。FIG. 6 is a flowchart of input / output event processing.

【図7】スクリプトファイルの一例を示す図である。FIG. 7 is a diagram showing an example of a script file.

【図8】ターミナルエミュレータの処理例である。FIG. 8 is a processing example of a terminal emulator.

【図9】入力を禁止しているスクリプト処理例である。FIG. 9 is an example of a script process for which input is prohibited.

【図10】ポーリングによるスクリプト処理例である。FIG. 10 is an example of script processing by polling.

【図11】スクリプト翻訳処理のフローチャートであ
る。
FIG. 11 is a flowchart of a script translation process.

【図12】タイムスライスによるスクリプト処理のフロ
ーチャートである。
FIG. 12 is a flowchart of script processing by time slice.

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

10・・ターミナルエミュレータ 11・・キーボード 12・・入出力イベント生成部 13・・ターミナルエミュレータ処理部 14・・CRT 15・・回線入出力部 20・・外部記憶装置 30・・スクリプト解析部 31・・スクリプト読み込み部 32・・解析部 33・・エラー表示部 34・・ループ判定部 35・・スクリプト格納処理部 40・・タイマ・イベント生成部 41・・タイマ割り込み設定部 42・・タイマ割り込み処理部 43・・タイマイベント部 50・・スクリプト解析結果格納部 60・・タイマ・イベント関連スクリプト処理部 61,71・・スクリプト解析結果読み出し部 62,71・・ループ一巡判定部 63・・タイマ関連スクリプト判定部 64,74・・スクリプト実行部 70・・入出力関連スクリプト処理部 73・・入出力関連スクリプト判定部 80・・タスク切替え部 10-Terminal emulator 11-Keyboard 12-Input / output event generation unit 13-Terminal emulator processing unit 14-CRT 15-Line input / output unit 20-External storage device 30-Script analysis unit 31- Script reading unit 32 ... Analysis unit 33 ... Error display unit 34 ... Loop determination unit 35 ... Script storage processing unit 40 ... Timer event generation unit 41 ... Timer interrupt setting unit 42 ... Timer interrupt processing unit 43 ..Timer event section 50..Script analysis result storage section 60..Timer event related script processing section 61,71..Script analysis result reading section 62,71..loop loop judgment section 63..timer related script judgment section 64,74 ... Script execution unit 70 ... Input / output related scripts Processing section 73 ... input and output related script determining section 80 .. task switching unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 龍 和宏 石川県河北郡宇ノ気町字宇野気ヌ98番地の 2 株式会社ピーエフユー内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Kazuhiro Ryu No. 98 Unoki-nu, Unoki-cho, Kawakita-gun, Ishikawa Prefecture 2 PFU Co., Ltd.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 定型業務の処理内容を自動的に実行する
ために処理内容をコンピュータが受け付けるように記述
したスクリプトに従ってスクリプト処理を行うスクリプ
ト処理装置において、 前記スクリプトを読み込みスクリプトを解析するスクリ
プト解析部と、 スクリプト解析部により解析されたスクリプトに1つ以
上のループがあるか否かを判定しスクリプトに1つ以上
のループがある場合にはループ単位にループの処理が終
了したか否かを判定するループ判定部と、 ループ単位にループの処理が終了したときスクリプト処
理を本来の処理に切り替えるタスク切替え部と、 前記ループの処理が終了しないときループ単位の処理に
おいてイベント毎に処理を実行するイベント処理部とを
備えることを特徴とするスクリプト処理装置。
1. A script processing device for performing script processing according to a script, which is described so that a computer accepts the processing content for automatically executing the processing content of a routine work, in a script analysis unit for reading the script and analyzing the script. Then, it is determined whether the script analyzed by the script analysis unit has one or more loops, and if the script has one or more loops, it is determined whether the loop processing has been completed for each loop. A loop determination unit, a task switching unit that switches the script processing to the original processing when the loop processing is completed for each loop, and an event that executes processing for each event in the loop processing when the loop processing is not completed A script processing device comprising: a processing unit.
【請求項2】 前記イベント処理部は、 前記スクリプトにタイマイベントを生成するタイマイベ
ント生成部と、 生成されたタイマイベントに関連するスクリプトを実行
するタイマイベント関連スクリプト処理部と、 入出力イベントを生成する入出力イベント生成部と、 生成された入出力イベントに関連するスクリプトを実行
する入出力関連スクリプト処理部とを備えることを特徴
とする請求項1に記載のスクリプト処理装置。
2. The event processing unit, a timer event generation unit that generates a timer event in the script, a timer event-related script processing unit that executes a script related to the generated timer event, and an input / output event The script processing device according to claim 1, further comprising: an input / output event generation unit that executes the input / output event generation unit, and an input / output-related script processing unit that executes a script related to the generated input / output event.
【請求項3】 前記ループ判定部は、スクリプト処理を
本来の処理に切り替えるための切替え情報をループ単位
に付加しこの切替え情報に基づきループの処理が一巡し
たか否かを判定することを特徴とする請求項1または請
求項2に記載のスクリプト処理装置。
3. The loop determination unit adds switching information for switching the script processing to the original processing in loop units, and determines whether or not the loop processing has completed one cycle based on this switching information. The script processing device according to claim 1 or 2.
JP25800095A 1995-10-04 1995-10-04 Script processor Pending JPH09101900A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25800095A JPH09101900A (en) 1995-10-04 1995-10-04 Script processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25800095A JPH09101900A (en) 1995-10-04 1995-10-04 Script processor

Publications (1)

Publication Number Publication Date
JPH09101900A true JPH09101900A (en) 1997-04-15

Family

ID=17314149

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25800095A Pending JPH09101900A (en) 1995-10-04 1995-10-04 Script processor

Country Status (1)

Country Link
JP (1) JPH09101900A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009048545A (en) * 2007-08-22 2009-03-05 Hitachi Software Eng Co Ltd Account information leakage preventing service system
JP2011022678A (en) * 2009-07-14 2011-02-03 Optimedia Corp System for functional interior/scenario exterior, and control method thereof
KR101415657B1 (en) * 2013-10-15 2014-07-09 주식회사 파익스 Method and Apparatus for Controlling Motion

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009048545A (en) * 2007-08-22 2009-03-05 Hitachi Software Eng Co Ltd Account information leakage preventing service system
JP2011022678A (en) * 2009-07-14 2011-02-03 Optimedia Corp System for functional interior/scenario exterior, and control method thereof
KR101415657B1 (en) * 2013-10-15 2014-07-09 주식회사 파익스 Method and Apparatus for Controlling Motion

Similar Documents

Publication Publication Date Title
US7730497B2 (en) Interface driver program for computer and recording medium therefor
US6470340B1 (en) Inter-program linking system and method thereof
JPH09101900A (en) Script processor
CN115150464B (en) Application proxy method, device, equipment and medium
JPH071769A (en) Recording device
JPH11345202A (en) Customizing method of service providing form
US20040193916A1 (en) Central processing unit and computer program
JPH09223021A (en) Software sharing method
JP2010218314A (en) Simulation device, simulation method, and simulation system
JP2001306504A (en) Computer system, server and terminal equipment
JP2006227933A (en) Remote control system and remote control method
JP4355228B2 (en) Service control program and server device
JPH10254726A (en) Remote inspection system
JPH02171932A (en) Job priority setting system
KR920003279B1 (en) Method for loading os &amp; nos in data processing device
JP2002094718A (en) Information processor, data processing method for the information processor and storage medium
US8225141B2 (en) Information processing apparatus, process verification support method, and computer product
Zheng et al. Automatic user interaction detection and scheduling with rsio
JPH0630088B2 (en) TSS command processing method
JPH05224894A (en) Switching system for os
JP2002232516A (en) Emulator, emulation method, emulation program and recording medium, and communication device evaluation method
JPH0589049A (en) Command executing device
JPH08129527A (en) System and method for terminal control
JP2005284630A (en) Operating system
JPH04359355A (en) Dispersion type interactive processing system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050627

A131 Notification of reasons for refusal

Effective date: 20050719

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051115