This is problematic as Windows uses backslash to separate folders. Interestingly, the -r option works fine.
The -l option will work if you escape all of the backslashes on the command line, like:
-l c:\\folder\\file.bin.
See the #48 discussion on 2018-11-08 (search for "do_load") for a possible fix.
This is problematic as Windows uses backslash to separate folders. Interestingly, the -r option works fine. The -l option will work if you escape all of the backslashes on the command line, like:
-l c:\\folder\\file.bin
. See the #48 discussion on 2018-11-08 (search for "do_load") for a possible fix.