![]()
[<<]Message[>>] [<<]Author[>>] [<<]Subject [<<]Thread
Number : 5458 Date : 2003-09-03 Author : Kan Yabumoto Subject : Re: XXCopy and network protocols Size(KB) : 1
Rich wrote: >My question / concern is the protocol XXCopy prefers. To see if the >DOS programs error is occurring due to the NETBEUI and TCP/IP >protocols being present, I need to remove them. However, I can't take >the chance of XXCopy not running correctly on IPX/SPX due to the soon >to be missing potocols. > >Will I loose the ability to use XXCopy over the network with just the >IPX/SPX protocol installed? Or worse loose the network itself? Or >will XXCopy continue on as normal over IPX/SPX? XXCOPY is protocol-neutral. That is, XXCOPY does not check which network protocol is being used. It accesses files and directories using the following Win32 APIs. FindFirstFile() FindNextFile() GetFileAttributes() CreateFile() CloseHandle() ReadFile() WriteFile() CopyFile() MoveFile() DeleteFile() RemoveDirectory() and their variations. This is not an exhaustive list but you get the idea. Generally speaking, when the DIR and COPY command can access the files/directories, XXCOPY should be able to do its job. As a matter of fact, the DIR and COPY command should be used whenever you are not sure if the remote volume is suitable for XXCOPY operations. Kan Yabumoto
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.