how to create and modifies file using command prompt

step: 1

        open command prompt create specific path folder : mkdir testfolder

step : 2

        go on path testfolder than create file : type nul > index.html

step: 3

        open index.html file in notepad : start notepad index.html

step: 4

        write something on html tage nd run default browser : start index.html 


Post a Comment

0 Comments