mirror of https://github.com/secdev/scapy.git
8 lines
157 B
Batchfile
8 lines
157 B
Batchfile
![]() |
@echo off
|
||
|
set PYTHONPATH=%cd%
|
||
|
set PYTHONDONTWRITEBYTECODE=True
|
||
|
"C:\Program Files (x86)\Python3\python.exe" -m scapy.__init__ %*
|
||
|
if errorlevel 1 (
|
||
|
PAUSE
|
||
|
)
|