This file contains hidden or 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
| :: If you'd like to use a Hard Link, use /J instead of /D | |
| :: Remember to run the script with admin access | |
| @echo off | |
| echo Storage Link: | |
| :: Bind the Storage folder | |
| mklink /D "%LOCALAPPDATA%\Spotify\Storage" "%~dp0Storage"; | |
| echo Data Link: | |
| :: Bind the Data folder | |
| mklink /D "%LOCALAPPDATA%\Spotify\Data" "%~dp0Data"; | |
| pause; |
This file contains hidden or 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
Show hidden characters
| { | |
| // -------------------------------------------------------------------- | |
| // JSHint Configuration, Strict Edition | |
| // -------------------------------------------------------------------- | |
| // | |
| // This is a options template for [JSHint][1], using [JSHint example][2] | |
| // and [Ory Band's example][3] as basis and setting config values to | |
| // be most strict: | |
| // | |
| // * set all enforcing options to true |
NewerOlder