use ipaddr as a fallback for old pythons
[blockfinder.git] / blockfinder.bat
blob53305581246c45baab53d3506d0a68f6de87bec5
1 @echo off
2 ::
3 :: This .bat file invokes python (on PATH) with the full path of
4 :: the script 'blockfinder'. This requires 'blockfinder' and
5 :: 'blockfinder.bat' to be in the same directory.
6 :: Look at "cmd /c for /?" to understand the "~dp0" label.
7 ::
8 python "%~dp0\blockfinder" %*