STSADM.exe Command-Line Snippets
Here are the common stsadm properties commonly used in our applications for Automating the deployment.we can get this each snippet to each cmd files and call accordingly with properties ————————————————ECHO Creating web…”%STSADM_PATH%STSADM.EXE” -o createweb -url %WEB_URL% -sitetemplate %SOLUTION_NAME% -title %TITLE% -description “%DESCRIPTION%” %ARGUMENTS%————————————————ECHO Deleting web…”%STSADM_PATH%STSADM.exe” -o deleteweb -url %WEB_URL% %ARGUMENTS%————————————————ECHO… Read more »