Hello,
I recently learned a new batch command and I was wondering if I could make a batch file from at root batch file...
Ex:
echo pause>\test.bat
This code makes a batch file that has the command pause.
Now would I make a multi-line batch file using this code?
Ex: I want the root file to make a batch file that completes a C:\ tree and than changes color (tree, color 0a)?
-Thanks