From 7c41c9ae657b26fe81c18175f4b571f5d5e2f987 Mon Sep 17 00:00:00 2001
From: gpotter2 <gabriel@potter.fr>
Date: Mon, 12 Dec 2016 22:07:50 +0100
Subject: [PATCH] Updated scripts

---
 bin/UTscapy.bat | 6 ++++--
 bin/scapy.bat   | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/bin/UTscapy.bat b/bin/UTscapy.bat
index 8f86ff0d..8b665f70 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 613370a5..e0f064c5 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 %*
-- 
GitLab