Skip to content
Snippets Groups Projects
Commit 5322d88c authored by Pierre Lalet's avatar Pierre Lalet Committed by GitHub
Browse files

Merge pull request #475 from gpotter2/fix-quotes

[Windows] Fix quotes under windows
parents aa951f80 b0e172c3
No related branches found
No related tags found
No related merge requests found
@echo off
REM Use Python to run the UTscapy script from the current directory, passing all parameters
title UTscapy
python "%~dp0\UTscapy %*"
python "%~dp0\UTscapy" %*
@echo off
REM Use Python to run the Scapy script from the current directory, passing all parameters
title scapy
python "%~dp0\scapy %*"
python "%~dp0\scapy" %*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment