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:[EMAIL PROTECTED] 
Sent: Wednesday, November 19, 2008 8:41 AM
To: Wolfgang Weinhold
Cc: aspell-user@gnu.org
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".




_______________________________________________
Aspell-user mailing list
Aspell-user@gnu.org
http://lists.gnu.org/mailman/listinfo/aspell-user

Reply via email to