:put =map(range(1,10),'printf(''%d - '', v:val)')
Plugged from http://vim.wikia.com/wiki/Making_a_list_of_numbers
Personal Notepad
The tricky part is how to pass the parameters to the Start-AzureVM cmdlet.
This code assumes the name of the vm is equal to the name of the ServiceName (the name of the Cloud Service)
$vms = Get-AzureVM
$vms | % {Start-Job {Start-AzureVM -Name $args[0] -ServiceName $args[0]} -ArgumentList $_.Name}
http://adventuresinsoftware.com/blog/?p=330
Command: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\diffmerge.exe
Arguments: %1 %2 %6 %7 %5 /ignorespace