Wednesday, September 10, 2008

Scripting STSADM commands

pushd %programfiles%\common files\microsoft shared\web server extensions\12\bin

//call the STSADM commands here

popd
OR
SET PATH=%PATH%;%programfiles%\common files\microsoft shared\web server extensions\12\bin

//call the STSADM commands here

0 comments: