Hi all,
(think this is the correct forum for this - apologies if not!)
Got an issue with a batch file i am writing in that it is creating the zip file in the wrong place - even though i am using the -b switch which i believe is used to specify a location.
below is the line of code from the batch file for the wzzip command - Is my syntax correct?
Rather than the .zip file being creating in '....\Test2\' it is being created in C:\Windows
Any ideas on this?!
One thing i have noticed is on running my batch file the first message that pops up in the CMD window is
'\\s60\dmoss$\batch'
CMD.ese was started with the above path as the current directory.
UNC paths are not supported. Defaulting to the Windows Directory
Is this what is causing the error? if so how do i get around this?
Any help greatly appreciated.
Cheers.
(think this is the correct forum for this - apologies if not!)
Got an issue with a batch file i am writing in that it is creating the zip file in the wrong place - even though i am using the -b switch which i believe is used to specify a location.
below is the line of code from the batch file for the wzzip command - Is my syntax correct?
Code:
WZZIP -bp:\Test2\ test.zip "\\s60\users\users\dmoss\Test1\*.mdb"
Rather than the .zip file being creating in '....\Test2\' it is being created in C:\Windows
Any ideas on this?!
One thing i have noticed is on running my batch file the first message that pops up in the CMD window is
'\\s60\dmoss$\batch'
CMD.ese was started with the above path as the current directory.
UNC paths are not supported. Defaulting to the Windows Directory
Is this what is causing the error? if so how do i get around this?
Any help greatly appreciated.
Cheers.