Powershell script gets stuck, doesn't exit when called from batch file

前端 未结 10 634
不知归路
不知归路 2020-12-24 11:08

I have a PowerShell script that connects to a web site, and parses its returned data (It\'s about importing a previously uploaded SQL file into the web site\'s data base). T

10条回答
  •  一向
    一向 (楼主)
    2020-12-24 11:37

    IF that is exactly what's in your file it's because you have mismatched quotes. Powershell is waiting for the last quote.

提交回复
热议问题