scapy/run_scapy.bat

7 lines
91 B
Batchfile

@echo off
set PYTHONPATH=%cd%
python -m scapy.__init__
if errorlevel 1 (
PAUSE
)