The routine is going through directories using a "for /r"
I have a Cloud Sync directory that I copy files to, but rather than put the files in the directory I am putting a hard link to save on disk space. Before a file is copied (or a link is created) it test to see if the file is already a link to that file. If it is it moves on to the next file. If it isn't the file is deleted from the Sync Directory and a new link is created.
I'm actually having a hard time getting it to work, the Ctrl-C issue did help. Any ideas would be helpful.
Cap "Y" does seem to work, but I would have thought lowercase "y" would too.