UE command line
Posted: Mon Jan 08, 2018 12:02 pm
Is there a command line interface to UE? I am on Win 10. I cant seem to find any documentation, although some forum posts make reference to a command line interface.
I posted in development that I wanted to download only selected files from an NZB, such as .NFO. I wrote a Python program to create separate NZBs from a large NZB created from exporting a large selection of headers in a single operation. The new NZBs are files in a separate directory.
I want to do something like:
for each NZBfile in directory:
call UE(NZBfile)
That will create create a separate subdirectory in the SAVE directory.
This automates manually scrolling down the lists and manually opening each one. UE is the application associated with .NZB.
I posted in development that I wanted to download only selected files from an NZB, such as .NFO. I wrote a Python program to create separate NZBs from a large NZB created from exporting a large selection of headers in a single operation. The new NZBs are files in a separate directory.
I want to do something like:
for each NZBfile in directory:
call UE(NZBfile)
That will create create a separate subdirectory in the SAVE directory.
This automates manually scrolling down the lists and manually opening each one. UE is the application associated with .NZB.