annotate repoint.bat @ 672:de3d628e048e

Add first-run option
author Chris Cannam
date Mon, 18 Nov 2019 15:05:26 +0000
parents 12d36dcfbbfb
children
rev   line source
Chris@523 1 @echo off
Chris@523 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@523 3