WGCLOUD - Does the issued command support powershell?

support

The command can be issued to execute the bat file, and the powershell file can be called in the bat file

as follows

@echo off
powershell -executionpolicy remotesigned -file e:\test.ps1

 

Guess you like

Origin blog.csdn.net/jiangnanfengyue/article/details/126717239