Using Notepad via Command Line in Windows(CMD).

Create a file using command prompt in Windows

Step 1: type nul > file1.txt

Step 2: echo My Name is Vinay Kumar > file1.txt 

Step 3: start notepad file1.txt

Comments

Popular posts from this blog

Java Practice Questions MCQ

Linux Assignments - Practise

HackerRank Introduction Challenges - Java