Re: RUNNING XXCOPY.EXE



Gregory,
Thanks. Will look into RoboCopy as xcopy just does not do all I would like.
Tony

"Gregory Adam" <none@xxxxxxxxxxx> wrote in message
news:%23m70%23EdnHHA.3968@xxxxxxxxxxxxxxxxxxxxxxx
Tony,

(1) The xxcopy license is affordable
(2) Have a look at robocopy, it does exactly the same, and is either
included in the windows version you have or can be downloaded from MS

Gregory
______



"TonySper" <tsperduti@xxxxxxxxxxxxx> wrote in message
news:2e15i.915$%T3.738@xxxxxxxxxxxxxxxxxxxxxxxxx
Yep, you are correct, it is a typing error on my part. I did not have one
of the quotes. Anyway I found out that xxcopy needs to purchase a license
so I can;t use it. I will work with xcopy and see what I can do.
Thanks
Tony

"Dan Freeman" <spam@xxxxxxxxxxxxx> wrote in message
news:%234AFUOVnHHA.1476@xxxxxxxxxxxxxxxxxxxxxxx
Odds are good you have spaces in either the source or target paths.
Spaces terminate &macro expansion.

But what the heck is xxcopy.exe? There's and xcopy.exe that ships with
the OS. Is that what you're using?

I'd run this as a .bat (or .cmd) file so you can display what's
happening and spot any issues:

@ECHO OFF
ECHO SOURCE %1
ECHO TARGET %2
XXCOPY %1 %2 /E/H/Y/YY
PAUSE

Or something like that.

Dan

TonySper wrote:
I am using the xxcopy.exe program to backup and restore files within
my program. All works well as long as I keep the complied program
running in any folder in the computer. My problem is that I also run
the program from a flash drive. When I run the program in the flash
drive in a different computer, the xxcopy.exe command does not work.
It does pop up the DOS window but just blinks it on and off. I am
using the run command like: RUN XXCOPY &FROM &TO /E/H/Y/YY
I have tried putting the COMMAND.COM in the flash drive directory but
that does not work. Anyone have a better way or any ideas of my
problem?? Oh yes the &from and &to are variables that I get from my
database. TonySper








.



Relevant Pages

  • Re: Which is faster - COPY FILE or XXCopy?
    ... Microsoft has included ROBOCOPY in their ... VISTA now as well as XCOPY. ... I have found that XXCOPY has the option to just skip the file ... folder and ROBOCOPY and XCOPY will error out but XXCOPY will just skip the ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Batch file will not work
    ... The destination should be before the parameters, ... Robocopy has the /FFT option which the manual says: ... tried or seen this in xcopy ... ... > @echo that have newer dates than the date of the last backup, ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Need help-ROBOCOPY to move files/permissions from 1 server to anot
    ... Everynight runs a process with task manager, and sync dest folder with the ... Xcopy has /D for updating only files that have changed. ... Just try the RoboCopy on a test set of files. ... of the security permissions that have been set on each folder/subfolder. ...
    (microsoft.public.windows.server.general)
  • Re: Batch Files
    ... from a command prompt, you'll get: ... Xcopy is now deprecated, ... The command xcopy was replaced with robocopy, alter your batch accordingly and see if this helps. ...
    (microsoft.public.windows.vista.general)
  • xcopy
    ... I saw ROBOCOPY when I searched google. ... >Am not aware of any file-number limitation on XCOPY, ... >that might help cut down on the actual number of files ...
    (microsoft.public.windowsxp.general)