Mercurial > hg > sonic-visualiser
annotate repoint.bat @ 2180:52eda31c7b33
Make it possible to choose the column separator on CSV import, if more than one plausible separator is found
author | Chris Cannam |
---|---|
date | Wed, 09 Jan 2019 14:43:03 +0000 |
parents | adc8a48f4e4c |
children |
rev | line source |
---|---|
Chris@1808 | 1 @echo off |
Chris@1808 | 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*"; |
Chris@1808 | 3 |