-
Gabriel Potter authored
Added PAUSE when scapy crashes (to see error code), so the cmd won't close itself
Gabriel Potter authoredAdded PAUSE when scapy crashes (to see error code), so the cmd won't close itself
run_scapy.bat 91 B
@echo off
set PYTHONPATH=%cd%
python -m scapy.__init__
if errorlevel 1 (
PAUSE
)