rfc-bibtex icon indicating copy to clipboard operation
rfc-bibtex copied to clipboard

Windows command-line compatibility

Open iluxonchik opened this issue 8 years ago • 2 comments

Currently, the tool will fail to run from the command-line in Windows.

This is because the command-line functionality is based on shebangs, which do not work on Windows

#!/usr/bin/env python3

iluxonchik avatar Apr 02 '18 10:04 iluxonchik

That's not true. You can run the tool from the command line with windows:

C:\> python3 rfc_bibtex

simsong avatar Sep 22 '18 01:09 simsong

@simsong it's not this, it's the fact that just running rfcbibtex does not work. The executables that get put in the PATH use shebang. A batch file needs to be added.

iluxonchik avatar Sep 22 '18 08:09 iluxonchik