Computer Hope

Other => Other => Topic started by: itpharmaguy on December 11, 2008, 10:17:25 AM

Title: Batch Files
Post by: itpharmaguy on December 11, 2008, 10:17:25 AM
Does anyone know the command in a batch file to output the commands to notepad or word?

Thanks
Title: Re: Batch Files
Post by: Carbon Dudeoxide on December 11, 2008, 10:21:20 AM
Try this:

Code: [Select]
echo hello>>"C:\Path\to\file.txt"