Console program settings
- by sahana
I have a generalized program to be run both in windows and linux.
When I run the program in the windows console it halts at a point where the .sh file is to be executed with a window popping asking for "which program to use" and requires manual intervention to cancel.
My question is: How do I change the setting available in the console that will let not the execution to halt when an unknown file extension is encountered?