JP2004029993A - Software activating method and program - Google Patents

Software activating method and program Download PDF

Info

Publication number
JP2004029993A
JP2004029993A JP2002182428A JP2002182428A JP2004029993A JP 2004029993 A JP2004029993 A JP 2004029993A JP 2002182428 A JP2002182428 A JP 2002182428A JP 2002182428 A JP2002182428 A JP 2002182428A JP 2004029993 A JP2004029993 A JP 2004029993A
Authority
JP
Japan
Prior art keywords
software
function information
function
name
keyword
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
JP2002182428A
Other languages
Japanese (ja)
Other versions
JP2004029993A5 (en
Inventor
Kazuhiko Takabayashi
高林 和彦
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP2002182428A priority Critical patent/JP2004029993A/en
Publication of JP2004029993A publication Critical patent/JP2004029993A/en
Publication of JP2004029993A5 publication Critical patent/JP2004029993A5/ja
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To enable the activation of software from function information with optional software as an object and to activate the software by utilizing two or more pieces of the function information, displaying a target function list from the keyword of a function name and selecting a target function from it. <P>SOLUTION: At the time of installing the software or the like, the keyword of the function information of the software is registered to a function management table 1 together with a software name. When a user feeds the keyword of work that he/she wants to perform, by retrieving the function management table 1, displaying the list of target software and activating the software selected by the user from it, the user easily activates the target software. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、任意にインストールされたソフトウェアの機能を登録し、利用者がキーワードを入力することで、目的のソフトウェアを起動する、ソフトウェアの起動方法およびプログラムに関する。
【0002】
【従来の技術】
従来のソフトウェア起動方法としては、ソフトウェアの名称を選択して起動する方法のほか、特開2000−347838号公報や特開平9−114650号公報に記載された技術がある。
【0003】
特開2000−347838号公報は、統合ソフトウェア内の機能指定によるプログラム呼び出し方式を開示する。これは、統合的に種々の機能を提供するソフトウェアにおいて、機能を指定することにより当該機能を呼び出すものである。具体的には、インストールするソフトウェアに、あらかじめ登録すべき機能情報が格納されており、インストールの際にその情報を登録し、利用者が利用する際には機能情報の一覧を表示し、その中から選択された機能を起動するものである。
【0004】
特開平9−114650号公報は、機能階層によるプログラム呼び出し方式を開示する。これは、業務処理など機能の範囲が明確になっている場合に、それらの機能を階層表現し、目的のプログラムを見つけやすくしたものである。
【0005】
【発明が解決しようとする課題】
上記従来技術は、統合ソフトウェアの範囲内あるいは業務処理の範囲内など機能の範囲が明確な場合のソフトウェアの選択方式に関するものであり、任意のソフトウェアを対象にして機能情報を表示することを目的としたものではない。このため、あらかじめ登録すべき機能情報を有しない任意のソフトウェアについては、機能情報を表示できず、機能情報によるソフトウェア起動ができないという問題があった。すなわち、機能情報によるソフトウェア起動ができる範囲が限られているものであった。
【0006】
また、上記従来技術では機能(プログラム)を一覧表示するだけであるので、目的の機能を見つけ出すのに手間がかかるという問題があった。
【0007】
さらに、一般の使用者がPC(パーソナルコンピュータ)などに入っているソフトウェアを探し出す場合に、全体の機能体系がわかっているわけではない。使用者は、実行したい作業がわかっているだけであり、階層表現されたツリー中から目的のソフトウェアを探し出すのは難しいという問題がある。
【0008】
本発明は、任意のソフトウェアを対象に、機能情報からソフトウェアを起動することができるようにすることを目的とし、さらに、複数の機能情報を利用して、機能名称のキーワードから目的の機能一覧を表示し、その中から目的の機能を選択してソフトウェアを起動することができるようにすることを目的とする。
【0009】
【課題を解決するための手段】
上記目的を達成するために、本発明は、請求項1に係る発明は、コンピュータ上で複数のソフトウェアの中から1つを選択して起動するソフトウェア起動方法であって、前記複数のソフトウェアの機能情報とソフトウェア名称とを対応させて記憶しておくステップと、入力されたキーワードをもとに前記機能情報を検索し、そのキーワードを含む機能情報に対応するソフトウェア名称を一覧表示するステップと、一覧表示した中から使用者が指定したソフトウェア名称のソフトウェアを起動するステップとを備えたことを特徴とする。
【0010】
請求項2に係る発明は、請求項1に記載のソフトウェア起動方法において、前記ソフトウェア名称を一覧表示するステップは、前記入力されたキーワードを含む機能情報に対応するソフトウェア名称とともに、その機能情報の少なくとも一部を表示するものであり、さらに、表示された機能情報の一部を指定することにより、その機能情報の全文を表示するステップを備えたことを特徴とする。
【0011】
請求項3に係る発明は、請求項1に記載のソフトウェア起動方法において、前記複数のソフトウェアの機能情報とソフトウェア名称とを対応させて記憶しておくステップは、ソフトウェアのインストール時にそのソフトウェアの機能情報を取得し、当該機能情報とソフトウェア名称とを対応させて記憶するものであることを特徴とする。
【0012】
請求項4に係る発明は、請求項1に記載のソフトウェア起動方法において、ソフトウェアの機能情報とソフトウェア名称とを追加、登録、および編集するステップをさらに備えたことを特徴とする。
【0013】
請求項5に係る発明は、請求項1に記載のソフトウェア起動方法において、前記ソフトウェアの機能情報は、インターネットを利用してダウンロードした情報であることを特徴とする。
【0014】
請求項6に係る発明は、コンピュータ上で複数のソフトウェアの中から1つを選択して起動するソフトウェア起動プログラムであって、前記複数のソフトウェアの機能情報とソフトウェア名称とを対応させて記憶しておくステップと、入力されたキーワードをもとに前記機能情報を検索し、そのキーワードを含む機能情報に対応するソフトウェア名称を一覧表示するステップと、一覧表示した中から使用者が指定したソフトウェア名称のソフトウェアを起動するステップとを備えたことを特徴とする。
【0015】
請求項7に係る発明は、請求項6に記載のソフトウェア起動プログラムにおいて、前記ソフトウェア名称を一覧表示するステップは、前記入力されたキーワードを含む機能情報に対応するソフトウェア名称とともに、その機能情報の少なくとも一部を表示するものであり、さらに、表示された機能情報の一部を指定することにより、その機能情報の全文を表示するステップを備えたことを特徴とする。
【0016】
請求項8に係る発明は、請求項6に記載のソフトウェア起動プログラムにおいて、前記複数のソフトウェアの機能情報とソフトウェア名称とを対応させて記憶しておくステップは、ソフトウェアのインストール時にそのソフトウェアの機能情報を取得し、当該機能情報とソフトウェア名称とを対応させて記憶するものであることを特徴とする。
【0017】
【発明の実施の形態】
以下、図面を用いて本発明の実施の形態を説明する。
【0018】
図1は、本発明の実施の形態であるキーワードによるソフトウェア起動装置の構成を示す。この装置は、ソフトウェアの複数の機能情報とソフトウェア名称とを対応して格納する機能管理テーブル1と、ソフトウェアのインストール時にそのソフトウェアの機能情報を取得し機能管理テーブル1に格納する機能情報取得手段2と、使用者が機能管理テーブル1に機能情報を追加および編集するための機能情報編集手段3と、使用者が入力した機能名のキーワードをもとに機能管理テーブル1を検索し対象のソフトウェア名を表示し起動するキーワード起動手段4とを備える。本装置は、実際にはPCなどで上記各手段2〜4の役割を果たすプログラムを実行させることにより実現されるものである。機能管理テーブル1は、何らかの記憶手段(ハードディスクやメモリなど)上に格納される。
【0019】
機能管理テーブル1は、機能情報11と、ソフト名12と、実行ファイル13とを対応させて記憶しておくテーブルである。実行ファイル13は、当該ソフトウェアの実行ファイルが存在する場所(例えばパス名など)を格納するフィールドである。機能管理テーブル1は、使用者が使用する全てのソフトウェアを対象に、さまざまな機能情報を機能情報11のフィールドに保持している。これらの機能情報は、使用者が検索の際に利用する種々のキーワードを含んでいる。機能管理テーブル1は、使用者による更新操作が可能である。
【0020】
機能情報取得手段2は、機能情報取得処理部21と、機能情報格納処理部22を有する。機能情報取得処理部21は、ソフトウェアのインストール時にオペレーティングシステム(OS)の基本機能であるインストーラにより呼び出される。機能情報取得処理部21は、インストール対象ソフトウェアの入力媒体などを検索し、機能情報を取得する。機能情報格納処理部22は、機能情報取得処理部21で求めた機能情報のキーワードを機能管理テーブル1に追加する。
【0021】
機能情報編集手段3により、使用者は任意にソフトウェア名称と機能情報のキーワードを追加、登録、編集することができるようになっている。インストール処理を行わないようなソフトウェアでは、機能情報取得手段2で機能情報を取得できず、また自動取得した機能情報を使用者が編集したい場合も生じるためである。
【0022】
キーワード起動手段4は、キーワード入力処理部41と、機能情報検索処理部42と、対象ソフト表示処理部43と、指定ソフト起動処理部44とを有する。キーワード入力処理部41は、画面上にキーワード入力画面を表示し、使用者が入力した作業のキーワードを取得する。機能情報検索処理部42は、キーワード入力画面で入力されたキーワードをもとに機能管理テーブル1を検索し、当該キーワードを含む機能情報を有するレコードを取り出す。そのようなレコードが見つかった場合、対象ソフト表示処理部43は、機能管理テーブル1中のソフト名とその説明文(機能情報)を対象ソフト一覧画面に表示する。使用者が対象ソフト一覧画面に表示された中から作業目的に合ったソフト名をクリックすると、指定ソフト起動処理部44は、指定されたソフトウェアを起動する。
【0023】
図2は、ソフトウェアインストール時に機能情報を機能管理テーブル1に格納する処理の手順を示す。
【0024】
まず、ステップ201で、使用者がソフトウェアのインストールを要求する。ステップ202で、OSのインストーラが、使用者からのインストール要求を受け取って、機能情報取得手段2を呼び出す。ステップ203で、機能情報取得手段2の機能情報取得処理部21は、インストールするソフトウェアの入力媒体5から、Readme.txt等の説明ファイル、HELPファイル等、そのソフトウェアに関する説明文を読み込む。なお、本発明は、所定の入力媒体に格納されているソフトウェアをインストールする場合のほか、インターネット6を介して所定のWebサイト7からダウンロードしたソフトウェアをインストールする場合にも適用できる。その場合は、インストールするソフトウェアの説明文はインターネット6経由でダウンロードすることになる。
【0025】
ステップ204では、機能情報取得手段2の機能情報格納処理部22により、読み込んだ説明文を機能管理テーブル1の機能情報11にそのまま書き込む。同時に、ソフト名12も書き込む。ステップ205で、当該ソフトウェアの格納先(インストール先)などの詳細情報を要求する画面を表示する。ステップ206で使用者が格納先を指定すると、ステップ207でインストール処理を実行する。このインストール処理は、従来と同様である。ステップ208で、再び機能情報取得手段2を呼び出す。ステップ209で、機能情報取得手段2は、機能管理テーブル1の実行ファイル13に、当該実行ファイルのフォルダと実行ファイル名(すなわちパス名)を書き込む。ステップ210で、終了メッセージを表示し、処理を終了する。
【0026】
図3は、キーワードによるソフトウェア起動の手順を示す。
【0027】
まず、ステップ301で、使用者は画面上のスタートボタンから「キーワードBOX」を選択する。ステップ302でキーワード入力画面であるキーワードBOXが表示されたら、ステップ303で使用者は実行したい作業のキーワードを入力する。ここで、使用者は、ある住所の地図上の位置を確認する作業をしたいと考え、例えばキーワードとして「住所」を入力したとする。ステップ304で、入力されたキーワードをもとに、機能情報検索処理部42が機能管理テーブル1の機能情報11を検索する。ステップ305では、条件にマッチするレコードを取り出す。例えば、ステップ303で入力した「住所」をキーワードとして機能管理テーブル1の機能情報11を検索すると、「BBB」と「CCC」の機能情報に当該キーワード「住所」が含まれているので、これらのレコードが取り出される。
【0028】
ステップ306では、取り出したソフト名と説明文の一部(例えば、先頭部分のみ)をプログラム起動BOX画面に一覧表示する。ステップ307は、表示されたプログラム起動BOX画面の例を示す。ステップ308で、使用者が、プログラム起動BOX画面の一覧表示内で何れかの説明文、例えば「CCC」の説明文をクリックすると、ステップ309で、取り出し済みのレコード情報から「CCC」の説明文の全文を表示する。ステップ310は、「CCC」の説明文の全文を表示したところを示す。ステップ311で、使用者がソフト名の部分、例えば「CCC」をクリックすると、ステップ312で、指定ソフト起動処理部44は、取り出し済みのレコード情報から「CCC」の実行ファイルのパス名を取得し、そこに存在する当該ソフトウェアを起動する。ステップ313は、目的のソフトである「CCC」が起動したところを示す。
【0029】
【発明の効果】
以上説明したように、本発明によれば、使用者が使用する任意のソフトウェアを対象に、ソフトウェア名称が不明確でも、機能名のキーワードを入力することで目的のソフトウェアを起動することができる。これによって、大量のソフトウェアを管理している場合に、目的のソフトウェアを探し出す時間が大幅に削減できる。また、ハードウェアの出荷時にプレインストールされたソフトウェアに対して、出荷時に機能管理テーブルに対象ソフトウェアの情報をセットしておくことで、プレインストールされたソフトウェアが使用者に有効に使用され、プレインストールの価値が高くなる。
【0030】
また、一般のプログラムに対しても、インストール時に機能キーワードを抜き出して機能管理テーブルに登録する機能を設けることで、プレインストールされたプログラム以外についても、キーワードによる呼び出しを可能としている。追加プログラムについてもキーワードによる呼び出しができることで、初心者だけではなく、多数のプログラムを管理する上級者にとっても、プログラム管理(目的のプログラムを見つけやすくすること)を容易にすることができる。
【図面の簡単な説明】
【図1】本発明の実施の形態に係るソフトウェア起動装置の構成を示す図である。
【図2】ソフトウェアインストール時に機能情報を機能管理テーブルに格納する処理の手順を示す図である。
【図3】キーワードによるソフトウェア起動の手順を示す図である。
【符号の説明】
1……機能管理テーブル、2……機能情報取得手段、3……機能情報編集手段、4……キーワード起動手段、5……インストールするソフトウェアの入力媒体、6……インターネット、7……インストールするソフトウェアの存在するWebサイト、11……機能情報、12……ソフト名、13……実行ファイル、21……機能情報取得処理部、22……機能情報格納処理部、31……機能情報編集処理部、41……キーワード入力処理部、42……機能情報検索処理部、43……対象ソフト表示処理部、44……指定ソフト起動処理部。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a software starting method and a program for registering a function of arbitrarily installed software and starting a target software by a user inputting a keyword.
[0002]
[Prior art]
As a conventional software activation method, there is a technique described in JP-A-2000-347838 or JP-A-9-1114650, in addition to a method of selecting and activating a software name.
[0003]
Japanese Patent Laying-Open No. 2000-347838 discloses a program calling method by designating a function in integrated software. This is to call a function by designating the function in software that provides various functions in an integrated manner. Specifically, the function information to be registered is stored in advance in the software to be installed, the information is registered at the time of installation, and a list of function information is displayed when the user uses it. Activate the function selected from.
[0004]
Japanese Patent Application Laid-Open No. Hei 9-114650 discloses a program calling method using a function hierarchy. In this method, when the range of functions such as business processing is clear, those functions are expressed in a hierarchy to make it easier to find a target program.
[0005]
[Problems to be solved by the invention]
The above prior art relates to a software selection method when the range of functions is clear, such as within the range of integrated software or within the scope of business processing, and is intended to display function information for any software. It was not done. For this reason, there is a problem that any software having no function information to be registered in advance cannot display the function information and cannot start the software based on the function information. That is, the range in which the software can be activated based on the function information is limited.
[0006]
Further, in the above-described conventional technology, since only functions (programs) are displayed in a list, there is a problem that it takes time and effort to find a target function.
[0007]
Further, when a general user searches for software stored in a PC (personal computer) or the like, the entire functional system is not known. There is a problem that the user only knows the work to be performed, and it is difficult to find the target software from the hierarchically expressed tree.
[0008]
An object of the present invention is to enable software to be started from function information for arbitrary software, and furthermore, by using a plurality of pieces of function information, a target function list can be obtained from a keyword of a function name. It is an object of the present invention to be able to display and to select a desired function from among the displayed functions to activate the software.
[0009]
[Means for Solving the Problems]
In order to achieve the above object, the present invention according to claim 1 is a software starting method for selecting and starting one of a plurality of software on a computer, wherein the functions of the plurality of software Storing information and software names in association with each other, searching for the function information based on the input keyword, and displaying a list of software names corresponding to the function information including the keyword; Starting the software having the software name designated by the user from the displayed information.
[0010]
According to a second aspect of the present invention, in the software activation method according to the first aspect, the step of displaying the list of software names includes a software name corresponding to the function information including the input keyword and at least one of the function information. Displaying a part of the displayed function information and displaying a full text of the function information by designating a part of the displayed function information.
[0011]
According to a third aspect of the present invention, in the software activation method according to the first aspect, the step of storing the function information of the plurality of software and the software name in association with each other includes the step of installing the function information of the software when the software is installed. And stores the function information and the software name in association with each other.
[0012]
The invention according to claim 4 is the software activation method according to claim 1, further comprising a step of adding, registering, and editing function information and software name of the software.
[0013]
According to a fifth aspect of the present invention, in the software activation method according to the first aspect, the function information of the software is information downloaded using the Internet.
[0014]
The invention according to claim 6 is a software activation program that selects and activates one of a plurality of software on a computer, and stores function information and software names of the plurality of software in association with each other. Setting, searching for the function information based on the input keyword, and displaying a list of software names corresponding to the function information including the keyword, and displaying the software name specified by the user from the list. Starting the software.
[0015]
According to a seventh aspect of the present invention, in the software activation program according to the sixth aspect, the step of displaying the list of software names includes at least one of the function information and the software name corresponding to the function information including the input keyword. Displaying a part of the displayed function information and displaying a full text of the function information by designating a part of the displayed function information.
[0016]
According to an eighth aspect of the present invention, in the software activation program according to the sixth aspect, the step of storing the function information of the plurality of software and the software name in association with each other includes the step of installing the function information of the software when the software is installed. And stores the function information and the software name in association with each other.
[0017]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0018]
FIG. 1 shows a configuration of a software starting device using a keyword according to an embodiment of the present invention. The apparatus includes a function management table 1 for storing a plurality of pieces of function information of software and a software name in correspondence with each other, and a function information acquisition unit 2 for acquiring function information of the software when the software is installed and storing the information in the function management table 1 Function information editing means 3 for the user to add and edit function information to the function management table 1; and search the function management table 1 based on the keyword of the function name input by the user, And a keyword activating means 4 for displaying and activating the keyword. This apparatus is actually realized by a PC or the like executing a program that plays a role of each of the units 2 to 4. The function management table 1 is stored on some storage means (such as a hard disk or a memory).
[0019]
The function management table 1 is a table that stores function information 11, software names 12, and execution files 13 in association with each other. The execution file 13 is a field for storing a location (for example, a path name) where the execution file of the software exists. The function management table 1 holds various function information in a field of function information 11 for all software used by the user. These pieces of function information include various keywords used by the user when searching. The function management table 1 can be updated by a user.
[0020]
The function information acquisition unit 2 includes a function information acquisition processing unit 21 and a function information storage processing unit 22. The function information acquisition processing unit 21 is called by an installer which is a basic function of an operating system (OS) when installing software. The function information acquisition processing unit 21 retrieves an input medium or the like of the software to be installed and acquires function information. The function information storage processing unit 22 adds the keyword of the function information obtained by the function information acquisition processing unit 21 to the function management table 1.
[0021]
The function information editing means 3 allows a user to arbitrarily add, register, and edit software names and keywords of function information. This is because, with software that does not perform the installation processing, the function information cannot be obtained by the function information obtaining unit 2, and the user sometimes wants to edit the automatically obtained function information.
[0022]
The keyword activation unit 4 includes a keyword input processing unit 41, a function information search processing unit 42, a target software display processing unit 43, and a designated software activation processing unit 44. The keyword input processing unit 41 displays a keyword input screen on the screen, and acquires the keyword of the work input by the user. The function information search processing unit 42 searches the function management table 1 based on the keyword input on the keyword input screen, and extracts a record having function information including the keyword. When such a record is found, the target software display processing unit 43 displays the software name in the function management table 1 and its description (function information) on the target software list screen. When the user clicks on a software name suitable for the work purpose from the displayed on the target software list screen, the designated software activation processing unit 44 activates the designated software.
[0023]
FIG. 2 shows a procedure of processing for storing function information in the function management table 1 at the time of software installation.
[0024]
First, in step 201, a user requests installation of software. In step 202, the OS installer receives the installation request from the user and calls the function information acquisition unit 2. In step 203, the function information acquisition processing unit 21 of the function information acquisition unit 2 reads the Readme. An explanation file related to the software, such as an explanation file such as txt or a HELP file, is read. The present invention is applicable not only to a case where software stored in a predetermined input medium is installed, but also to a case where software downloaded from a predetermined Web site 7 via the Internet 6 is installed. In this case, the description of the software to be installed is downloaded via the Internet 6.
[0025]
In step 204, the function description storage unit 22 of the function information acquisition unit 2 writes the read explanation text into the function information 11 of the function management table 1 as it is. At the same time, the software name 12 is also written. In step 205, a screen for requesting detailed information such as a storage destination (installation destination) of the software is displayed. When the user designates a storage destination in step 206, an installation process is executed in step 207. This installation process is the same as the conventional one. In step 208, the function information acquisition means 2 is called again. In step 209, the function information acquisition unit 2 writes the folder of the execution file and the execution file name (namely, path name) in the execution file 13 of the function management table 1. In step 210, an end message is displayed, and the process ends.
[0026]
FIG. 3 shows a procedure for starting software by a keyword.
[0027]
First, in step 301, the user selects "keyword box" from the start button on the screen. When the keyword BOX, which is a keyword input screen, is displayed in step 302, in step 303, the user inputs a keyword of an operation to be performed. Here, it is assumed that the user wants to check the position of a certain address on the map, and inputs “address” as a keyword, for example. In step 304, the function information search processing unit 42 searches the function information 11 of the function management table 1 based on the input keyword. In step 305, a record that matches the condition is extracted. For example, when the function information 11 of the function management table 1 is searched using the “address” input in step 303 as a keyword, the keyword “address” is included in the function information of “BBB” and “CCC”. Records are retrieved.
[0028]
In step 306, a list of the extracted software name and a part of the description (for example, only the leading part) is displayed on the program start box screen. Step 307 shows an example of the displayed program activation BOX screen. In step 308, when the user clicks any description, for example, the description of “CCC” in the list display of the program startup BOX screen, in step 309, the description of “CCC” is obtained from the retrieved record information. Display the full text of. Step 310 shows the display of the full text of the description of “CCC”. In step 311, when the user clicks the software name portion, for example, "CCC", in step 312, the designated software activation processing unit 44 acquires the path name of the execution file of "CCC" from the extracted record information. Activate the software that exists there. Step 313 shows where the target software “CCC” has been activated.
[0029]
【The invention's effect】
As described above, according to the present invention, for any software used by a user, even if the software name is unclear, the target software can be started by inputting the keyword of the function name. As a result, when managing a large amount of software, the time for searching for the target software can be greatly reduced. Also, by setting the information of the target software in the function management table at the time of shipment for the software that was pre-installed when the hardware was shipped, the pre-installed software can be used effectively by the user, Will be more valuable.
[0030]
Also, by providing a function for extracting a function keyword at the time of installation and registering the function keyword in the function management table for a general program, it is possible to call a program other than the preinstalled program by the keyword. By being able to call additional programs by keywords, not only beginners but also advanced users who manage a large number of programs can easily manage programs (make it easier to find the target program).
[Brief description of the drawings]
FIG. 1 is a diagram showing a configuration of a software activation device according to an embodiment of the present invention.
FIG. 2 is a diagram illustrating a procedure of processing for storing function information in a function management table at the time of software installation.
FIG. 3 is a diagram showing a procedure for starting software by a keyword.
[Explanation of symbols]
1 ... Function management table, 2 ... Function information acquisition means, 3 ... Function information editing means, 4 ... Keyword activation means, 5 ... Input medium of software to be installed, 6 ... Internet, 7 ... Install Web site where software is present, 11 ... function information, 12 ... software name, 13 ... execution file, 21 ... function information acquisition processing section, 22 ... function information storage processing section, 31 ... function information editing processing Unit, 41: keyword input processing unit, 42: function information search processing unit, 43: target software display processing unit, 44: designated software activation processing unit

Claims (8)

コンピュータ上で複数のソフトウェアの中から1つを選択して起動するソフトウェア起動方法であって、
前記複数のソフトウェアの機能情報とソフトウェア名称とを対応させて記憶しておくステップと、
入力されたキーワードをもとに前記機能情報を検索し、そのキーワードを含む機能情報に対応するソフトウェア名称を一覧表示するステップと、
一覧表示した中から使用者が指定したソフトウェア名称のソフトウェアを起動するステップと
を備えたことを特徴とするソフトウェア起動方法。
A software activation method for selecting and starting one of a plurality of software on a computer,
Storing the function information of the plurality of software and the software name in association with each other;
Searching for the function information based on the input keyword, and displaying a list of software names corresponding to the function information including the keyword;
Activating software having a software name designated by the user from the list display.
請求項1に記載のソフトウェア起動方法において、
前記ソフトウェア名称を一覧表示するステップは、前記入力されたキーワードを含む機能情報に対応するソフトウェア名称とともに、その機能情報の少なくとも一部を表示するものであり、
さらに、表示された機能情報の一部を指定することにより、その機能情報の全文を表示するステップを備えたことを特徴とするソフトウェア起動方法。
The software activation method according to claim 1,
The step of displaying a list of the software names is to display at least a part of the function information together with a software name corresponding to the function information including the input keyword,
A software activation method further comprising the step of designating a part of the displayed function information to display the entire text of the function information.
請求項1に記載のソフトウェア起動方法において、
前記複数のソフトウェアの機能情報とソフトウェア名称とを対応させて記憶しておくステップは、ソフトウェアのインストール時にそのソフトウェアの機能情報を取得し、当該機能情報とソフトウェア名称とを対応させて記憶するものであることを特徴とするソフトウェア起動方法。
The software activation method according to claim 1,
The step of storing the function information of the plurality of software and the software name in association with each other acquires the function information of the software at the time of installing the software, and stores the function information and the software name in association with each other. A method for starting software, the method comprising:
請求項1に記載のソフトウェア起動方法において、
ソフトウェアの機能情報とソフトウェア名称とを追加、登録、および編集するステップをさらに備えたことを特徴とするソフトウェア起動方法。
The software activation method according to claim 1,
A software activation method, further comprising a step of adding, registering, and editing software function information and software name.
請求項1に記載のソフトウェア起動方法において、
前記ソフトウェアの機能情報は、インターネットを利用してダウンロードした情報であることを特徴とするソフトウェア起動方法。
The software activation method according to claim 1,
A software activation method, wherein the function information of the software is information downloaded using the Internet.
コンピュータ上で複数のソフトウェアの中から1つを選択して起動するソフトウェア起動プログラムであって、
前記複数のソフトウェアの機能情報とソフトウェア名称とを対応させて記憶しておくステップと、
入力されたキーワードをもとに前記機能情報を検索し、そのキーワードを含む機能情報に対応するソフトウェア名称を一覧表示するステップと、
一覧表示した中から使用者が指定したソフトウェア名称のソフトウェアを起動するステップと
を備えたことを特徴とするソフトウェア起動プログラム。
A software start-up program that selects one of a plurality of software programs on a computer and starts the software.
Storing the function information of the plurality of software and the software name in association with each other;
Searching for the function information based on the input keyword, and displaying a list of software names corresponding to the function information including the keyword;
Activating software having a software name designated by the user from the list display.
請求項6に記載のソフトウェア起動プログラムにおいて、
前記ソフトウェア名称を一覧表示するステップは、前記入力されたキーワードを含む機能情報に対応するソフトウェア名称とともに、その機能情報の少なくとも一部を表示するものであり、
さらに、表示された機能情報の一部を指定することにより、その機能情報の全文を表示するステップを備えたことを特徴とするソフトウェア起動プログラム。
The software activation program according to claim 6,
The step of displaying a list of the software names is to display at least a part of the function information together with a software name corresponding to the function information including the input keyword,
A software activation program further comprising the step of designating a part of the displayed function information to display the entire text of the function information.
請求項6に記載のソフトウェア起動プログラムにおいて、
前記複数のソフトウェアの機能情報とソフトウェア名称とを対応させて記憶しておくステップは、ソフトウェアのインストール時にそのソフトウェアの機能情報を取得し、当該機能情報とソフトウェア名称とを対応させて記憶するものであることを特徴とするソフトウェア起動プログラム。
The software activation program according to claim 6,
The step of storing the function information of the plurality of software and the software name in association with each other acquires the function information of the software at the time of installing the software, and stores the function information and the software name in association with each other. A software startup program characterized by the following.
JP2002182428A 2002-06-24 2002-06-24 Software activating method and program Pending JP2004029993A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002182428A JP2004029993A (en) 2002-06-24 2002-06-24 Software activating method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002182428A JP2004029993A (en) 2002-06-24 2002-06-24 Software activating method and program

Publications (2)

Publication Number Publication Date
JP2004029993A true JP2004029993A (en) 2004-01-29
JP2004029993A5 JP2004029993A5 (en) 2005-07-28

Family

ID=31178931

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002182428A Pending JP2004029993A (en) 2002-06-24 2002-06-24 Software activating method and program

Country Status (1)

Country Link
JP (1) JP2004029993A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006202033A (en) * 2005-01-20 2006-08-03 Fuji Xerox Co Ltd Printer system, recording medium and installation method
JP2007200243A (en) * 2006-01-30 2007-08-09 Kyocera Corp Mobile terminal device and control method and program for mobile terminal device
JP2010176517A (en) * 2009-01-30 2010-08-12 Brother Ind Ltd Information processing apparatus and control program
JP2012088772A (en) * 2010-10-15 2012-05-10 Oki Data Corp Software selection support program, software selection support device, and software selection support method
JP2014109912A (en) * 2012-12-03 2014-06-12 Japan Radio Co Ltd Device, operation support device, terminal device, program, and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006202033A (en) * 2005-01-20 2006-08-03 Fuji Xerox Co Ltd Printer system, recording medium and installation method
JP2007200243A (en) * 2006-01-30 2007-08-09 Kyocera Corp Mobile terminal device and control method and program for mobile terminal device
JP2010176517A (en) * 2009-01-30 2010-08-12 Brother Ind Ltd Information processing apparatus and control program
JP2012088772A (en) * 2010-10-15 2012-05-10 Oki Data Corp Software selection support program, software selection support device, and software selection support method
JP2014109912A (en) * 2012-12-03 2014-06-12 Japan Radio Co Ltd Device, operation support device, terminal device, program, and storage medium

Similar Documents

Publication Publication Date Title
US6457046B1 (en) Information providing apparatus for server and computer-readable recording medium storing information providing program for server
US7387234B2 (en) Electronic business card processing device and method
US8549441B2 (en) Presenting and navigating content having varying properties
WO2018010530A1 (en) Method and apparatus for storing, reading, and displaying plurality of multimedia files
JP4972085B2 (en) File browser scenario specialization
US7454706B1 (en) Multiple-page shell user interface
JP2004030526A (en) Retrieval result ranking change processing program, retrieval result ranking change processing program recording medium and contents retrieval processing method
JP2009301335A (en) Image processing device, image processing method and computer program
JP2006302243A (en) Task-based interface with underlying extensible framework
JP2004029993A (en) Software activating method and program
JP5224839B2 (en) Document management system, document management apparatus, document management method, and program
JP2008243033A (en) Retrieval system, retrieval method, program and storage medium
JP2006172282A (en) Document management system and method, and computer program
JPH1083403A (en) Information retrieving method, device and recording medium therefor
JP2000029869A (en) Document management system, its method and recording medium recording program for the method
JP2005339580A (en) Document data management device and program
JPH10171703A (en) Site map display device and document access supporting device
JP2009289042A (en) Control method for retrieval device and retrieval device
JP5697350B2 (en) Information processing apparatus, information processing system, and program
JPH1196014A (en) Device and method for distributing program component
JP2002189713A (en) Method and system for supporting document creation
JP2002055866A (en) Information management server, user terminal and recording medium
US20060168563A1 (en) Live shortcuts
JP4148901B2 (en) Information processing method and apparatus related to download
JP5528874B2 (en) Item name changing device, item name changing method and item name changing program

Legal Events

Date Code Title Description
A521 Written amendment

Effective date: 20041215

Free format text: JAPANESE INTERMEDIATE CODE: A523

A621 Written request for application examination

Effective date: 20041215

Free format text: JAPANESE INTERMEDIATE CODE: A621

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070307

A131 Notification of reasons for refusal

Effective date: 20070402

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070726