Launch DOS to SharePoint 2013 Hive using Batch File


/ Published in: Other
Save to your folder(s)

Launch DOS prompt to the SharePoint 2013 hive. To 'Run as Administrator' simply right-click on the batch file and select that option.


Copy this code and paste it in your HTML
  1. @echo off
  2. cmd /k "cd C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\BIN"
  3. pause

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.