
| Current Path : /home/cgabriel/20_dev/11_iftlib/scripts/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //home/cgabriel/20_dev/11_iftlib/scripts/Install_Procpy.bat |
REM Script for installing procpy via git
@echo off
:: Change to the correct directory
cd\
cd C:\Python27\Lib\
:: Username/Passwort abfragen
@echo Bitte geben Sie Ihren Usernamen ein:
set /p username=
set "psCommand=powershell -Command "$pword = read-host 'Geben Sie Ihr Passwort ein' -AsSecureString ; ^
$BSTR=[System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($pword); ^
[System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)""
for /f "usebackq delims=" %%p in (`%psCommand%`) do set password=%%p
::Clone Procpy
git clone -c http.sslverify=false https://%username%:%password%@85.214.156.58/repos/DEV.1312__procpy.git procpy