Search found 2 matches

by psinetic
26 Jun 2008 01:45
Forum: DOS Batch Forum
Topic: script to read a text file
Replies: 2
Views: 7679

ed, there is a command: type which can type to you all the info in a text, bat, or vbs file. now, you can use: type "your file" >> "yourotherfile".bat/txt/vbs and if you really wanna get tricky, you can use something like this: @echo off title THIS IS SO COOL!! echo This is so co...
by psinetic
25 Jun 2008 07:46
Forum: DOS Batch Forum
Topic: Issue with ">> file >>"
Replies: 3
Views: 8229

Issue with ">> file >>"

ok, i'm wanting to do this:

echo type %0 >> stupid.bat >> dumb.bat

but it won't let me, it keeps nullifying the other ">>" symbol and ruins everything.

anyone know any way around this? i don't care how long the method is, i just want to do it.