This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 1) Download srvany.exe from Microsoft Windows 2003 Resource Kit (available free from Microsoft). | |
:: 2) Copy srvany.exe into the folder where google drive is installed or next to this script file. | |
:: 3) Run this script as an Administrator | |
echo off | |
cls | |
SET STARTING_DIR=%CD% | |
SET SCRIPT_DIR=%~dp0 |