You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like a queue should be added.
Basically it would be all of the profiles that the ktoolbox should download with a single command.
A queue for all of the profiles that should be downloaded
This is specially important when downloading big profiles, because it could take hours for each to finish.
The text was updated successfully, but these errors were encountered:
Something like a queue should be added. Basically it would be all of the profiles that the ktoolbox should download with a single command. A queue for all of the profiles that should be downloaded This is specially important when downloading big profiles, because it could take hours for each to finish.
Im not entirely sure what you are asking, but, would using .bat (batch) files allow this to work? Because I am currently doing so.
I have a .bat file with all the profiles & artists & details I find useful.
I advice you to get Notepad++ if you intend to do this.
If you dont know how to do this, just make a .txt file, change it from .txt to .bat, open it with notepad/notepad++, in there put all the links you desire, and then input the specific command of your choice to the left of the link. And to end, write 'cmd /k' to avoid your console auto-closing when finishing.
extra advice, use the next two consecutive commands to open a .bat file in a different location right after you are done finish with all your previous commands:
cd [PATHFILE]
call [FILE.bat]
Not sure if this will answer your question, but I already wrote it, so, be what it is.
Something like a queue should be added.
Basically it would be all of the profiles that the ktoolbox should download with a single command.
A queue for all of the profiles that should be downloaded
This is specially important when downloading big profiles, because it could take hours for each to finish.
The text was updated successfully, but these errors were encountered: