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
    
  
  
    
  | REM ## Renoise Launcher for Windows-based systems ## | |
| REM See http://goo.gl/XxQHmW for details | |
| REM Specify the name of 'your' config.xml - one for each instance | |
| set my_config="Config1.xml" | |
| REM Set codepage to UTF (required if your username contains special characters) | |
| chcp 65001 | |
| REM Set up our paths - depends on OS & installed version of Renoise | 
  
    
      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
    
  
  
    
  | // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |