답변:
C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -
mintty.exe
자체 창을 가진 터미널입니다.
다른 프로그램에 속한 창 안에서 실행되도록 설계되지 않았습니다.
$ mintty --help
Usage: mintty [OPTION]... [ PROGRAM [ARG]... | - ]
Start a new terminal session running the specified program or the user's shell.
If a dash is given instead of a program, invoke the shell as a login shell.
Options:
-c, --config FILE Load specified config file
-e, --exec Treat remaining arguments as the command to execute
-h, --hold never|start|error|always Keep window open after command finishes
-i, --icon FILE[,IX] Load window icon from file, optionally with index
-l, --log FILE|- Log output to file or stdout
-o, --option OPT=VAL Override config file option with given value
-p, --position X,Y Open window at specified coordinates
-s, --size COLS,ROWS Set screen size in characters
-t, --title TITLE Set window title (default: the invoked command)
-u, --utmp Create a utmp entry
-w, --window normal|min|max|full|hide Set initial window state
--class CLASS Set window class name (default: mintty)
-H, --help Display help and exit
-V, --version Print version information and exit
cygwin.bat
내 cygwin64\bin
디렉토리에 없습니다cygwin.bat
내 경우에는 기본 cygwin 설치 디렉토리에 있습니다 /c/cygwin
(이 또한 C:\cygwin
).
DavidPostill@Hal /c/cygwin
$ cd /c/cygwin
DavidPostill@Hal /c/cygwin
$ ls
bin Cygwin.bat Cygwin.ico Cygwin-Terminal.ico dev etc home lib sbin tmp usr var
DavidPostill@Hal /c/cygwin
$ cat cygwin.bat
@echo off
C:
chdir C:\cygwin\bin
bash --login -i
cygwin.bat
당신의 C:\cygwin
쉘을 설정할 때 경로에 있는지 선택하게 Console2
설정되어 있지 않습니다 만 찾아 exe
파일 (기본적를, 광산이었다).
bash
하지를 cygwin.bat
...
Shell
그들의 UI를 기반으로 가고, 그래서
cygwin.bat
내cygwin64\bin
디렉토리 에는 없습니다 . 내가 무엇을 가리켜 야하는지 아십니까?