scapy/run_scapy.bat

7 lines
85 B
Batchfile
Raw Normal View History

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