Search found 4 matches
- 20 May 2012 16:46
- Forum: DOS Batch Forum
- Topic: Using echo redirects inside of a redirect? (Help)
- Replies: 5
- Views: 4874
Re: Using echo redirects inside of a redirect? (Help)
That is great to know; thank you so much for your help!
- 20 May 2012 16:23
- Forum: DOS Batch Forum
- Topic: Using echo redirects inside of a redirect? (Help)
- Replies: 5
- Views: 4874
Re: Using echo redirects inside of a redirect? (Help)
Thank you so much!
That was a big help! I finished it with-
echo echo This is an edit ^>^> text.txt >> text.bat
Question, Why does this work? I appreciate the solution, but could you help me learn why so I am better knowledged on this? Thank you!

echo echo This is an edit ^>^> text.txt >> text.bat
Question, Why does this work? I appreciate the solution, but could you help me learn why so I am better knowledged on this? Thank you!
- 20 May 2012 16:04
- Forum: DOS Batch Forum
- Topic: Using echo redirects inside of a redirect? (Help)
- Replies: 5
- Views: 4874
Re: Using echo redirects inside of a redirect? (Help)
Slight edit with that-
echo echo This is an edit >> text.txt >> text.bat
echo echo This is an edit >> text.txt >> text.bat
- 20 May 2012 15:49
- Forum: DOS Batch Forum
- Topic: Using echo redirects inside of a redirect? (Help)
- Replies: 5
- Views: 4874
Using echo redirects inside of a redirect? (Help)
So I am trying to make my batch file create a new batch file, and then have the created batch file edit a text file. For instance-
echo This is an edit >> text.txt >> text.bat
How would I be able to accomplish this? If you need more information, just reply here. Please help!
echo This is an edit >> text.txt >> text.bat
How would I be able to accomplish this? If you need more information, just reply here. Please help!