create a file and save in a specified directory
Posted: 08 Nov 2011 01:09
Code: Select all
:: locate a directory
cd c:\test\
:: create a file & save it under the directory
echo > test.txt
Is there a single line of commands that can do the same thing to the above one?