Yeah,& now I remembered its mention in one of the posts here in the past 1-2 years ago.Since I don't use dark theme I never even bothered to check this button thinking of it as some insert media/yotube like function.On the right of the media button. I see now that it looks like a plus in the dark theme and not in the light theme.
See attached image for reference.
My 2nd post in this thread,did you try btw also use eazycopy gui for robocopy. I tried winrobocopy too but eazycopy is better as it has more inbuilt switches. I also use robocopy commands tutorial to mix switches not present in eazycopy to get desired result.Hi Windows command line utility called "robocopy" is the best to accomplish what I want.
I can achieve what I want through the following command
C:>robocopy "h:\music" "e:\copied" /S /COPYALL *.mp3 /XF *.m4a
There are also nice GUIs for this tool like eazycopy, winrobcopy and these provide an easy way to work with robocopy.
Really robocopy is very easy to learn but Linux cp command and find are difficult to understand
Sent from my LM-G710 using Tapatalk
No problem,that line was actually copied from eazycopy options I use plus last 3 switches are my own which are not there in eazycopy but are valid robocopy switches(I use these to hide the annoying copy progress scrolling in eazycopy window).No I will try it thanks for your suggestion.
Sent from my LM-G710 using Tapatalk