REM Script designed to execute the sysadm backup utility for Share Point 2003 REM -- Execute from c: c: REM -- Change to the path of the stsadm application. You may need to search your harddrive cd %programfiles%\Common Files\Microsoft Shared\web server extensions\60\BIN REM Be sure that whatever path to place the BackupSharepoint.dat in exists REM If your companyweb has a different path than default, edit it here stsadm -o backup -url http://companyweb -overwright -filename c:\BackupSharepoint.dat