[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with echo. (echo period)
From: |
Earnie Boyd |
Subject: |
Re: Problems with echo. (echo period) |
Date: |
Tue, 24 Apr 2007 15:35:49 -0400 |
User-agent: |
Internet Messaging Program (IMP) H3 (4.0.4) |
Quoting Aaron Shatters <address@hidden>:
2 - using "echo. 2>&1" which tricks make into thinking this should be
handled by the shell?
I hate to be the bearer of bad news but ``echo.'' isn't a valid command.
<snippet>
C:\>dir echo*
Volume in drive C is QWEST
Volume Serial Number is 6077-E76C
Directory of C:\
File Not Found
C:\>echo. > echo.
'echo.' is not recognized as an internal or external command,
operable program or batch file.
C:\>dir echo*
Volume in drive C is QWEST
Volume Serial Number is 6077-E76C
Directory of C:\
04/24/2007 03:34 PM 0 echo
1 File(s) 0 bytes
0 Dir(s) 4,656,234,496 bytes free
C:\>
</snippet>
Earnie
- Re: Problems with echo. (echo period), (continued)
- Re: Problems with echo. (echo period), Eli Zaretskii, 2007/04/24
- RE: Problems with echo. (echo period), Earnie Boyd, 2007/04/24
- RE: Problems with echo. (echo period), Dave Korn, 2007/04/24
- RE: Problems with echo. (echo period), Earnie Boyd, 2007/04/24
- RE: Problems with echo. (echo period), Dave Korn, 2007/04/24
Re: Problems with echo. (echo period), Aaron Shatters, 2007/04/24
Re: Problems with echo. (echo period), Aaron Shatters, 2007/04/24