I have a program, wxChecksums, that I use to generate an md5 checksums file for all the folders/files on the left-side that will be copied to the right-side of a synchronisation task. The md5 checksums file itself also gets synchronised to the right-side. I want to be able to automatically open that file on the right-side after the sync is done. So I set the "Run a command. . ." option to this:
"G:\DOCUMENTS BACKUP\- Backup.md5"
The problem with this is that I'm having to specify an absolute path to the md5 file. What I would really like to do is be able to use the "volume name" for setting that path. The volume name for this particular drive is "USB". So I would like to do something like this:
[USB]"\DOCUMENTS BACKUP\- Backup.md5"
"[USB]\DOCUMENTS BACKUP\- Backup.md5"