>I am trying to use PSPP and have had difficulty
doing so. After I keep installing the programme I get this message ""tasklist"
is not >recognised as an internal programme or batch file"
>Then it has -
>C:\ Cygwin>_
>
>How can I resolve this issue?
>Thanks,
>Brian
Hi Brian
Unfortunately you are right. This old bug is back in the current installation. Tasklist is a program included in WindowsXP Professional, but not in WindowsXP Home.
A workaround is:
Edit c:\cygwin\psppire-start2.bat with notepad and replace the line starting with "takslist" with "ps -a|grep /usr/X11R6/bin/XWin>nul" and then your installtion should work.
Have fun