Personal setting
1/28/2004
xyzzy
コマンドプロンプトから簡単に起動するために、xyzzy.batを作って、%SystemRoot%\system32におく。
xyzzy.bat中身は次のとおり。
@c:\xyzzy\xyzzycli.exe %1
SFU/Interix
bashの追加設定。
cd /common
sed '/ksh/s//bash/' ksh.bat > bash.bat
あと、Interix環境(bashなど)からxyzzyを起動するために以下を.profileに追加。
alias xyzzy='runwin32 xyzzy "`unixpath2win ~/.profile`"'
Comments:
コメントを投稿