Dk: Test.txt
echo "Hello World" > "dk test.txt" (Creates the file with text inside)
Right-click the file and select Send to > Compressed (zipped) folder to create a backup. dk test.txt
If you are managing this file on a standard operating system: echo "Hello World" > "dk test
If you get an error when typing the name, ensure you wrap it in double quotes ( "dk test.txt" ). The space between "dk" and "test" will cause the terminal to think you are looking for two separate files. dk test.txt