How do I pass an equal sign when calling a batch script in Powershell?

前端 未结 6 1254
挽巷
挽巷 2020-12-06 05:04

We have a batch file that invokes our MSBuild-based build process. Syntax:

build App Target [ Additional MSBuild Arguments ]

Internally, i

6条回答
  •  死守一世寂寞
    2020-12-06 05:42

    It seems that only single-quote around double-quote might be the best for multiple scenario around windows environment. Following link from MS shows its support(or limitation) of equal sign http://support.microsoft.com/kb/35938 It is specific to Batch Files but it likely affect lots of other MS shell products.

提交回复
热议问题