mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
2 changed files with 0 additions and 13 deletions
@ -1,9 +0,0 @@ |
|||
setx path "%path%;C:\Python27;C:\Python27\Scripts;" |
|||
|
|||
setx pathext "%pathext%;.py" |
|||
|
|||
cscript /nologo wget.js https://raw.github.com/pypa/pip/master/contrib/get-pip.py > get-pip.py |
|||
|
|||
C:\Python27\Python.exe get-pip.py |
|||
|
|||
C:\Python27\Scripts\pip install patacrep |
@ -1,4 +0,0 @@ |
|||
var WinHttpReq = new ActiveXObject("WinHttp.WinHttpRequest.5.1"); |
|||
WinHttpReq.Open("GET", WScript.Arguments(0), /*async=*/false); |
|||
WinHttpReq.Send(); |
|||
WScript.Echo(WinHttpReq.ResponseText); |
Loading…
Reference in new issue