Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Exchange rate issues from Apr 28, 2017

2»

Comments

  • Maxim updated scripts and now there is script to get data from European Central Bank.
    For that you should edit file UpdatePSData.bat and change lines
    Change from:
    powershell -ExecutionPolicy Bypass .\Scripts\GetExchRatesBoC-Old.ps1
    powershell -ExecutionPolicy Bypass .\Scripts\GetExchRatesBoC.ps1
    REM powershell -ExecutionPolicy Bypass .\Scripts\GetExchRatesECB.ps1
    Change to:
    REM powershell -ExecutionPolicy Bypass .\Scripts\GetExchRatesBoC-Old.ps1
    REM powershell -ExecutionPolicy Bypass .\Scripts\GetExchRatesBoC.ps1
    powershell -ExecutionPolicy Bypass .\Scripts\GetExchRatesECB.ps1
    
Sign In or Register to comment.