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