Running grep and other cygwin commands from cmd.exe

2006-01-30 Thread Tzuriel
t run in a Windows environment. I hope this makes sense! Thanks, Tzuriel -- 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/

Using grep from within a .cmd or .bat file in Windows

2006-01-31 Thread Tzuriel
infinitely to the command window. What do I need to add to the script to get this to act like it would if I typed it in the command window manually? Thank you! Tzuriel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

Re: Using grep from within a .cmd or .bat file in Windows

2006-01-31 Thread Tzuriel
Both perfect suggestions! Thanks for taking the time to help. > > Keith Moore wrote: > > "grep.cmd" is getting executed recursively. You > > need to name your .cmd file something other than > > "grep". Stein Somers opnet.com> writes: > Or invoke "grep.exe --help". Or if you want to experime