We need some minor tweaks in order for the main Windows fopub.bat to handle source-filenames (or -filepaths, if passed on the command line) containing spaces or otherwise requiring surrounding double-quotes. Mostly this entails changing "%1" to "%~1" in several places, dropping thereby any double-quotes from around the received (parameter-)value.
We need some minor tweaks in order for the main Windows fopub.bat to handle source-filenames (or -filepaths, if passed on the command line) containing spaces or otherwise requiring surrounding double-quotes. Mostly this entails changing "%1" to "%~1" in several places, dropping thereby any double-quotes from around the received (parameter-)value.