annotate vext.bat @ 311:e9529a997474

Platform-specific file extension
author Chris Cannam
date Tue, 11 Jul 2017 19:14:00 +0100
parents 523f8f1789b4
children
rev   line source
Chris@303 1 @echo off
Chris@303 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@303 3