Break commands into new line in Dos command
I am trying to copy few commands into dos form notepad file, when i copy
them iwant them to be in new lines for each command
Input: cd.. mkdir 568 cd 568
When i copy this into DOS i want something like
cd..
mkdir 568
cd 568
i tried cd.. ^ mkdir 568 ^ cd 568 using different characters but no luck.
Any will highly appreciated please...
No comments:
Post a Comment