Re: RUNNING XXCOPY.EXE
- From: "TonySper" <tsperduti@xxxxxxxxxxxxx>
- Date: Thu, 24 May 2007 14:05:38 -0400
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 ¯o 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
.
- References:
- RUNNING XXCOPY.EXE
- From: TonySper
- Re: RUNNING XXCOPY.EXE
- From: Dan Freeman
- Re: RUNNING XXCOPY.EXE
- From: TonySper
- Re: RUNNING XXCOPY.EXE
- From: Gregory Adam
- RUNNING XXCOPY.EXE
- Prev by Date: Re: What fallback platform should VFP developers learn?
- Next by Date: Re: RUNNING XXCOPY.EXE
- Previous by thread: Re: RUNNING XXCOPY.EXE
- Next by thread: Re: RUNNING XXCOPY.EXE
- Index(es):
Relevant Pages
|