On 21 January 2007 01:19, Igor Peshansky wrote: > On Sat, 20 Jan 2007, ram001 wrote: > >> I am new to cygwin. when I am working on cygwin. I created a directory >> name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh >> file inside the Scripts directory by using cat > Creator.csh. In this >> file i got my C shell script. When I am trying to execute the script by >> using the csh Creator.csh.It is throwing me an error like >> bash:csh:command not found. I hope my shell is set default to Bash . how >> to run my csh script. Can any one help me out. Thanks > > Please read what Larry said about problem reports. However, at a guess, > <http://cygwin.com/faq/faq.setup.html#faq.setup.what-packages> would also > be helpful in your case.
Also, the C shell is called 'tcsh.exe', not 'csh.exe'. ~ $ csh bash: csh: command not found ~ $ tcsh [EMAIL PROTECTED] ~]$ cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/