diff --git a/bin/UTscapy.bat b/bin/UTscapy.bat
index ba66429cd63196273a0f0735cca0f819b39a7be3..3bccb69a072dd0c8ce5861b2b37f343325f84031 100755
--- a/bin/UTscapy.bat
+++ b/bin/UTscapy.bat
@@ -1,4 +1,4 @@
 @echo off
 REM Use Python to run the UTscapy script from the current directory, passing all parameters
 title UTscapy
-python "%~dp0\UTscapy %*"
+python "%~dp0\UTscapy" %*
diff --git a/bin/scapy.bat b/bin/scapy.bat
index 858178385d2ca57d9890eccc4c9af656312ab0ed..cbb17445abb0577f3eceb4541ea332855265b80e 100755
--- a/bin/scapy.bat
+++ b/bin/scapy.bat
@@ -1,4 +1,4 @@
 @echo off
 REM Use Python to run the Scapy script from the current directory, passing all parameters
 title scapy
-python "%~dp0\scapy %*"
+python "%~dp0\scapy" %*