-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Include Labels Into Copied Drives' Paths #108
Comments
So? Do you think the above would be feasible? I would like to hear about your opinion, if possible. Thanks. |
I think it's feasible and I think it's in the scope of what the program does. I don't know how to do it yet, however - admittedly, I haven't looked into it. It would probably require the use of a different API to fetch the drive name. My life has been pretty hectic these days and I've had less time to work on this, but I intend to look into it. |
I see, well it's good t know what you think about it and that it is indeed doable. : ) I'm sure may it calmer days come to your life, that feature would be added. Thanks and good luck. 👍 |
This feature has been implemented as an expert-only custom command element. It will be available in the next version. |
Hello, I have tried to use this feature, but it won't work. Would you please tell me the exact command to use? |
The custom command element to use is named "Inject Drive Label". It replaces any instance of the string %DRIVELABEL% in the path with the drive's label. Here's a sample custom command that uses it: |
Hello, that one worked great! I was missing the "find / replace" part. By the way, I leave you a little feature request, you might find useful to implement: Making the PCC's "settings" window puts "always on top", since it get kind of difficult to locate it each time, when Thanks. |
I think there are two ways to solve this problem:
Personally, I'd prefer number 2, but maybe that's just me. What do you think? |
In case you want to implement only one, I would say number 2, since a window's title will be easily visible most times. |
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Well, recently I'd been dealing with the backup of certain drives and I'm using their labels as names for the destination folders, thus I thought it would be handy to have your program copy the whole name, instead just their "single letter" paths.
For example:
"
D:\
" > "D:\My Backup Drive 1""
G:\
" > "G:\Backup 2020 - Music"I know this might be slightly out of scope for what this program does, but I think considering a completely new program which does just that or some scripts related workaround, will be a last resort measure.
Thanks.
The text was updated successfully, but these errors were encountered: