I don't imagine any File Commander on the planet could cope with that scenario!
- Ok, thats a pity. I have seen that MC has a lot of options when copying files so I had hoped that one of them would work for my scenario.
(...), but can I ask why the shortcuts? Which application uses these templates - or the shortcuts? How many are we talking about?
- I work in a small team where we have to organize the "file flow" so all co-workers know where to find everything. Shortcuts make this a lot easier for everyone. Some of them, myself included, use CAD-application for the projects. Everyone has its own work-folder, but some of the files do we have to share. The CAD-application allways start in the work-folder when we are opening/saving a new file. So having a shortcut in each work-folder pointing to all the different "shared" folders (10+ different folders, on different locations in the project folder) is a real time-saver.
(Small) Example:
D:\Projectnr_12345\CAD-drawings\Workfolder - Bob
D:\Projectnr_12345\CAD-drawings\Workfolder - Bob\Exref-shortcut.lnk
D:\Projectnr_12345\CAD-drawings\Workfolder - Bob\recources-shortcut.lnk
D:\Projectnr_12345\CAD-drawings\Workfolder - Bob\templates-shortcut.lnk
D:\Projectnr_12345\CAD-drawings\Workfolder - Bob\Old versions-shortcut.lnk
<all shortcuts with same name pionts to same path>
D:\Projectnr_12345\CAD-drawings\Workfolder - Ed
D:\Projectnr_12345\CAD-drawings\Workfolder - Ed\Exref-shortcut.lnk
D:\Projectnr_12345\CAD-drawings\Workfolder - Ed\recources-shortcut.lnk
D:\Projectnr_12345\CAD-drawings\Workfolder - Ed\templates-shortcut.lnk
D:\Projectnr_12345\CAD-drawings\Workfolder - Ed\Old versions-shortcut.lnk
This is not a
huge issue, but it's really time-consuming to re-make these shortcuts manually for every new project.
You could, for example, copy the folder/file structure and then use VBScript or Powershell or a free tool like XXMLink to create all your shortcuts in the new structure.
- That could work, but I have no knowledge of how I should set up a script to make this.