Article ID: 193222 - Last Review: October 22, 2003 - Revision: 2.0

How to Create Subwebs Using the Command Line Fpsrvadm.exe

This article was previously published under Q193222

On This Page

Expand all | Collapse all

SUMMARY

This article describes how to create FrontPage subwebs using the Command Line FrontPage Server Administrator (Fpsrvadm.exe).

MORE INFORMATION

To create subwebs using the Command Line FrontPage Server Administrator (Fpsrvadm.exe), perform the following steps:

  1. Open the command prompt. This step will differ, depending on your operating system.

    For Windows NT:

    1. Click the Start button.
    2. Click Run.
    3. Type cmd.
    4. Click OK.
    5. At the prompt, change to the directory in which FrontPage was installed. By default, the target directory should be as follows:
      C:\Program Files\Microsoft FrontPage\version3.0\bin
    For Windows 98/95:

    1. Click the Start button.
    2. Click Run.
    3. Type command.
    4. Click OK.
    5. At the prompt, change to the directory in which FrontPage was installed. By default, the target directory should be as follows:
      C:\Program Files\Microsoft FrontPage\version3.0\bin
    For UNIX:

    1. Change the directory to /usr/local/frontpage/currentversion/bin.
  2. To create a subweb, type one of the following commands (depending on your operating system) at the prompt:
    fpsrvadm.exe -o install -p 80 -w WebName (for Windows operating systems)

    -or-

    ./fpsrvadm.exe -o install -p 80 -w WebName (for UNIX operating systems)

Explanation of the above syntax:

The above syntax will invoke the FrontPage Server Administrator (fpsrvadm.exe).

The Operation setting (-o) gives you a choice of what operation to perform on your new subweb. In the example above, the "install" option is used to install the FrontPage Server Extensions to a specified port, IP address, and/or subweb.

The Port setting (-p) specifies the port on which the destination server resides. In the above example, the default HTTP port 80 is used.

The Web Name setting (-w) allows you to provide a name for the new subweb that you are about to create. When you enter the command above, you will see the following:
   Starting install, port: 80, web: "WebName"

   Creating web WebName
   Recalculate links for web WebName
   Install completed.
				
The FrontPage Server Administrator will have successfully created a subweb called "WebName" on your Web server.

NOTE: If you intend to enable the "Use unique permissions for this Web" option, you must add the following switches to the commands detailed above.
-u <username> -pw <password>
These switches can be added to either Windows or UNIX based commands, giving you the option to specify a Web administrator and their password.

REFERENCES

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:
310931  (http://support.microsoft.com/kb/310931/EN-US/ ) FPSE2000: Where to Find the FrontPage 2000 Server Extensions Resource Kit (SERK)
On the Server Extensions Resource Kit homepage, click Administration in the menu on the left, and then click "The fpsrvadm Utility."

APPLIES TO
  • Microsoft FrontPage 97 Standard Edition
  • Microsoft FrontPage 98 Standard Edition
Keywords: 
kbhowto KB193222
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations