100 lines
3.0 KiB
HTML
100 lines
3.0 KiB
HTML
<html dir=ltr><head><title>Find Web Site (findweb)</title>
|
|
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
TempString = navigator.appVersion
|
|
if (navigator.appName == "Microsoft Internet Explorer"){
|
|
// Check to see if browser is Microsoft
|
|
if (TempString.indexOf ("4.") >= 0){
|
|
// Check to see if it is IE 4
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else {
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
}
|
|
}
|
|
else if (navigator.appName == "Netscape") {
|
|
// Check to see if browser is Netscape
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
//-->
|
|
</script>
|
|
|
|
<SCRIPT LANGUAGE="VBScript">
|
|
<!--
|
|
Sub Window_OnLoad()
|
|
Dim frmContents
|
|
On Error Resume Next
|
|
If Not Parent Is Nothing Then
|
|
Set frmContents = Parent.Contents
|
|
If Not frmContents Is Nothing Then
|
|
frmContents.Window.TOCSynch_Click
|
|
End If
|
|
End If
|
|
End Sub
|
|
//--></SCRIPT>
|
|
|
|
<meta name="description" content="This topic contains conceptual and procedural information about the Find Web Site (findweb) administration script.">
|
|
|
|
<META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
|
|
|
|
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<META NAME="MS-IT-LOC" Content="Internet Information Services">
|
|
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
<font face="Verdana,Arial,Helvetica">
|
|
|
|
<h1 align="left">Find Web Site (findweb)</h1>
|
|
|
|
<p><strong>Summary:</strong></p>
|
|
Finds the named Web site on the specified computer.
|
|
|
|
<p><strong>Usage:</strong></p>
|
|
|
|
<p>findweb [--computer|-c COMPUTER] WEBSITE [--help|-?]</p>
|
|
|
|
<strong>Parameters:</strong>
|
|
|
|
<table cellspacing="2" cellpadding="5">
|
|
|
|
<tr>
|
|
<td valign="TOP">Computer</td>
|
|
<td>The computer to be searched. If not specified, LocalHost will be searched.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="TOP"><em>WEBSITE</em></td>
|
|
<td>Web site to be searched. If not specified, will search for
|
|
"1".<br>
|
|
The name can be specified as one of the following, in the priority specified:<br>
|
|
Server Number (for example, 1, 2, 10, and so on)<br>
|
|
Server Description ("My Server")<br>
|
|
Server Host name (www.domain.com)<br>
|
|
IP Address (172.16.0.0)</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="TOP">help</td>
|
|
<td>Returns help on this command.</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<p><strong>Examples:</strong></p>
|
|
|
|
<p>findweb </p>
|
|
|
|
<p>findweb -c MACHINE www.domain.com </p>
|
|
|
|
<hr class="iis" size="1">
|
|
<p align="center"><em><a href="/iishelp/common/colegal.htm">© 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
|
|
|
|
</font>
|
|
</body>
|
|
</html>
|