blob: ef1273f7c58128568606cd743d7cc4fc87589eec [file] [log] [blame]
@echo off
set PYTHONPATH=%cd%
python -m scapy.__init__
if errorlevel 1 (
PAUSE
)