UE command line

Post Reply
maltmaster
Posts: 11
Joined: Mon Mar 13, 2006 1:20 pm

UE command line

Post by maltmaster »

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.
Regards,
maltmaster
alex
Posts: 4514
Joined: Thu Feb 27, 2003 5:57 pm

Re: UE command line

Post by alex »

If you associate UE with the nzb files when you doubleclick an nzb file windows will call UE.exe "nzb file path". So if you do the same even without nzb association it should process the nzb file, see edit menu->properties->search/import, nzb files. Or you can use the import folder.
Post Reply