Skip to main content

Obtaining HTTPcmd : Command line utilities

Windows 2000 Resource kit has a tool call httpcmd to perform GET operation.
Microsoft offers no downloads for this tool of the Windows 2000 ResKit. The Window 2003 Res Kit does not contain that command; instead obtain the IIS 6 Resource Kit.

Down from here.
Use the tool tinyget:

tinyget -srv:raweb01 -uri:http://relevantads.com -d

Also use the tool wfetch to perform detailed HTTP requests and response anaylsis.

Comments

Eric S. said…
Thanks for this. I was looking all over for httpcmd and this is just what I needed.
Unknown said…
Yea, this is one of those buried gems that MSFT inadvertently buried.
RelevantAds said…
Also so this post on making a telnet http request.
RelevantAds said…
Also so this post on making a telnet http request.
Anonymous said…
Hurrah, that's what I was exploring for, what a data! present here at this website, thanks admin of this web page.

Feel free to surf to my web blog - www.2cellos.com
Anonymous said…
Piece of writing writing is also a excitement,
if you be acquainted with afterward you can write if not it is complicated
to write.

Feel free to surf to my web-site; best online casino reviews
Anonymous said…
Hi, i read your blog from time to time and i own a
similar one and i was just wondering if you get a lot of spam comments?
If so how do you prevent it, any plugin or anything you can advise?
I get so much lately it's driving me insane so any assistance is very much appreciated.

Also visit my website :: http://onlinecasino.forumotion.com/
Anonymous said…
An impressive share! I've just forwarded this onto a coworker who had been doing a little homework on this. And he actually ordered me lunch simply because I stumbled upon it for him... lol. So allow me to reword this.... Thank YOU for the meal!! But yeah, thanks for spending the time to discuss this issue here on your internet site.

Also visit my web site http://www.blowjobsstreet.org
Anonymous said…
Hello there, just became aware of your blog through Google,
and found that it is really informative. I am gonna watch out for brussels.

I'll be grateful if you continue this in future. Lots of people will be benefited from your writing. Cheers!

My web page - jackpot 6000

Popular posts from this blog

Windows Firewall can not run because another program or service is running that might use the Network Address Translation component (IPNat.sys)

Windows Networking Firewall failure Error Upon trying to open and configure the Windows built-in Firewall, you receive the error: "Windows Firewall can not run because another program or service is running that might use the Network Address Translation component (IPNat.sys)" Cause is due to settings left in by "Routing and Remote Access" service. Even if the service is stopped, Windows will still report this error because the network card bindings are still being held by RRAS. Disable RRAS by opening the MMC for it and "Disable Remote Access and Routing". This can also be found by Right -clicking "My Computer", opening the Service and Application node. By Disabling RRAS in this way, the network protocol interface bindings are removed allowing for the Windows Firewall and Connection Sharing service to take over.

VB.Net code to control mouse movement and click

VB.Net code to perform mouse movements and clicks. Include references at the top of the class code file to Windows interface libraries: Public Declare Auto Function SetCursorPos Lib "User32.dll" (ByVal X As Integer, ByVal Y As Integer) As Integer Public Declare Auto Function GetCursorPos Lib "User32.dll" (ByRef lpPoint As Point) As Integer Public Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Integer, ByVal dx As Integer, ByVal dy As Integer, ByVal cButtons As Integer, ByVal dwExtraInfo As Integer) Some fixed constant values will be needed, so include these as basic names: Public Const MOUSEEVENTF_LEFTDOWN = &H2 Public Const MOUSEEVENTF_LEFTUP = &H4 Public Const MOUSEEVENTF_MIDDLEDOWN = &H20 Public Const MOUSEEVENTF_MIDDLEUP = &H40 Public Const MOUSEEVENTF_RIGHTDOWN = &H8 Public Const MOUSEEVENTF_RIGHTUP = &H10 Public Const MOUSEEVENTF_MOVE = &H1 This

Acrobat Reader is Slow to Open

When Adobe starts, the application scan its plugin folder. Each API file that is here is loaded into the application, taking additional load time and much more memory. You can safely prevent Adobe from using these. The developers and product managers at Adobe stuffed several goodies which most end-users rarely use. I recommend getting rid of most of these with the exception of Searching & Form entry. DWTips posted this, but I found the steps slightly different, here is what I recommend:: Close Adobe if it is open. Browse to the folder C:\Program Files\Adobe\Acrobat 7.0\Acrobat\plug_ins Create a new folder named Optional Move all files (.api files) to Optional, except EWH32.api, Search.api and AcroForm.api. Now Adobe should starts much quicker.