2008-04-07から1日間の記事一覧

windowsでもterminalのopenが使いたい

vbs

macのterminalで [open] コマンドが便利でよく使うんだけど windowsでも使いたいのでvbsで書いてみた。 (terminalからファインダーを開く) Option Explicit Dim WShell, oExec Set WShell = WScript.CreateObject("WScript.Shell") Dim openPath Dim numArgs…