프로젝트

일반

사용자정보

Nerv의 Python지원을 위한 도구 설치(Windows) » git-bash.vbs

이용우, 2021/05/22 07:05

 
1
command = chr(34) & "C:\\Program Files\\Git\\git-bash.bat" & chr(34)
2
For i=1 to WScript.arguments.count
3
    command= command & " " & chr(34) & WScript.arguments.item(i-1) & chr(34)
4
Next
5
CreateObject("Wscript.Shell").Run command, 0, false
(2-2/3)