Home | History | Annotate | Download | only in bin
      1 @echo off
      2 REM Use Python to run the UTscapy script from the current directory, passing all parameters
      3 title UTscapy
      4 python "%~dp0\UTscapy" %*
      5