how to create a PowerShell script to run a batch file
Mohammed
Posts: 19
There is C:\test.bat file that needs to run on remote xxxxx server as a PreDeploy.ps1 from Deployment manager.
I am new to PowerShell, Does anybody know, how to create a PowerShell script to run a .bat file on remote server and add the script to Deployment Manager?
Thank you
I am new to PowerShell, Does anybody know, how to create a PowerShell script to run a .bat file on remote server and add the script to Deployment Manager?
Thank you
Comments
cmd /c c:\test.bat