Hi-Not sure if this is correct forum or not, but here goes.
I am trying to create a bat file that will copy a file from my pc to a network drive. Easy enough--except that the directory names on the network drive contain many spaces and the copy does not like that. (using xcopy).
Something like
XCOPY CC-ABSTRACT S:\Team Folder\Working Documents\
returns with an error of "too may parameters" and does not execute the copy.
Any help would be much appreciated.
thanks a lot.
MB
Government Coder Mark
I am trying to create a bat file that will copy a file from my pc to a network drive. Easy enough--except that the directory names on the network drive contain many spaces and the copy does not like that. (using xcopy).
Something like
XCOPY CC-ABSTRACT S:\Team Folder\Working Documents\
returns with an error of "too may parameters" and does not execute the copy.
Any help would be much appreciated.
thanks a lot.
MB
Government Coder Mark