diff --git a/bin/UTscapy.bat b/bin/UTscapy.bat index 5332145462f797230766a3682527826907a6d6cc..8f86ff0d1c8efc701035a3e453ca1d68cad5cd2e 100755 --- a/bin/UTscapy.bat +++ b/bin/UTscapy.bat @@ -1,2 +1,2 @@ -REM Use Python to run the UTscapy script from the current directory, passing all parameters -@python %~dp0\UTscapy %* \ No newline at end of file +@REM Use Python to run the UTscapy script from the current directory, passing all parameters +@python %~dp0\UTscapy %* diff --git a/bin/scapy.bat b/bin/scapy.bat index b6d56a96d1e80699112ff8c7e878c809509e753c..613370a5e2a666e5007fdc346c5b3618a2087e63 100755 --- a/bin/scapy.bat +++ b/bin/scapy.bat @@ -1,2 +1,2 @@ -REM Use Python to run the Scapy script from the current directory, passing all parameters -@python %~dp0\scapy %* \ No newline at end of file +@REM Use Python to run the Scapy script from the current directory, passing all parameters +@python %~dp0\scapy %*