[<<]Message[>>]    [<<]Author[>>]    [<<]Subject[>>]    [<<]Thread[>>]

Number : 4790 Date : 2003-06-10 Author : rotaiv Subject : Re: Help Size(KB) : 0
At 6/10/2003 11:05 AM, Jamie B. wrote: > All I'm trying to do is use xxcopy to copy one small (145kb) ziped >file to multiple computers on a network. here is the command string >I'm using, it has the source directory and the target directory >(xxcopy c:\vsecfg.cab \\MT210030\C\program files\network >associates\VirusScan\MID). when the command string is writt like this >I get this error. Only two arguments allowed > 1st (src): c:\vsecfg.cab > 2nd (dst): \\MT210030\c\program > 3rd (bad): files\network The problem is with the space in the directory name. You were on the right track with the quotes but not quite there. Try this: xxcopy c:\vsecfg.cab "\\MT210030\C$\program files\network associates\VirusScan\MID" Please note the $ after the initial "C" and the quotes at the beginning and end of the destination path. This is also under the assumption the C$ share does exist and you have appropriate permissions to access it from your user name / workstation. rotaiv
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.