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