5 lines
142 B
Batchfile
5 lines
142 B
Batchfile
|
|
@echo off
|
||
|
|
REM Use Python to run the UTscapy script from the current directory, passing all parameters
|
||
|
|
title UTscapy
|
||
|
|
python "%~dp0\UTscapy" %*
|