JPH05250132A - Program processor - Google Patents
Program processorInfo
- Publication number
- JPH05250132A JPH05250132A JP4048268A JP4826892A JPH05250132A JP H05250132 A JPH05250132 A JP H05250132A JP 4048268 A JP4048268 A JP 4048268A JP 4826892 A JP4826892 A JP 4826892A JP H05250132 A JPH05250132 A JP H05250132A
- Authority
- JP
- Japan
- Prior art keywords
- program
- user
- cursor pointer
- processing device
- list
- 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
Links
Landscapes
- Digital Computer Display Output (AREA)
- Stored Programmes (AREA)
Abstract
(57)【要約】
【目的】 プログラム選択時のカーソールポインタの移
動距離を減少させることのできるプログラム処理装置を
提供する。
【構成】 複数のプログラムが格納されている外部記憶
装置と、表示装置と、この表示装置に上述のプログラム
の一覧表を表示する表示手段とを備えており、表示され
たプログラム一覧表上にカーソルポインタを位置させる
ことにより所望のプログラムを選択して実行するプログ
ラム処理装置であって、各プログラムの過去の起動回数
を含む起動情報をそれぞれ記憶する起動情報記憶手段
と、カーソルポインタの初期位置を起動情報記憶手段か
らの起動情報に応じて設定するカーソルポインタ位置設
定手段とを備えている。
(57) [Summary] [Object] To provide a program processing device capable of reducing the movement distance of a cursor pointer when a program is selected. An external storage device storing a plurality of programs, a display device, and display means for displaying a list of the programs on the display device are provided, and a cursor is displayed on the displayed program list. A program processing device for selecting and executing a desired program by locating a pointer, comprising boot information storage means for respectively storing boot information including past boot times of each program, and booting an initial position of a cursor pointer. And a cursor pointer position setting means for setting according to the start information from the information storage means.
Description
【0001】[0001]
【産業上の利用分野】本発明は、複数のプログラムの中
から所望のプログラムを選択して処理するプログラム処
理装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program processing apparatus for selecting and processing a desired program from a plurality of programs.
【0002】[0002]
【従来の技術】外部記憶装置に格納されている複数のプ
ログラムの中から所望のプログラムを選択して実行させ
る処理装置では、実行プログラムを選択するのに画面に
表示されたプログラム一覧表の中からカーソールポイン
タを使って視覚的に選択することがしばしば行われる。2. Description of the Related Art In a processor for selecting and executing a desired program from a plurality of programs stored in an external storage device, a program list displayed on a screen for selecting an execution program is selected. Visual selection is often done using the cursor pointer.
【0003】図12は従来技術におけるプログラム一覧
表の例を示す図である。同図に示すように、従来のシス
テムにおいて、一覧表が表示された直後のカーソルポイ
ンタの初期位置は、先頭のプログラムであるプログラム
1の位置、又はその直前に実行したプログラムの位置、
例えば直前にプログラム(n+1)が実行されていれば
プログラム(n+1)の位置であった。FIG. 12 is a diagram showing an example of a program list in the prior art. As shown in the figure, in the conventional system, the initial position of the cursor pointer immediately after the list is displayed is the position of the program 1, which is the first program, or the position of the program executed immediately before,
For example, if the program (n + 1) was executed immediately before, it was the position of the program (n + 1).
【0004】[0004]
【発明が解決しようとする課題】同じ処理システムを複
数の利用者で共有する場合、時間帯及び利用者毎に各プ
ログラムの使用頻度が異なっている(例えば、昼休みの
時間帯には利用者Aはゲーム1を、利用者Bはゲーム2
の使用頻度が多い等)。このように、ある利用者がある
時間帯に特定のプログラム(例えばワープロ)をよく使
う場合、そのプログラム名が一覧表の最後の方に表示さ
れているものとすると、先頭のプログラム位置にカーソ
ルポインタを表示する方式では、カーソルポインタを先
頭位置からそのプログラムの位置まで移動させる動作を
プログラムを呼び出す都度行わなければならず煩雑であ
る。When the same processing system is shared by a plurality of users, the frequency of use of each program is different depending on the time of day and each user (for example, user A during lunchtime). Is game 1 and user B is game 2
Is frequently used, etc.). In this way, when a certain user frequently uses a specific program (for example, word processor) at a certain time zone, assuming that the program name is displayed at the end of the list, the cursor pointer will move to the beginning program position. The method of displaying is complicated because the operation of moving the cursor pointer from the head position to the position of the program must be performed every time the program is called.
【0005】また、直前に実行したプログラム位置にカ
ーソルポインタを表示する方式では、そのプログラムを
使ったあとに別のプログラムが実行されると、前のプロ
グラムを再び実行する際にカーソルポインタを前のプロ
グラム位置まで戻さなければならずこれも非常に煩雑と
なる。In the method of displaying the cursor pointer at the position of the program executed immediately before, if another program is executed after using that program, the cursor pointer is moved to the previous position when the previous program is executed again. It has to be returned to the program position, which is also very complicated.
【0006】従って本発明は、プログラム選択時のカー
ソールポインタの移動距離を減少させることのできるプ
ログラム処理装置を提供するものである。Therefore, the present invention provides a program processing device capable of reducing the movement distance of the cursor pointer when selecting a program.
【0007】[0007]
【課題を解決するための手段】本発明によれば、複数の
プログラムが格納されている外部記憶装置と、表示装置
と、この表示装置に上述のプログラムの一覧表を表示す
る表示手段とを備えており、表示されたプログラム一覧
表上にカーソルポインタを位置させることにより所望の
プログラムを選択して実行するプログラム処理装置であ
って、各プログラムの過去の起動回数を含む起動情報を
それぞれ記憶する起動情報記憶手段と、カーソルポイン
タの初期位置を起動情報記憶手段からの起動情報に応じ
て設定するカーソルポインタ位置設定手段とを備えたプ
ログラム処理装置が提供される。According to the present invention, there is provided an external storage device in which a plurality of programs are stored, a display device, and a display device for displaying a list of the programs on the display device. A program processing device that selects and executes a desired program by positioning a cursor pointer on the displayed program list, and stores startup information including the past startup times of each program. There is provided a program processing device including information storage means and cursor pointer position setting means for setting an initial position of a cursor pointer according to activation information from the activation information storage means.
【0008】起動情報記憶手段が、あらかじめ登録され
た利用者と、利用時間帯と、該利用時間帯における各プ
ログラムの実行起動回数とに応じてカーソルポインタの
初期位置を設定する設定手段であることが好ましい。The start information storage means is a setting means for setting an initial position of the cursor pointer according to a user registered in advance, a use time zone, and the number of times of execution start of each program in the use time zone. Is preferred.
【0009】[0009]
【作用】外部記憶装置に記憶された各プログラムの過去
の起動回数を含む起動情報それぞれ記憶され、カーソル
ポインタの初期位置がこの起動情報に応じて最適位置に
設定される。その結果、プログラム選択時のカーソール
ポインタの移動距離が短くなり所望のプログラムの起動
を素早く行うことができる。The starting information including the number of times the program is started in the external storage device is stored, and the initial position of the cursor pointer is set to the optimum position according to the starting information. As a result, the moving distance of the cursor pointer when selecting a program is shortened, and a desired program can be started quickly.
【0010】[0010]
【実施例】以下本発明の実施例について図を参照して説
明する。Embodiments of the present invention will be described below with reference to the drawings.
【0011】図1は、本発明の一実施例としてプログラ
ム選択式処理システムの構成を概略的に示すブロック図
である。FIG. 1 is a block diagram schematically showing the configuration of a program selection type processing system as an embodiment of the present invention.
【0012】同図において、10は各情報の登録、読出
し、参照、更新、及びプログラムの選択、起動、表示装
置への表示などの制御処理を行う処理装置である。この
処理装置10は、キーボード、マウスなどの入力装置1
1と、CRT(カソードレイチューブ)、LCD(液晶
表示)等を用いた表示装置12と、外部記憶装置の内容
をロードして処理装置10による処理に備える主記憶装
置13と、利用者IDテーブル、時間帯パターンテーブ
ル、プログラム起動情報テーブル(Program L
oading Information Table、
以後PLITと略す)の各テーブル情報と、選択実行さ
れる各種プログラムとを格納する外部記憶装置14とに
接続されている。In the figure, reference numeral 10 is a processing device for performing control processing such as registration, reading, reference, update of each information, selection and activation of a program, and display on a display device. The processing device 10 includes an input device 1 such as a keyboard and a mouse.
1, a display device 12 using a CRT (cathode ray tube), an LCD (liquid crystal display), etc., a main storage device 13 for loading the contents of an external storage device for processing by the processing device 10, and a user ID table. , Time zone pattern table, program activation information table (Program L
oading Information Table,
It is connected to an external storage device 14 that stores each table information (hereinafter abbreviated as PLIT) and various programs to be selectively executed.
【0013】本システムを起動する前に、利用者は本共
有システムの管理者から「利用者ID」をあらかじめ取
得しておかなければならない。システム管理者は、利用
者より「利用者ID」の取得要求が発生すると、利用者
が本システムを利用するための「利用者ID」を発行す
る。Before starting this system, the user must obtain a "user ID" from the administrator of this sharing system in advance. The system administrator issues a "user ID" for the user to use this system when the user requests the acquisition of the "user ID".
【0014】図2は「利用者ID」の発行処理の基本フ
ローチャートであり、以下この図に従って「利用者I
D」の発行処理動作を説明する。FIG. 2 is a basic flowchart of the "user ID" issuing process.
The issuing processing operation of "D" will be described.
【0015】まず、処理装置10は、本システムの利用
者を識別するための情報を格納してある利用者IDテー
ブルを、外部記憶装置14から主記憶装置13へ読み出
す(ステップS1)。First, the processing device 10 reads a user ID table storing information for identifying a user of this system from the external storage device 14 to the main storage device 13 (step S1).
【0016】次のステップS2では処理装置10へ入力
した信号が終了機能であるかどうか判別され、終了機能
であればステップS3へ進んで主記憶13上の利用者I
Dテーブルを外部記憶装置14へ書き込んで「利用者I
D」の発行処理を終了する。In the next step S2, it is determined whether or not the signal input to the processing device 10 is the end function. If the signal is the end function, the process proceeds to step S3 and the user I on the main memory 13 is detected.
The D table is written to the external storage device 14 and "User I
The process of issuing "D" is completed.
【0017】処理装置10へ入力した信号が終了機能で
ない場合は、ステップS4及びS5において、システム
管理者が入力装置11から利用者氏名、利用者が使用可
能なディレクトリ名、利用者IDの入力を行うのを待
つ。この時、入力した利用者IDが既に利用者IDテー
ブル上に登録されていれば(ステップS6)、再びステ
ップS5に戻り、システム管理者が再度利用者IDを入
力するのを待つ。If the signal input to the processing device 10 is not the end function, the system administrator inputs the user name, the directory name available to the user, and the user ID from the input device 11 in steps S4 and S5. Wait to do. At this time, if the input user ID is already registered in the user ID table (step S6), the process returns to step S5 and waits for the system administrator to input the user ID again.
【0018】既に登録された利用者IDでない場合はス
テップS7へ進んで利用者IDテーブルの更新が行われ
る。更新された利用者IDテーブルはステップS3にお
いて外部記憶装置14に書き込まれる。If the user ID is not already registered, the process proceeds to step S7 and the user ID table is updated. The updated user ID table is written in the external storage device 14 in step S3.
【0019】このように外部記憶装置14に格納される
利用者IDテーブルは、図3にその一例を示すように、
利用者ID番号、その利用者氏名、及び利用者IDによ
って利用できるプログラムの利用者ディレクトリが互い
に対応して登録されている一覧である。The user ID table thus stored in the external storage device 14 is as shown in FIG.
This is a list in which user ID numbers, user names, and user directories of programs that can be used by user IDs are registered in association with each other.
【0020】図4〜図6は、処理装置10によるPLI
Tの更新及びカーソルポインタの初期位置を設定処理等
を示すフローチャートであり、以下これらの図を用いて
本システムの動作を説明する。4 to 6 show the PLI by the processing device 10.
9 is a flowchart showing a process of updating T and setting an initial position of a cursor pointer, etc. The operation of this system will be described below with reference to these figures.
【0021】図4のステップS10において、処理装置
10は利用者IDテーブルを外部記憶装置14から主記
憶装置13へ読み込む。次のステップS11において
は、利用者が入力装置10より利用者を識別するための
「利用者ID」を入力するのを待つ。「利用者ID」が
入力されると、ステップS12において処理装置10
は、入力した「利用者ID」が主記憶装置13上の利用
者IDテーブルに存在しているかを調べる。もし存在し
ていなければ再度利用者に「利用者ID」の入力を促
す、この時、「利用者ID」の入力回数が5回になれ
ば、識別不可処理として処理装置10はシステムを終了
させる(ステップS13)。In step S10 of FIG. 4, the processing device 10 reads the user ID table from the external storage device 14 into the main storage device 13. In the next step S11, the process waits for the user to input the "user ID" for identifying the user from the input device 10. When the "user ID" is input, the processing device 10 is processed in step S12.
Checks whether the entered "user ID" exists in the user ID table on the main storage device 13. If it does not exist, the user is prompted again to input the "user ID". At this time, if the number of times the "user ID" is input becomes 5, the processing device 10 terminates the system as unidentifiable processing. (Step S13).
【0022】「利用者ID」が利用者IDテーブルに存
在していれば、ステップS14へ進み、外部記憶装置1
4から該当する利用者のPLIT及び時間帯パターンテ
ーブルが主記憶装置13へ読み出される。If the "user ID" exists in the user ID table, the process proceeds to step S14, and the external storage device 1
4, the PLIT and the time zone pattern table of the corresponding user are read into the main storage device 13.
【0023】PLITには、図7にその一例を示すよう
に、利用者がプログラム一覧表(図9参照)を作成する
ための情報や、プログラム一覧表より目的のプログラム
を起動するための情報が格納されている。即ち、タイト
ル名としてワープロ、表計算、ゲーム1等の具体的な選
択プログラム名と、それぞれの起動ディレクトリと、プ
ログラムの横軸に7時〜22時の時間で示した各単位時
間当りの実行回数(この実行回数は実行の都度更新され
る)と、参照フラグ(現在参照可能なプログラムはフラ
グ「1」、参照不可能なプログラムはフラグ「0」)
と、プログラムを登録する位置である頁と番号で示す表
示位置とが格納されている。The PLIT, as shown in an example in FIG. 7, contains information for the user to create a program list (see FIG. 9) and information for starting the target program from the program list. It is stored. That is, as a title name, a specific selected program name such as word processor, spreadsheet, game 1 and the like, each start directory, and the number of executions per unit time indicated by time from 7:00 to 22:00 on the horizontal axis of the program. (This execution count is updated each time it is executed) and a reference flag (a flag that can be referenced at present is a flag "1", and a program that cannot be referred to is a flag "0").
And a page which is a position for registering a program and a display position indicated by a number are stored.
【0024】ステップS15においては、読み出した時
間帯パターンが表示装置12に表示される。次のステッ
プS16では、利用者に対して時間帯パターンへの入力
を促す。この時間帯パターンテーブルには、図8にその
一例を示すように、プログラムの起動開始時間を管理す
るための時間帯パターンが格納されている。横軸に時間
(7時〜22時)、縦軸に各プログラムが表されてい
る。In step S15, the read time zone pattern is displayed on the display device 12. In the next step S16, the user is prompted to input the time zone pattern. This time zone pattern table stores time zone patterns for managing the program start start time, as shown in FIG. The horizontal axis represents time (7:00 to 22:00), and the vertical axis represents each program.
【0025】次いでステップS17において処理装置1
0は現在の時刻を読み出し、ステップS18でPLIT
を参照する。図5の次のステップS19では、PLIT
内の参照フラグが参照可能「1」となっているプログラ
ムで、ステップS17で読み出した現在の時刻に対応す
る時間帯内で、一番利用頻度の高いプログラムに最初の
カーソルポインタをもってくる。Next, in step S17, the processing device 1
0 reads the current time, and PLIT in step S18.
Refer to. In step S19 next to FIG.
Within the time zone corresponding to the present time read in step S17, the first cursor pointer is brought to the most frequently used program in the program whose reference flag is "1" that can be referred to.
【0026】ステップS20において、処理装置10は
図9に示すプログラム一覧表(図では最初のカーソルポ
インタがゲーム1になっている)を表示装置12に表示
し、次のステップS21では利用機能の入力を待つ。な
お、図9は外部記憶装置4に格納されている各種プログ
ラムについてのプログラム名を示している。In step S20, the processing device 10 displays the program list shown in FIG. 9 (the first cursor pointer is the game 1 in the figure) on the display device 12, and in the next step S21, the use function input is performed. Wait for It should be noted that FIG. 9 shows program names of various programs stored in the external storage device 4.
【0027】次のステップS22では、処理装置10へ
入力した信号が終了機能であるかどうか判別する。終了
機能が選択された場合は、ステップS23へ進み、主記
憶装置13上のPLITを外部記憶装置14へ書き込
み、本システムを終了させる。In the next step S22, it is determined whether or not the signal input to the processing device 10 is the end function. When the end function is selected, the process proceeds to step S23, the PLIT in the main storage device 13 is written in the external storage device 14, and the present system is ended.
【0028】終了機能でない場合はステップS24へ進
み、登録機能が選択されたかどうか判別する。処理装置
10への入力信号が登録機能であれば、ステップS25
へ進み、所望のプログラムをプログラム一覧表(図9参
照)上で登録する位置を決める。これは利用者が入力装
置11を介して行う。次いでステップS26において、
プログラム一覧表に表示するプログラムタイトル、目的
のプログラムが格納されているディレクトリ、及び目的
のプログラムを起動するのに必要なコマンド群の入力を
利用者に促す。この場合、表示装置12には図10にそ
の一例を示すような表示がなされ、利用者はこの各項目
について入力装置11より入力を行う。この各登録項目
の入力処理が終了すると、ステップS27においてPL
ITを更新した後、ステップS17へ戻る。If it is not the end function, the process proceeds to step S24, and it is determined whether or not the registration function is selected. If the input signal to the processing device 10 is the registration function, step S25.
Then, the position to register the desired program on the program list (see FIG. 9) is determined. This is done by the user via the input device 11. Then, in step S26,
The user is prompted to enter the program title to be displayed in the program list, the directory in which the target program is stored, and the command group required to start the target program. In this case, a display such as that shown in FIG. 10 is displayed on the display device 12, and the user inputs the respective items from the input device 11. When the input process of each registration item is completed, the PL
After updating IT, it returns to step S17.
【0029】処理装置10へ入力している信号が終了機
能でも登録機能でもなければ、ステップS28へ進み、
プログラム一覧表のカーソルポインタ上のプログラム
(図9ではゲーム1を示している)が利用者にとって所
望のプログラムであるか否かの判別を行う。これは利用
者が入力装置11を介して入力することで行う。If the signal input to the processing device 10 is neither the end function nor the registration function, the process proceeds to step S28.
It is determined whether or not the program on the cursor list in the program list (game 1 is shown in FIG. 9) is a desired program for the user. This is done by the user making an input via the input device 11.
【0030】もし、カーソルポインタ上のプログラムが
所望のプログラムでなければ、ステップS29及びS3
0へ処理が進み、主記憶装置13上のPLITを参照し
PLIT内のカーソルポインタ上のプログラム起動情報
の1つである参照フラグを参照不可「0」として、ステ
ップS19へ戻る。If the program on the cursor pointer is not the desired program, steps S29 and S3.
The process proceeds to 0, the PLIT in the main memory 13 is referred to, the reference flag, which is one of the program activation information on the cursor pointer in the PLIT, is set to “0” which cannot be referred, and the process returns to step S19.
【0031】カーソルポインタ上のプログラム(ゲーム
1とする)が所望のプログラムであれば、図6のステッ
プS31へ進み、ゲーム1のプログラムに該当する起動
情報を主記憶装置13上のPLITから読み込み、ゲー
ム1のプログラムを起動させる(ステップS32)。If the program on the cursor pointer (assumed to be game 1) is the desired program, the process proceeds to step S31 in FIG. 6 to read the boot information corresponding to the program for game 1 from the PLIT on the main memory 13, The program of the game 1 is activated (step S32).
【0032】プログラムの終了を待って、処理装置10
は主記憶装置13上のPLITを参照し(ステップS3
3)、次のステップS34において、PLIT内の起動
させたプログラムの起動情報の一つである単位起動時刻
における実行回数をインクリメント(+1)して更新す
る。さらにステップS35において、PLIT内の全て
のプログラムの参照フラグを参照可能「1」とした後、
ステップS17へ戻る。Waiting for the end of the program, the processing unit 10
Refers to the PLIT on the main storage device 13 (step S3
3) In the next step S34, the number of executions at the unit activation time, which is one of the activation information of the activated program in the PLIT, is incremented (+1) and updated. Further, in step S35, the reference flags of all programs in the PLIT are set to “1” which can be referred to,
Return to step S17.
【0033】図11は、本システムをn人の利用者で共
有した場合の仮想的な画面イメージを示すものである。
同図から明らかのように、本実施例ではある時刻におけ
るn人の利用者のカーソルポインタの位置が互いに異な
っており、例えば利用者2がプログラムn、利用者1が
プログラムn+1等、効率良く共有システムを運用する
ことができる。FIG. 11 shows a virtual screen image when this system is shared by n users.
As is apparent from the figure, in this embodiment, the positions of the cursor pointers of the n users at a certain time are different from each other, and, for example, the user 2 can share the program n, the user 1 can share the program n + 1, etc. efficiently. The system can be operated.
【0034】[0034]
【発明の効果】以上詳細に説明したように本発明によれ
ば、複数のプログラムが格納されている外部記憶装置
と、表示装置と、この表示装置に上述のプログラムの一
覧表を表示する表示手段とを備えており、表示されたプ
ログラム一覧表上にカーソルポインタを位置させること
により所望のプログラムを選択して実行するプログラム
処理装置であって、各プログラムの過去の起動回数を含
む起動情報をそれぞれ記憶する起動情報記憶手段と、カ
ーソルポインタの初期位置を起動情報記憶手段からの起
動情報に応じて設定するカーソルポインタ位置設定手段
とを備えているため、プログラム選択時のカーソールポ
インタの移動距離を減少させることができ、プログラム
の起動を素早く行うことができる。As described above in detail, according to the present invention, an external storage device storing a plurality of programs, a display device, and a display means for displaying a list of the programs on the display device. And a program processing device that selects and executes a desired program by positioning a cursor pointer on the displayed program list, and provides start information including the number of times the program has been started in the past. Since the boot information storing means for storing and the cursor pointer position setting means for setting the initial position of the cursor pointer according to the boot information from the boot information storing means are provided, the moving distance of the cursor pointer at the time of program selection is reduced. The program can be started quickly.
【図1】本発明の一実施例としてプログラム選択処理シ
ステムのブロック図である。FIG. 1 is a block diagram of a program selection processing system as an embodiment of the present invention.
【図2】図1の実施例における利用者ID発行処理のフ
ローチャートである。FIG. 2 is a flowchart of a user ID issuing process in the embodiment of FIG.
【図3】図1の実施例における外部記憶装置内の利用者
IDテーブルの一例を示す図である。FIG. 3 is a diagram showing an example of a user ID table in an external storage device in the embodiment of FIG.
【図4】図1の実施例における処理動作のフローチャー
トである。FIG. 4 is a flowchart of a processing operation in the embodiment of FIG.
【図5】図1の実施例における処理動作のフローチャー
トである。5 is a flowchart of a processing operation in the embodiment of FIG.
【図6】図1の実施例における処理動作のフローチャー
トである。FIG. 6 is a flowchart of a processing operation in the embodiment of FIG.
【図7】図1の実施例における外部記憶装置内のPLI
Tの一例を示す図である。FIG. 7 is a PLI in the external storage device in the embodiment of FIG.
It is a figure which shows an example of T.
【図8】図1の実施例における外部記憶装置内の時間帯
パターンテーブルの一例を示す図である。8 is a diagram showing an example of a time zone pattern table in the external storage device in the embodiment of FIG.
【図9】図1の実施例におけるプログラム一覧表表示の
一例を示す図である。9 is a diagram showing an example of a program list display in the embodiment of FIG.
【図10】図1の実施例におけるプログラム登録項目の
表示の一例を示す図である。FIG. 10 is a diagram showing an example of display of program registration items in the embodiment of FIG.
【図11】本発明の共有利用時における仮想的画面イメ
ージを示す図である。FIG. 11 is a diagram showing a virtual screen image during shared use of the present invention.
【図12】従来技術におけるプログラム一覧表の例を示
す図である。FIG. 12 is a diagram showing an example of a program list in a conventional technique.
10 処理装置 11 入力装置 12 表示装置 13 主記憶装置 14 外部記憶装置 10 Processing Device 11 Input Device 12 Display Device 13 Main Storage Device 14 External Storage Device
Claims (2)
記憶装置と、表示装置と、該表示装置に前記プログラム
の一覧表を表示する表示手段とを備えており、表示され
たプログラム一覧表上にカーソルポインタを位置させる
ことにより所望のプログラムを選択して実行するプログ
ラム処理装置であって、前記各プログラムの過去の起動
回数を含む起動情報をそれぞれ記憶する起動情報記憶手
段と、前記カーソルポインタの初期位置を前記起動情報
記憶手段からの起動情報に応じて設定するカーソルポイ
ンタ位置設定手段とを備えたことを特徴とするプログラ
ム処理装置。1. An external storage device in which a plurality of programs are stored, a display device, and display means for displaying a list of the programs on the display device are provided on the displayed program list. A program processing device for selecting and executing a desired program by positioning a cursor pointer, comprising startup information storage means for respectively storing startup information including the number of past startups of each program, and initializing the cursor pointer. A program processing device, comprising: cursor pointer position setting means for setting a position according to the start information from the start information storage means.
録された利用者と、利用時間帯と、該利用時間帯におけ
る各プログラムの実行起動回数とに応じて前記カーソル
ポインタの初期位置を設定する設定手段である請求項1
に記載のプログラム処理装置。2. The setting for setting the initial position of the cursor pointer according to a user registered in advance, a use time zone, and the number of times of execution start of each program in the use time zone by the start information storage means. Claim 1 which is a means
The program processing device according to 1.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4048268A JPH05250132A (en) | 1992-03-05 | 1992-03-05 | Program processor |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4048268A JPH05250132A (en) | 1992-03-05 | 1992-03-05 | Program processor |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH05250132A true JPH05250132A (en) | 1993-09-28 |
Family
ID=12798695
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP4048268A Pending JPH05250132A (en) | 1992-03-05 | 1992-03-05 | Program processor |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH05250132A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0815244A (en) * | 1994-07-04 | 1996-01-19 | Shinotesuto:Kk | Aluminum detecting method |
| JP5487969B2 (en) * | 2007-11-02 | 2014-05-14 | 日本電気株式会社 | Information terminal device and function utilization method |
-
1992
- 1992-03-05 JP JP4048268A patent/JPH05250132A/en active Pending
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0815244A (en) * | 1994-07-04 | 1996-01-19 | Shinotesuto:Kk | Aluminum detecting method |
| JP5487969B2 (en) * | 2007-11-02 | 2014-05-14 | 日本電気株式会社 | Information terminal device and function utilization method |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5434963A (en) | Method and system of help-information control method and system | |
| JP2959069B2 (en) | Slip input processor | |
| JP2001103415A (en) | Slide show device | |
| JP2776907B2 (en) | Help information control method and device | |
| JPH05250132A (en) | Program processor | |
| JP2855827B2 (en) | Map search method | |
| JPH0580997A (en) | Program selection system in computer | |
| JPH0588953A (en) | Information processing equipment | |
| JPH07129355A (en) | Screen display device and method | |
| JPH07271994A (en) | Figure selection method and method | |
| JP3814308B2 (en) | Document file management system and document file management method | |
| JPH06337778A (en) | Program selecting device | |
| JPH067400Y2 (en) | File search device | |
| JP2929750B2 (en) | Window management device | |
| JPS6210831Y2 (en) | ||
| JPH02122376A (en) | Map information control system | |
| JP2839306B2 (en) | Attribute setting method in interactive graphic processing | |
| JPH0635648A (en) | Computer device | |
| JPH09222981A (en) | Information processing device | |
| JPH01118924A (en) | Information retrieving device | |
| JPH03256155A (en) | Command starting system in tss system | |
| JPH04314119A (en) | Function key multiple registering/deleting/selecting mechanism | |
| JPH01304531A (en) | database system | |
| JPH02129740A (en) | Method for updating data base | |
| JPH0588833A (en) | Data input method for automatic demonstration |