[nvda] Re: A Little Suggestion

I guess though, it might slow stuff down doing this all the time. Maybe a little very dirty batch file to put a bullet through the brain of nvda and restart it would suffice?

What about something like.. remember to cut and paste, in case the grav chars do not show up.

@echo off

set _list=tasklist /fo csv /nh
set _kill=taskkill /f /t /pid
set _forparm=/f "usebackq  tokens=2 delims=," %%a
for %_forparm% in (`%_list% /fi "imagename eq nvda.exe"`) do %_kill% %%a

set _list=
set _kill=
set _forparm=

start c:\progra~1\nvda\nvda.exe
exit
Brian




This account only receives email from the list. Please direct any personal email to
briang1@xxxxxxxxxxxxxxxx
Replies to this address vanish into a hole....
Unless Brian Gaff is in the To line display name field.
----- Original Message ----- From: "Naushad" <canaushad@xxxxxxxxx>
To: <nvda@xxxxxxxxxxxxx>; <nvda-dev@xxxxxxxxxxxxxxxxxx>
Sent: Sunday, June 21, 2009 6:05 PM
Subject: [nvda] A Little Suggestion


Hi, I discussed about this suggestion on NVDA user list, two days
before. Now I would like to discuss my suggestion with list members of
NVDA developers.
Loosing voice or hanging itself is common among screen readers. We can't
debug each and every problem that arises by different applications. Some
time we have to kill related processors of screen readers forcefully, or
restart the computer to regain speech. So NVDA should implement a
feature to detect and restart itself when it loosing speech. Heart and
sole of the open source is the freedom to suggest or change something. So
most of the open source applications are pushing other commercial
competence behind. From the programming prospective, what I suggest is
very easy thing
to do. We should have to implement separate process to check NVDA
operations, and act according to circumstance. I think there is several
tools available in windows command line itself, to find a specific
program or processor is responding or not.

Hoping your reply!

To post messages to the list send email to
nvda@xxxxxxxxxxxxx
To modify your NVDA Email settings go to:
http://www.freelists.org/list/nvda
Thank you for your continued support of Nonvisual Desktop Access, an open source free screen reader for Microsoft Windows:
http://www.nvda-project.org/
To get the latest NVDA snapshot:
http://www.nvda-project.org/snapshots/
Report bugs or make feature requests at:
http://trac.nvda-project.org/
Message Archive:
http://www.freelists.org/archives/nvda



--------------------------------------------------------------------------------



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.339 / Virus Database: 270.12.83/2191 - Release Date: 06/21/09 05:53:00


To post messages to the list send email to
nvda@xxxxxxxxxxxxx
To modify your NVDA Email settings go to:
http://www.freelists.org/list/nvda
Thank you for your continued support of Nonvisual Desktop Access, an open 
source free screen reader for Microsoft Windows:
http://www.nvda-project.org/
To get the latest NVDA snapshot:
http://www.nvda-project.org/snapshots/
Report bugs or make feature requests at:
http://trac.nvda-project.org/
Message Archive:
http://www.freelists.org/archives/nvda

Other related posts: