make-w32
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]