Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch Files  (Read 1694 times)

0 Members and 1 Guest are viewing this topic.

itpharmaguy

  • Guest
Batch Files
« 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

Carbon Dudeoxide

  • Global Moderator

  • Mastermind
  • Thanked: 169
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Experience: Guru
  • OS: Mac OS
Re: Batch Files
« Reply #1 on: December 11, 2008, 10:21:20 AM »
Try this:

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