• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@echo off
2REM Use Python to run the Scapy script from the current directory, passing all parameters
3title scapy
4python "%~dp0\scapy" %*
5