Saved Bookmarks
| 1. |
Solve : xcopy symblic links from to directories in a text file? |
|
Answer» I've got a TEXT file with the full PATH and I want to copy all the symbolic links from a source folder to each folder in the text file. Text file is CALLED subs.txt looks like this: I've got a text file with the full path and I want to copy all the symbolic links from a source folder to each folder in the text file. Text file is called subs.txt looks like this: Did you use a batch file or a command prompt? How come you are using !slinks? or is that a folder? From http://superuser.com/questions/148099/windows-7-symlinks-how-do-i-copy-a-symlink-to-a-directory Quote use the following command from elevated command prompt: |
|