Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Execute regular cmd commands
- 
					
					
					
					
Hello guys.
How can i run a deploy step that run's and integrated cmd command? for example 'move' or 'echo'.Thanks.
Product: BuildMaster
Version: 4.9.5
 - 
					
					
					
					
Hi Jay, you can invoke
cmd.exewith the arguments/c echo helloAlternatively, you can write a powershell script, or a .cmd file, and execute that.
 - 
					
					
					
					
Very helpful! Thanks :)