RFE: list task ID from the cpommand line

Questions about Cobian Reflector
Post Reply
Todd
Posts: 183
Joined: 01 Nov 2021, 23:30

RFE: list task ID from the cpommand line

Post by Todd »

THree Requests for Enhancement:

0.9.38

1) Would you please consider a command line argument for listing the task ID's (for use with "--tasks") from the command line?

2) Would you please consider a command line argument to run tasks by name?

3) in https://cobiansoft.com/crHelp/command_line.html, would you please consider enumerating the syntax for running multiple tasks?

Many thanks,
-T
User avatar
cobian
Site Admin
Posts: 4608
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: RFE: list task ID from the cpommand line

Post by cobian »

The problem is, tasks id are guaranteed to be unique. Not so Tasks names, that's why task ids are used.
--
Luis Cobian
Cobian Backup's creator
User avatar
cobian
Site Admin
Posts: 4608
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: RFE: list task ID from the cpommand line

Post by cobian »

Tu run multiple tasks, just separate the ids by commas:

Cobian.Reflector.Application.exe "-list:C:\Program Files\List.lst" "-tasks:{A26-34-33E02},{A67-34-33E02},{A26-34-33E02},{A67-34-33E03},{A26-34-33E02},{A67-34-33E04}" -nogui
--
Luis Cobian
Cobian Backup's creator
Todd
Posts: 183
Joined: 01 Nov 2021, 23:30

Re: RFE: list task ID from the cpommand line

Post by Todd »

I am looking for a way to figure out what Task ID goes to whom.
User avatar
cobian
Site Admin
Posts: 4608
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: RFE: list task ID from the cpommand line

Post by cobian »

Right click and Copy task id.
--
Luis Cobian
Cobian Backup's creator
Todd
Posts: 183
Joined: 01 Nov 2021, 23:30

Re: RFE: list task ID from the cpommand line

Post by Todd »

Would you please consider add this to the command line? Have it list task name and task ID.
User avatar
cobian
Site Admin
Posts: 4608
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: RFE: list task ID from the cpommand line

Post by cobian »

The program is not a console program so it will be a little bit strange... but who knows. Not even the number 100 priority but sure.
--
Luis Cobian
Cobian Backup's creator
Post Reply