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

Wireshark-dev: [Wireshark-dev] Developer cmd.exe shortcut

From: "Graeme Lunt" <graeme.lunt@xxxxxxxxx>
Date: Thu, 17 May 2007 11:09:12 +0200
Ulf,

Something you may want to add to:

http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#ChSetupPre
pareCommandCom

--

You can create a shortcut to prepare the cmd.exe environment for building
wireshark.

Right click on the desktop and choose "New/Shortcut"

In the resulting wizard, enter the following for the "location of the item":

C:\WINDOWS\system32\cmd.exe /E:ON /V:ON /T:0E /S /K ""C:\Program
Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.Cmd" &&
"C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat""

Press "Next >".

Choose an appropriate Name for the shortcute.g. "WSDevShell".

Select "Finish".

Then right click on the new shortcut and choose "Properties".
Change the "Start in" field to "C:\Wireshark" and press "OK".

Graeme