Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
echo command
Name: Liquid Date: October 15, 2004 at 08:44:07 Pacific OS: WinXP Pro 5.1, build 2600 CPU/Ram: AMD AthlonXP 1800+ (1,53G
Comment:
For some reason the echo command doesn't work properly in my batch scripts. If I put @echo off or echo off (tried them both) as the first line of a batch script when I run it afterwards it still shows.
Summary: The ECHO command is not executed (if it was, the file would contain the string ECHOed). I think the zero-byte file is created because you're redirecting the line, no matter if there is an output or no...
Summary: I want to generate dynamically html and for some other reason I have to use the echo-command. My question: is it possible to give the echo-command something like "chr(32)" in order to display (redirec...
Summary: G'day everyone, I have a problem with the echo command. I am trying to create a text file from within an SQL trigger. I can do so by shelling to DOS and outputing the text using the echo command. Unfo...