Hello.
Is it possible to run nvda from the command line with different options?
For example, what i'm thinking is to have a script that launches nvda and automatically brings up nvda remote.
Anyone have any thoughts for me?
|
|
Brian's Mail list account
I'd suggest this is one for either the add ons list or a github issue wish list. Brian
bglists@... Sent via blueyonder. Please address personal email to:- briang1@..., putting 'Brian Gaff' in the display name field.
toggle quoted message
Show quoted text
----- Original Message ----- From: "Norman" <lists@...> To: <nvda@nvda.groups.io> Sent: Friday, November 24, 2017 1:14 PM Subject: [nvda] Running nvda with command line switches? Hello.
Is it possible to run nvda from the command line with different options?
For example, what i'm thinking is to have a script that launches nvda and automatically brings up nvda remote.
Anyone have any thoughts for me?
|
|
Hi, Yes, and you can specify options. The usual way is through Run dialog (this dialog's receiving some needed tweaks next year), but you can launch NVDA via PowerShell, Command Prompt, and if adventurous (and if you know the exact executable name for the variant you need to use), Windows Subsystem for Linux (WSL).
The command line options (in a typical Unix-style help message/man page):
NVDA: NonVisual Desktop Access, free and open-source screen reader for Microsoft Windows
Usage: nvda {-m | -r } [-f filename] [-l loglevel] [--disable-addons | --debug-logging] ... and additional switches (one add-on participates in providing extra switches)
Or: Fullpathtonvda (e.g. C:\Program Files (x86)\NVDA\nvda.exe)
Options:
-m - minimal (no startup sound) -r - restart NVDA -f filename - file name for the log file -l loglevel - logging level --disable-addons - disables all add-ons --debug-logging - turns debug logging on for the session
I might be forgetting important ones or may have messed up some. As for add-ons that participate in providing additional command-line switches, StationPlaylist Studio add-on adds several switches related to add-on configuration. Cheers, Joseph
toggle quoted message
Show quoted text
-----Original Message----- From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Norman Sent: Friday, November 24, 2017 5:15 AM To: nvda@nvda.groups.io Subject: [nvda] Running nvda with command line switches?
Hello.
Is it possible to run nvda from the command line with different options?
For example, what i'm thinking is to have a script that launches nvda and automatically brings up nvda remote.
Anyone have any thoughts for me?
|
|
Hi.
Thanks. this is what i was looking for. Anyone know, does nvdaremote have any command line switches?
toggle quoted message
Show quoted text
On 11/24/2017 12:21 PM, Joseph Lee wrote: Hi, Yes, and you can specify options. The usual way is through Run dialog (this dialog's receiving some needed tweaks next year), but you can launch NVDA via PowerShell, Command Prompt, and if adventurous (and if you know the exact executable name for the variant you need to use), Windows Subsystem for Linux (WSL).
The command line options (in a typical Unix-style help message/man page):
NVDA: NonVisual Desktop Access, free and open-source screen reader for Microsoft Windows
Usage: nvda {-m | -r } [-f filename] [-l loglevel] [--disable-addons | --debug-logging] ... and additional switches (one add-on participates in providing extra switches)
Or: Fullpathtonvda (e.g. C:\Program Files (x86)\NVDA\nvda.exe)
Options:
-m - minimal (no startup sound) -r - restart NVDA -f filename - file name for the log file -l loglevel - logging level --disable-addons - disables all add-ons --debug-logging - turns debug logging on for the session
I might be forgetting important ones or may have messed up some. As for add-ons that participate in providing additional command-line switches, StationPlaylist Studio add-on adds several switches related to add-on configuration. Cheers, Joseph
-----Original Message----- From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Norman Sent: Friday, November 24, 2017 5:15 AM To: nvda@nvda.groups.io Subject: [nvda] Running nvda with command line switches?
Hello.
Is it possible to run nvda from the command line with different options?
For example, what i'm thinking is to have a script that launches nvda and automatically brings up nvda remote.
Anyone have any thoughts for me?
|
|
Hi, Not that I know of at the moment. Cheers, Joseph
toggle quoted message
Show quoted text
-----Original Message----- From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Norman Sent: Friday, November 24, 2017 10:11 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Running nvda with command line switches? Hi. Thanks. this is what i was looking for. Anyone know, does nvdaremote have any command line switches? On 11/24/2017 12:21 PM, Joseph Lee wrote: Hi, Yes, and you can specify options. The usual way is through Run dialog (this dialog's receiving some needed tweaks next year), but you can launch NVDA via PowerShell, Command Prompt, and if adventurous (and if you know the exact executable name for the variant you need to use), Windows Subsystem for Linux (WSL).
The command line options (in a typical Unix-style help message/man page):
NVDA: NonVisual Desktop Access, free and open-source screen reader for Microsoft Windows
Usage: nvda {-m | -r } [-f filename] [-l loglevel] [--disable-addons | --debug-logging] ... and additional switches (one add-on participates in providing extra switches)
Or: Fullpathtonvda (e.g. C:\Program Files (x86)\NVDA\nvda.exe)
Options:
-m - minimal (no startup sound) -r - restart NVDA -f filename - file name for the log file -l loglevel - logging level --disable-addons - disables all add-ons --debug-logging - turns debug logging on for the session
I might be forgetting important ones or may have messed up some. As for add-ons that participate in providing additional command-line switches, StationPlaylist Studio add-on adds several switches related to add-on configuration. Cheers, Joseph
-----Original Message----- From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Norman Sent: Friday, November 24, 2017 5:15 AM To: nvda@nvda.groups.io Subject: [nvda] Running nvda with command line switches?
Hello.
Is it possible to run nvda from the command line with different options?
For example, what i'm thinking is to have a script that launches nvda and automatically brings up nvda remote.
Anyone have any thoughts for me?
|
|
Thanks.
toggle quoted message
Show quoted text
On 11/24/2017 1:25 PM, Joseph Lee wrote: Hi, Not that I know of at the moment. Cheers, Joseph
-----Original Message----- From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Norman Sent: Friday, November 24, 2017 10:11 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Running nvda with command line switches?
Hi.
Thanks. this is what i was looking for. Anyone know, does nvdaremote have any command line switches?
On 11/24/2017 12:21 PM, Joseph Lee wrote:
Hi, Yes, and you can specify options. The usual way is through Run dialog (this dialog's receiving some needed tweaks next year), but you can launch NVDA via PowerShell, Command Prompt, and if adventurous (and if you know the exact executable name for the variant you need to use), Windows Subsystem for Linux (WSL).
The command line options (in a typical Unix-style help message/man page):
NVDA: NonVisual Desktop Access, free and open-source screen reader for Microsoft Windows
Usage: nvda {-m | -r } [-f filename] [-l loglevel] [--disable-addons | --debug-logging] ... and additional switches (one add-on participates in providing extra switches)
Or: Fullpathtonvda (e.g. C:\Program Files (x86)\NVDA\nvda.exe)
Options:
-m - minimal (no startup sound) -r - restart NVDA -f filename - file name for the log file -l loglevel - logging level --disable-addons - disables all add-ons --debug-logging - turns debug logging on for the session
I might be forgetting important ones or may have messed up some. As for add-ons that participate in providing additional command-line switches, StationPlaylist Studio add-on adds several switches related to add-on configuration. Cheers, Joseph
-----Original Message----- From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Norman Sent: Friday, November 24, 2017 5:15 AM To: nvda@nvda.groups.io Subject: [nvda] Running nvda with command line switches?
Hello.
Is it possible to run nvda from the command line with different options?
For example, what i'm thinking is to have a script that launches nvda and automatically brings up nvda remote.
Anyone have any thoughts for me?
|
|