scapy/bin/scapy.bat

5 lines
140 B
Batchfile
Raw Normal View History

2016-12-12 21:07:50 +00:00
@echo off
REM Use Python to run the Scapy script from the current directory, passing all parameters
title scapy
2017-01-17 21:38:22 +00:00
python "%~dp0\scapy" %*