Le 25/06/2019 à 13:53, Taher Alkhateeb a écrit :
powershell is a necessity on any Microsoft platform.
Hi Taher, Actually we need Powershell anyway. Dos script does not allow to get files from Internet. We need Invoke-WebRequest for that (aliased as wget in[1]) This is not an issue. Invoke-WebRequest was put in with Powershell 3.0 which is available in Windows 7[2] and anyway you can still follow[3] [1] https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/gradle/init-gradle-wrapper.ps1 [2] https://en.wikipedia.org/wiki/PowerShell#PowerShell_3.0 [3] https://codehollow.com/2016/02/invoke-webrequests-via-powershell/ HTH Jacques
