Fixed visible REM lines in Windows .bat files

This commit is contained in:
Dirk Loss 2009-10-18 16:02:10 +02:00
parent 29146dda44
commit 15145f5ae9
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
REM Use Python to run the UTscapy script from the current directory, passing all parameters
@python %~dp0\UTscapy %*
@REM Use Python to run the UTscapy script from the current directory, passing all parameters
@python %~dp0\UTscapy %*

View File

@ -1,2 +1,2 @@
REM Use Python to run the Scapy script from the current directory, passing all parameters
@python %~dp0\scapy %*
@REM Use Python to run the Scapy script from the current directory, passing all parameters
@python %~dp0\scapy %*