JP5393199B2 - 起動制御方法及び装置 - Google Patents
起動制御方法及び装置 Download PDFInfo
- Publication number
- JP5393199B2 JP5393199B2 JP2009048274A JP2009048274A JP5393199B2 JP 5393199 B2 JP5393199 B2 JP 5393199B2 JP 2009048274 A JP2009048274 A JP 2009048274A JP 2009048274 A JP2009048274 A JP 2009048274A JP 5393199 B2 JP5393199 B2 JP 5393199B2
- Authority
- JP
- Japan
- Prior art keywords
- software
- program
- printing
- printing apparatus
- state
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
- G06F9/4411—Configuring for operating with peripheral devices; Loading of device drivers
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Description
図1は本発明の第1の実施形態における起動制御プログラム100の構成を示すブロック図である。起動制御プログラム100は、機器装置が接続されたことを検知して機器装置に対応したソフトウェア(以降、「機器対応ソフトウェア」と呼ぶ。)を起動するプログラムを表す。なお、機器対応ソフトウェアは接続される機器装置ごとに設定しておくことができる。起動制御プログラム100の例としては、情報処理装置(例えば、パーソナルコンピュータ(PC))上で常に稼動し、PCに機器装置が接続したことを検知してソフトウェアを起動する常駐プログラムと呼ばれるプログラムがある。
第1の実施形態で上述した図3のフローチャートに示す処理では、同時稼動不適格プログラムが稼動中である場合、機器対応ソフトウェアを起動しないように制御した。これに対し、図2に示すプログラム情報の起動待ち情報204をチェックすることで、以下のように制御することもできる。即ち、同時稼動不適格プログラムが稼動中である場合、機器対応ソフトウェアを起動しないようにするか、同時稼動不適格プログラムが終了するのを待って機器対応ソフトウェアを起動するかを区別して制御する。以下、図4のフローチャートを参照しながら説明する。
第1の実施形態で上述した図3のフローチャートに示す処理では、同時稼動不適格プログラムが稼動中である場合、機器対応ソフトウェアを起動しないように制御した。これに対し、本第2の実施形態では、起動制御プログラム100が常に稼動しているプログラム(常駐プログラム)で、稼動プログラムや起動しているソフトウェアを常に監視して処理を実行する場合について、図5のフローチャートを参照しながら説明する。なお、起動制御プログラム及びプログラム情報は、図1及び図2を参照して第1の実施形態で説明したものと同様であるので、ここでは説明を省略する。
起動制御プログラム100は、機器対応ソフトウェアの起動中に、同時稼動不適格プログラムが稼動されていることを検出した場合に、既に起動している機器対応ソフトウェアに終了通知を発行するように制御することができる。このように制御することで、同時に起動すると支障となるソフトウェアを終了するようにユーザに通知することができる。
次に、本発明の第3の実施形態について説明する。本発明の第3の実施形態では、印刷装置に装着されたインクの種類に応じて、異なるソフトウェアを自動的に起動する場合について説明する。
本変形例3では、ユーザの意図しないソフトウェアが自動的に起動するのをより確実に防ぐ方法について図10のフローチャートを参照して説明する。
Claims (4)
- 印刷装置と接続が可能な情報処理装置におけるプログラムの起動制御方法であって、
検索手段が、前記情報処理装置で稼動している稼動プログラムを検索する検索ステップと、
取得手段が、前記印刷装置が接続された時に、該印刷装置の状態を取得する取得ステップと、
判断手段が、前記稼動プログラムが、前記取得した印刷装置の状態に対応する状態対応ソフトウェアを含んでいるかどうかを判断する判断ステップと、
起動手段が、前記稼動プログラムが前記状態対応ソフトウェアを含んでいない場合に、前記印刷装置の接続に応じて予め設定された機器対応ソフトウェアを起動し、前記稼動プログラムが前記状態対応ソフトウェアを含んでいる場合に、該状態対応ソフトウェアを印刷に用いたことがあるかどうかを判断し、用いたことがない場合に前記機器対応ソフトウェアを起動しないように制御し、用いたことがある場合、ユーザからの前記機器対応ソフトウェアの実行指示に応じて、該機器対応ソフトウェアを起動する起動ステップと
を有することを特徴とする起動制御方法。 - 印刷装置の状態に対応する状態対応ソフトウェアの種類と、前記印刷装置の接続に応じて起動する機器対応ソフトウェアの種類とを記憶する記憶手段と、
稼動している稼動プログラムを検索する検索手段と、
前記印刷装置が接続された時に、該印刷装置の状態を取得する取得手段と、
前記稼動プログラムが、前記取得した印刷装置の状態に対応する状態対応ソフトウェアを含んでいるかどうかを判断し、前記稼動プログラムが前記状態対応ソフトウェアを含んでいない場合に、前記印刷装置の接続に応じて予め設定された機器対応ソフトウェアを起動し、前記稼動プログラムが前記状態対応ソフトウェアを含んでいる場合に、該状態対応ソフトウェアを印刷に用いたことがあるかどうかを判断し、用いたことがない場合に前記機器対応ソフトウェアを起動しないように制御し、用いたことがある場合、ユーザからの前記機器対応ソフトウェアの実行指示に応じて、該機器対応ソフトウェアを起動するように制御する起動手段と
を有することを特徴とする起動制御装置。 - コンピュータに、請求項1に記載の起動制御方法の各ステップを実行させるためのプログラム。
- 請求項3に記載のプログラムを格納したことを特徴とするコンピュータが読み取り可能な記憶媒体。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009048274A JP5393199B2 (ja) | 2009-03-02 | 2009-03-02 | 起動制御方法及び装置 |
US12/710,473 US8433887B2 (en) | 2009-03-02 | 2010-02-23 | System and method for booting device corresponding software if it does not conflict with a program currently running when a device is connected to an information handling system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009048274A JP5393199B2 (ja) | 2009-03-02 | 2009-03-02 | 起動制御方法及び装置 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2010204843A JP2010204843A (ja) | 2010-09-16 |
JP2010204843A5 JP2010204843A5 (ja) | 2012-04-19 |
JP5393199B2 true JP5393199B2 (ja) | 2014-01-22 |
Family
ID=42667766
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009048274A Expired - Fee Related JP5393199B2 (ja) | 2009-03-02 | 2009-03-02 | 起動制御方法及び装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8433887B2 (ja) |
JP (1) | JP5393199B2 (ja) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8234486B2 (en) * | 2007-09-14 | 2012-07-31 | International Business Machines Corporation | Managing reboot operations |
US9235427B2 (en) * | 2012-02-29 | 2016-01-12 | Red Hat Israel, Ltd. | Operating system load device resource selection |
US9092233B2 (en) * | 2012-09-07 | 2015-07-28 | Apple Inc. | Accessory booting over USB |
US9164773B2 (en) * | 2012-09-21 | 2015-10-20 | Dell Products, Lp | Deciding booting of a server based on whether its virtual initiator is currently used by another server or not |
US9934380B2 (en) * | 2014-12-23 | 2018-04-03 | Mcafee, Llc | Execution profiling detection of malicious objects |
US20190044809A1 (en) * | 2017-08-30 | 2019-02-07 | Intel Corporation | Technologies for managing a flexible host interface of a network interface controller |
JP7010863B2 (ja) | 2019-02-18 | 2022-01-26 | ファナック株式会社 | 制御装置、プログラム、及び無線通信機器 |
Family Cites Families (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5974474A (en) * | 1996-03-15 | 1999-10-26 | Novell, Inc. | System for automatic hardware identification and configuration where instance values are unique within the computer system and resource requirement conflicts are resolved by modifying resource settings |
EP0858034B1 (en) * | 1997-02-07 | 2002-06-12 | Hewlett-Packard Company, A Delaware Corporation | Control of computer peripherals |
JP4176874B2 (ja) | 1998-07-29 | 2008-11-05 | キヤノンファインテック株式会社 | 記録装置 |
JP2000099697A (ja) * | 1998-09-22 | 2000-04-07 | Canon Inc | 画像入力システム及びその制御方法及び記憶媒体 |
US7032213B1 (en) * | 1999-09-01 | 2006-04-18 | Microsoft Corporation | Fixing incompatible applications using a light debugger |
US6587966B1 (en) * | 2000-04-25 | 2003-07-01 | Hewlett-Packard Development Company, L.P. | Operating system hang detection and correction |
US9213836B2 (en) * | 2000-05-28 | 2015-12-15 | Barhon Mayer, Batya | System and method for comprehensive general electric protection for computers against malicious programs that may steal information and/or cause damages |
US6675295B1 (en) * | 2000-06-19 | 2004-01-06 | Microsoft Corporation | Method and computer system for detecting and correcting a failure in a computer application program during startup |
US6487522B1 (en) * | 2000-11-01 | 2002-11-26 | Dell Products, L.P. | System and method for selectively executing a computer program based on the presence of associated hardware |
US7013232B2 (en) * | 2001-08-15 | 2006-03-14 | National Insurance Corporation | Network-based system for configuring a measurement system using configuration information generated based on a user specification |
DE10148159A1 (de) * | 2001-09-28 | 2003-04-24 | Siemens Ag | Verfahren zur zeitweiligen Unterbrechung eines Rechnersystems |
JP2004133627A (ja) * | 2002-10-09 | 2004-04-30 | Nec Corp | コンピュータプログラム、インストール方法、コンピュータの動作方法、及び、コンピュータ |
JP2005005909A (ja) * | 2003-06-10 | 2005-01-06 | Sony Ericsson Mobilecommunications Japan Inc | 競合管理プログラム,競合管理プログラムが記憶された記憶媒体,競合管理方法及び電子機器 |
JP2006259886A (ja) * | 2005-03-15 | 2006-09-28 | Ricoh Co Ltd | プラグアンドプレイ機能を有した機器の制御装置、制御方法並及び制御プログラム |
JP2006309555A (ja) * | 2005-04-28 | 2006-11-09 | Sanyo Electric Co Ltd | アプリケーション制御装置 |
US9348574B2 (en) * | 2006-03-30 | 2016-05-24 | Bosch Automotive Service Solutions Inc. | Method for having multiple software programs on a diagnostic tool |
JP2008211747A (ja) | 2007-02-28 | 2008-09-11 | Canon Inc | 画像処理装置、サーバ装置、タスク処理方法、記憶媒体、プログラム |
US9479812B2 (en) * | 2009-06-05 | 2016-10-25 | Time Warner Cable Enterprises Llc | User selection of software components in a television set-top box |
US8301818B2 (en) * | 2009-12-11 | 2012-10-30 | Oracle America, Inc. | Virtual hot plugging of devices and virtual devices |
-
2009
- 2009-03-02 JP JP2009048274A patent/JP5393199B2/ja not_active Expired - Fee Related
-
2010
- 2010-02-23 US US12/710,473 patent/US8433887B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US8433887B2 (en) | 2013-04-30 |
US20100223451A1 (en) | 2010-09-02 |
JP2010204843A (ja) | 2010-09-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5393199B2 (ja) | 起動制御方法及び装置 | |
US9244643B2 (en) | Printing apparatus and method for controlling the same | |
CN111251732B (zh) | 控制方法和存储介质 | |
JP7367431B2 (ja) | プログラム及び情報処理装置 | |
US20090122341A1 (en) | Information processing apparatus, information processing method, and program | |
JP2011230491A (ja) | 画像処理装置、画像処理方法、印刷システムおよびプログラム | |
JP2006056176A (ja) | 画像印刷装置、ダイレクトプリントシステムおよび印刷設定方法 | |
JP6351282B2 (ja) | 印刷制御装置、印刷制御方法およびプログラム | |
JP5484010B2 (ja) | 情報処理装置、情報処理装置の制御方法、及びコンピュータプログラム | |
JP2005119203A (ja) | 画像処理装置および画像処理方法 | |
JP2016031745A (ja) | プリンタドライバ | |
JP2017156788A (ja) | 印刷システム、ドライバプログラム、及びプリンタ | |
JP2009099027A (ja) | インストール方法、プログラム、及びコンピュータ | |
JP2006302262A (ja) | 印刷システム、印刷制御装置およびプリンタドライバ | |
JP2007179371A (ja) | 印刷システム | |
JP6833944B2 (ja) | 通信装置、制御方法およびプログラム | |
JP2006018463A (ja) | データ処理装置及び該装置における印刷制御方法、プログラム | |
JP2020131659A (ja) | 印刷装置、情報処理方法及びプログラム | |
US9740445B2 (en) | Information processing system | |
JP2007080090A (ja) | 画像記録システム、画像記録装置の設定方法、設定プログラムおよび記憶媒体 | |
JP2009020593A (ja) | 印刷制御システム | |
JP7395378B2 (ja) | 印刷システム、印刷システムの操作端末、及び、プログラム | |
JP2007323363A (ja) | 印刷システム、印刷装置、印刷制御方法、プログラム及び記憶媒体 | |
JP2019177584A (ja) | 印刷装置および印刷装置の制御方法 | |
KR20190079822A (ko) | 자동저장 기능을 갖는 화상형성장치 및 그의 인쇄방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120302 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120302 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130624 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130701 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130829 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20130917 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131015 |
|
LAPS | Cancellation because of no payment of annual fees |