What is the editor that is used for creating batch scripts
-
Visual Studio 2010
-
Notepad
-
MS-Wordpad
-
All the above
D
Correct answer
Explanation
Batch scripts are plain text files, so any text editor can create them. Notepad is the simplest and most commonly used. Wordpad can edit text files but must save as plain text format. Visual Studio 2010, while primarily an IDE, can also edit plain text files including batch scripts.