Who is to know SharePoint 2007 certainly run stsadm.exe. This program allows various operations on the Sharepoint 2007, since the installation of solutions / features to full backups. This application does not come by default in Windows Environment Variables, for which the user needs to specify the full path to its location:
C: \ Program Files \ Common Files \ Microsoft Shared \ web server extensions \ 12 \ BIN \
To avoid this, we can add to the PATH stsadm.exe Windows Server 2003, so we can use the stsadm directly from any Windows folder.
To do this click the right mouse button on "My Computer" and click Properties.
In the window that opens, click on the tab "Advanced", then the button "Environment Variables" that appears at the bottom of this tab.
In the Environment Variables window, select the variable "Path", and clicking "Edit."
In the window that opens, we will add the path to the bin folder of sharepoint, where the stsadm at the end of the values that already exist, adding a ";" separator
We need to add:
; C: \ Program Files \ Common Files \ Microsoft Shared \ web server extensions \ 12 \ BIN \
After we add the path to the PATH, I can use the stsadm naturally.
Can make download of a small bat file that performs this operation automatically.
Download file bat that stsadm to add the PATH (Save as)
If you liked this article subscribe to the RSS feed istomesmo to stay updated on the latest articles.
Learn more about RSS fedde here
Articles that may interest you:



