I am attempting to run pkzip from a batch file like this:
pkzip -& A:mybackup *.*
(zip up the files in the current directory, across a spanned set of disks on the A: drive and name it mybackup.zip)
This works on my windows 98 machine fine.
When I run it on the computer with XP it is as the command switches are not there.
Everything after "pkzip" is not being acknowledged.
I have a friend with XP and it worked fine for him.
Any ideas what/where are the settings that I can set in XP to make the switches work.
Thanks in advance.
TC.
pkzip -& A:mybackup *.*
(zip up the files in the current directory, across a spanned set of disks on the A: drive and name it mybackup.zip)
This works on my windows 98 machine fine.
When I run it on the computer with XP it is as the command switches are not there.
Everything after "pkzip" is not being acknowledged.
I have a friend with XP and it worked fine for him.
Any ideas what/where are the settings that I can set in XP to make the switches work.
Thanks in advance.
TC.