Am trying to create a symbolic hard link so that I can move chrome’s cache to another harddrive, I have been trying to get it to work, but every variation I have tried has come back from the command line that my syntax is incorrect. From what ive seen seaching about this error is normaly todo with the quotation marks.
Anyway this is what I have so does anything have any idea why its returning “The syntax of the command is incorrect”
Thanks
mklink /J “C:\Users\Vodkaholic\AppData\Local\Google\Chrome\User Data” “K:\Chrome\User Data”
Use straight quotes (
") instead of smart quotes.