I try to write a build automation script with Powershell(i am new to it). My three problems are:
- How to press two times enter key after the duilding of some files. The main problem is how to press a key after the "press any key" message on console.
- How to commit with svn or break if build was not succesfull (Errolevel ==1).
- How to write in svn commit comments, build number and revision number. I want to take the numbers exclusively. Also i want to write build number on some local .txt and .target files.