5 lines
136 B
Batchfile
Executable File
5 lines
136 B
Batchfile
Executable File
@echo off
|
|
REM Use Python to run the Scapy script from the current directory, passing all parameters
|
|
title scapy
|
|
python "%~dp0\scapy" %*
|