We're trying to use Robocopy to copy some SQL files. The path is :
f:\microsoft sql server\mssql$sims\mssql.1
I cannot get robocopy to recognise 'microsoft sql server' . I've tried making it the short version micros~1 , also put quotes round it and also round the whole path, but it still won't recognise it.
The data is in F:\mssql$sims\mssql.1 on some servers and they copy fine, so it's definitely the bit with spaces in that's causing the problem.