Windows/右クリックでcygwin起動
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#topicpath
----
**Cygwinとは
CygwinとはUnixの便利ツール(tarとかviとか)をWindowsに移植...
詳しくは[[http://cygwin.com/]]をご覧ください。ちなみに本...
Cygwin is a Linux-like environment for Windows. It consis...
-A DLL (cygwin1.dll) which acts as a Linux emulation laye...
-A collection of tools, which provide Linux look and feel.
と説明しています。
***レジストリの編集
ディレクトリを右クリックしたときに、そのディレクトリをカ...
レジストリを編集します。
編集するのは、HKEY_CLASSES_ROOT\Folder\shell 以下です。こ...
ここで、HKEY_CLASSES_ROOT\Folder\shell\BashHere が出来ま...
#ref(01.png)
そして、BashHere を開いて右に見える(既定)のデータが右ク...
また、BashHere にもう一つ新たにキーを作ります。名前は com...
#ref(02.png)
***起動するファイルの作成。
c:\cygwin\bash_here.bat を作ります。私は以下な感じ。
@echo off
C:
set PATH=c:\cygwin\bin;%PATH%
cd %1
bash
#ref(bash_here.bat)
***bash_here を整える。
bash_here.bat を右クリックして、チェック付けたり、色々し...
#navi(Windows)
SIZE(10){現在のアクセス:&counter;}
終了行:
#topicpath
----
**Cygwinとは
CygwinとはUnixの便利ツール(tarとかviとか)をWindowsに移植...
詳しくは[[http://cygwin.com/]]をご覧ください。ちなみに本...
Cygwin is a Linux-like environment for Windows. It consis...
-A DLL (cygwin1.dll) which acts as a Linux emulation laye...
-A collection of tools, which provide Linux look and feel.
と説明しています。
***レジストリの編集
ディレクトリを右クリックしたときに、そのディレクトリをカ...
レジストリを編集します。
編集するのは、HKEY_CLASSES_ROOT\Folder\shell 以下です。こ...
ここで、HKEY_CLASSES_ROOT\Folder\shell\BashHere が出来ま...
#ref(01.png)
そして、BashHere を開いて右に見える(既定)のデータが右ク...
また、BashHere にもう一つ新たにキーを作ります。名前は com...
#ref(02.png)
***起動するファイルの作成。
c:\cygwin\bash_here.bat を作ります。私は以下な感じ。
@echo off
C:
set PATH=c:\cygwin\bin;%PATH%
cd %1
bash
#ref(bash_here.bat)
***bash_here を整える。
bash_here.bat を右クリックして、チェック付けたり、色々し...
#navi(Windows)
SIZE(10){現在のアクセス:&counter;}
ページ名: