After testing with qa on WIN2K (where everything works) I launched
the qa on WIN XP. There it fail with:
testing-> process>>> process failed
Testing the code shows:
Quote
> (process "ls")
nil
On WIN2K I have the UnxUtils installed.
They comes with the ls-command.
So maybe qa-test should be more platform-specific.
'ls' may be shell command on your Unix Utilities, not a seperate program, or perhaps you have to give a full path to ls. I always test the Win32 version in a CYGWIN installation.
The next version of QA will run also in a DOS command shell.
Lutz