builmyproject.bat call "C:\Program Files (x86)\Embarcadero\Studio\19.0\bin\rsvars.bat" msbuild MYPROJ.dproj /target:Build /p:config=Debug msbuild MYPROJ.dproj /target:Build /p:config=Release msbuild windows path’de tanımlı olmalı.
Devamını Oku »Monthly Archives: Ağustos 2018
MSSQL Check database exists
Mssql ‘de veritabanın oluşturulup oluşturulmadığını kontrol eden cümle if db_id('mydb') is not null print 'mydbvar' else print 'mydbyok'
Devamını Oku »python clear pip cache
python clear pip cache win + r %LocalAppData%\pip\Cache delete 🙂
Devamını Oku »