Bingo - that is correct. I forgot about the spaces. Otherwise, it's like C:\Lemmin~1\ (or whatever).Collector wrote:Since the path includes spaces enclose it with quotes, i.e.Code: Select all
CD\ C:\ xcopy /s /y "C:\Lemmings Revolution\SavedGame.dat" C:\DATA "C:\Lemmings Revolution\Lemmings Revolution.exe"
The quotes, as Collector said, SHOULD fix it.