Hi all,
I'm trying to execute the below process but it keeps failing due to the spaces in the path names. I know you have to enclose path\file names with spaces in double quotes just not sure where to add them in this one..
strCommand = "robocopy ""d:\Dir\Folder Test c:\Dir\Folder Test /MOV"""
objCommand.Run strCommand ,0
Thanks.
-Sip
I'm trying to execute the below process but it keeps failing due to the spaces in the path names. I know you have to enclose path\file names with spaces in double quotes just not sure where to add them in this one..
strCommand = "robocopy ""d:\Dir\Folder Test c:\Dir\Folder Test /MOV"""
objCommand.Run strCommand ,0
Thanks.
-Sip