I have a .batc file that i am trying to run in Jenkins. Jenkins is running as a service so wont recognize the pop ups. Is there a way i can run this .bat file in silent mode or not allow the cmd window to popup ?
I m trying to do some batch replacement for/with a fairly complex pattern So far I find the pattern as: find ( -name *.php -o -name *.html ) -exec grep -i -n hello {} + The string I want ...