Modified start script (windows) (#345)

Added PAUSE when scapy crashes (to see error code), so the cmd won't
close itself
This commit is contained in:
Gabriel Potter 2016-11-11 14:28:36 +01:00 committed by Pierre Lalet
parent a49473c783
commit c4e038a2ce
1 changed files with 3 additions and 0 deletions

View File

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