Created
May 22, 2012 01:01
-
-
Save hail2u/2765799 to your computer and use it in GitHub Desktop.
GitHub for Windowsでckwを使うためのラッパー
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*global WScript */ | |
var ckw = 'C:\\Path\\to\\ckw.exe'; | |
var WshShell = WScript.CreateObject('WScript.Shell'); | |
WshShell.Run(ckw + ' -cd "' + WshShell.CurrentDirectory + '"'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.vector.co.jp/soft/winnt/prog/se389017.html
でWSHスクリプトから実行ファイルを作ることができるのでそれで。コンソール・プログラムである必要はないのでmakewin.exeの方で作れば良い。