Skip to content
Snippets Groups Projects
Commit 7c41c9ae authored by gpotter2's avatar gpotter2
Browse files

Updated scripts

parent b6c976b9
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