[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Aspell-user] aspell in non-interactive mode
From: |
Wolfgang Weinhold |
Subject: |
RE: [Aspell-user] aspell in non-interactive mode |
Date: |
Fri, 21 Nov 2008 08:40:37 +0900 |
Thank you very much for your helpful advice.
I am still experimenting and was using the following from the command
prompt:
COMMAND.COM /c type c:\<folder name\test1.txt |
c:\progra~1\aspell\bin\aspell -a > c:\<folder name>\misspell.txt
After your reply I replaced aspell -a by aspell list:
COMMAND.COM /c type c:\<folder name\test1.txt |
c:\progra~1\aspell\bin\aspell list > c:\<folder name>\misspell.txt
This works fine and produces the desired results for me.
Example for file test1.txt
This is justt a litle test.
Run: COMMAND.COM /c type c:\<folder name\test1.txt |
c:\progra~1\aspell\bin\aspell list > c:\<folder name>\misspell.txt
Resulting file misspell.txt
justt
litle
-----Original Message-----
From: Kevin Atkinson [mailto:address@hidden
Sent: Wednesday, November 19, 2008 8:41 AM
To: Wolfgang Weinhold
Cc: address@hidden
Subject: Re: [Aspell-user] aspell in non-interactive mode
On Mon, 17 Nov 2008, Wolfgang Weinhold wrote:
> Is it somehow possible to run aspell on Windows XP Professional in
> non-interactive mode, i.e. have it to save all suspect words silently
> to a separate file and exit when finished?
Try "aspell list".