diff --git a/bin/UTscapy.bat b/bin/UTscapy.bat index 533214546..8f86ff0d1 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 b6d56a96d..613370a5e 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 %*