Matthew Lenz <[EMAIL PROTECTED]> writes: > I've tried installing a few times (cleaned system: removal of all cygwin > directories/files plus regedit key removals) and each time i launch the > cygwin.bat i just end up at a bash prompt in the /usr/bin directory. > 'ls' is unavailable along with a few other commands. Is the install > repo horked right now? One of the packages broken? Its not creating a > home tree like it used to.
What's in your cygwin.bat? Mine has the following... ------------------------------ @echo off set cygwin=tty notitle glob C: chdir C:\cygwin\bin bash --login -i ------------------------------ And, you mean that you don't have a c:\cygwin\home\ directory? Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/