I have added notepad++.exe to my Path in Environment variables.
notepad++.exe
Now in command prompt, notepad++.exe filename.txt opens the filename
notepad++.exe filename.txt
filename
Alternatively you can use cmder which lets you add aliases just like linux:
alias subl="C:\Program Files\Sublime Text 3\subl.exe" $*