FDM.exe Command Line
Posted: Fri May 22, 2020 10:15 am
Does anyone know how does the command line for FDM.exe works?
For example: if I try running "fdm URL" in the command line it will open up FDM and try to download the file in the URL
and I also noticed if I use a "-" what's after it is ignored (the parameters are parsed after the "-" unlike normal windows "/")
So I tried the following
fdm -h
fdm --help
fdm -?
help fdm
None of which gave me the documentation for what options I have when running fdm.exe from the command line
Anyway, I want to specify multiple URLs to be downloaded in a folder with a given name in a given location is that possible using the command line?
For example: if I try running "fdm URL" in the command line it will open up FDM and try to download the file in the URL
and I also noticed if I use a "-" what's after it is ignored (the parameters are parsed after the "-" unlike normal windows "/")
So I tried the following
fdm -h
fdm --help
fdm -?
help fdm
None of which gave me the documentation for what options I have when running fdm.exe from the command line
Anyway, I want to specify multiple URLs to be downloaded in a folder with a given name in a given location is that possible using the command line?