Skip to content

Commit

Permalink
Modified start script (windows) (secdev#345)
Browse files Browse the repository at this point in the history
Added PAUSE when scapy crashes (to see error code), so the cmd won't
close itself
  • Loading branch information
gpotter2 authored and p-l- committed Nov 11, 2016
1 parent a49473c commit c4e038a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_scapy.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@echo off
set PYTHONPATH=%cd%
python -m scapy.__init__
if errorlevel 1 (
PAUSE
)

0 comments on commit c4e038a

Please sign in to comment.