annotate repoint.bat @ 2350:a98de7e7e033

Fix #1905 Window title is not properly reset on New Session
author Chris Cannam
date Wed, 09 Oct 2019 13:08:38 +0100
parents adc8a48f4e4c
children
rev   line source
Chris@1808 1 @echo off
Chris@1808 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@1808 3