Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

Resolver script wrapper

stever edited this page Sep 14, 2010 · 1 revision

Shebang doesn’t work on Windows, but this bat wrapper does the trick. Resolver scripts that are normally working with the *nix command shell, can be wrapped with something like the following resolver.bat example wrapper to run as is on Windows (so long as you have the script interpreter on the path).

@echo off
python.exe "%~dp0\napster_resolver.py"

Clone this wiki locally