Thanks For your Valuable support, Now i m able to run shell script in cygwin using java.
But I am facing some problem with following method.
ConvertToUpperCase()
{
rename 'y/a-z/A-Z/' *
cd APPBUILD
rename 'y/a-z/A-Z/' *
cd DISKS
rename 'y/a-z/A-Z/' *
cd SEATAPP
rename 'y/a-z/A-Z/' *
cd ../../../
}
This Function is not executing in cygwin. Can any one suggest how to Debug shell script in Cygwin. Or Do i Need to change Function for the same.
Edit Note: Removed Java Tag..