Console program settings
Posted
by
sahana
on Super User
See other posts from Super User
or by sahana
Published on 2012-10-30T06:26:25Z
Indexed on
2012/10/30
11:06 UTC
Read the original article
Hit count: 122
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?
© Super User or respective owner