Skip to content
Snippets Groups Projects
Commit 15145f5a authored by Dirk Loss's avatar Dirk Loss
Browse files

Fixed visible REM lines in Windows .bat files

parent 29146dda
No related branches found
No related tags found
No related merge requests found
REM Use Python to run the UTscapy script from the current directory, passing all parameters @REM Use Python to run the UTscapy script from the current directory, passing all parameters
@python %~dp0\UTscapy %* @python %~dp0\UTscapy %*
\ No newline at end of file
REM Use Python to run the Scapy script from the current directory, passing all parameters @REM Use Python to run the Scapy script from the current directory, passing all parameters
@python %~dp0\scapy %* @python %~dp0\scapy %*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment