kostenix
Oct 14 2003, 08:29 AM
hello together,
i have a problem... i want to add some pipes (|) in a row and add this line into a textfile
but echo doesnt except my code
exsample: echo bla|bla|1|1|0>>c:\mytextfile.txt
what can i do, to make echo except my line and add its to my textfile?
hope for some answers
greets koste
oh i forgot to tell you in what system ... i am connected via sqlexec ...
kostenix
Oct 16 2003, 06:40 AM
have figured it out :-)
thanks anyway
OleaSTeR
Oct 16 2003, 11:01 AM
try ......
echo bla >>c:\mytextfile.txt|echo bla>>c:\mytextfile.txt|echo 1>>c:\mytextfile.txt|echo 1>>c:\mytextfile.txt|echo 0>>c:\mytextfile.txt
kostenix
Oct 16 2003, 01:48 PM
thank you
metrox
Oct 17 2003, 11:20 AM
hi, i dont understand that, if i type cmd:
"echo bla >>c:\mytextfile.txt|echo bla>>c:\mytextfile.txt|echo 1>>c:\mytextfile.txt|echo 1>>c:\mytextfile.txt|echo 0>>c:\mytextfile.txt"
result:
bla
bla
ECHO ist eingeschaltet (ON).
ECHO ist eingeschaltet (ON).
################
i want "0|1|0|1|0", but how ???, can anybody help me pls
Flinston
Oct 17 2003, 11:30 AM
try to set in ""
like echo "0|1|42|35q34|56" > muh.txt
metrox
Oct 17 2003, 12:31 PM
but without "" in the txt ???
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.