Skip to content

Commit 15145f5

Browse files
committedOct 18, 2009
Fixed visible REM lines in Windows .bat files
1 parent 29146dd commit 15145f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎bin/UTscapy.bat

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

‎bin/scapy.bat

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

0 commit comments

Comments
 (0)
Please sign in to comment.