Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Facin issue in build procedure on Windows

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Mon, 02 Aug 2010 07:43:53 -0400
Geetika Gupta wrote:
Hi Team,

I am facing difficulty in build procedure of Wireshark.
After following steps mentioned in
http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html
When I run command
 nmake -f Makefile.nmake setup
>
> <snip>

./win2k_xp/bin/wtsapi32.dll
'.\echo.' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: '.\echo.' : return code '0x1'
Stop.
**************************


I find the ".\" in ".\echo."  puzzling.  Where did that come from ?
As far as I know the ".\" is not part of any echo command in Makefile.nmake.

Do you somehow have a doskey macro for "echo" or something?