diff --git a/bin/UTscapy.bat b/bin/UTscapy.bat index 8f86ff0d1c8efc701035a3e453ca1d68cad5cd2e..8b665f706400efa2a6b9b283f3e28cd4903feffe 100755 --- a/bin/UTscapy.bat +++ b/bin/UTscapy.bat @@ -1,2 +1,4 @@ -@REM Use Python to run the UTscapy script from the current directory, passing all parameters -@python %~dp0\UTscapy %* +@echo off +REM Use Python to run the UTscapy script from the current directory, passing all parameters +title UTscapy +python %~dp0\UTscapy %* diff --git a/bin/scapy.bat b/bin/scapy.bat index 613370a5e2a666e5007fdc346c5b3618a2087e63..e0f064c597152b2d3b83e65508544b019890268c 100755 --- a/bin/scapy.bat +++ b/bin/scapy.bat @@ -1,2 +1,4 @@ -@REM Use Python to run the Scapy script from the current directory, passing all parameters -@python %~dp0\scapy %* +@echo off +REM Use Python to run the Scapy script from the current directory, passing all parameters +title scapy +python %~dp0\scapy %*