I would like to open applications in cygwin, for example. notepad, etc. without blocking the shell. Is there any way to do this?
For example, entering text into a notepad myfile.txtnotebook will open, and the cygwin shell will not be available until the notebook is closed. I would like cygwin to stay responsive while notepad is open.
notepad myfile.txt
If you use some UNIX shell, for example sh, then
sh
notepad &
must work.
: , . cmd GUI, start /wait. UNIX- GUI. , , & .
cmd
start /wait
&
Source: https://habr.com/ru/post/1725153/More articles:Can I upload photos but not post them to my Facebook wall? - facebookFacebook as a notification system - phpSubversion слияние локальных изменений в ветку - svnNeed a good HTML parser in php - htmlHtml Agility Pack ends - doesn’t work - htmlI need a clean approach for floating range checks in Python - pythonСколько экземпляров существует, когда служба InstanceContextMode.Single WCF предоставляет несколько конечных точек? - .netstring.Compare behavior - stringPython GAE optimization: Django filter for language support - pythonHow to make xcode automatically choosing the right lib (.a) platform - objective-cAll Articles