1@ECHO OFF 2REM 3REM winrtbuild.bat: a batch file to help launch the winrtbuild.ps1 4REM Powershell script, either from Windows Explorer, or through Buildbot. 5REM 6SET ThisScriptsDirectory=%~dp0 7SET PowerShellScriptPath=%ThisScriptsDirectory%winrtbuild.ps1 8PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%'";