Command Prompt batch scripts have extension .cmd or .bat, the latter for compatibility reasons.
To create a hello-word-script, you first need a place where to type it.
For simple scripts, also the Windows Notepad will do. If you are serious about shell scripting, you need more effective tools. The...