「Windowsでエクスプローラーからフォルダを各種ターミナルで開く」の版間の差分

Notion-MW
Notion-MW
302行目: 302行目:
たとえば以下のようなvbsを用意する。
たとえば以下のようなvbsを用意する。


<syntaxhighlight style="margin-bottom:0.2em;" lang="python">vb.net
<syntaxhighlight style="margin-bottom:0.2em;" lang="vb.net">Dim objShell
Dim objShell
Set objShell = CreateObject("WScript.Shell")
Set objShell = CreateObject("WScript.Shell")
objShell.CurrentDirectory = WScript.Arguments(1)
objShell.CurrentDirectory = WScript.Arguments(1)