Skip to content
Snippets Groups Projects
Commit 4b8e850c authored by Guillaume Valadon's avatar Guillaume Valadon Committed by GitHub
Browse files

Merge pull request #382 from gpotter2/fix-2

[Windows] Updated bin scripts
parents b6c976b9 7c41c9ae
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
@python %~dp0\UTscapy %*
@echo off
REM Use Python to run the UTscapy script from the current directory, passing all parameters
title UTscapy
python %~dp0\UTscapy %*
@REM Use Python to run the Scapy script from the current directory, passing all parameters
@python %~dp0\scapy %*
@echo off
REM Use Python to run the Scapy script from the current directory, passing all parameters
title scapy
python %~dp0\scapy %*
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