UNC stands for something like Universal Naming
Convention.  These should be supported pathnames for
file operations on Windows; i.e. you don't have to do
anything special to make this work.

-Matt


--- [EMAIL PROTECTED] wrote:
> ${unc}.........what does it stand for  ? 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 11, 2004 11:03 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Requirement to copy from local drive to
> network drive 
> 
> > I have a zip file . I would like to copy from my
> local drive 
> > to my network
> > drive . Can we accomplish this in Ant 1.6.1
> 
> I don�t know how you can access your network drive.
> If your local machine runs under windows you can map
> a drive letter
> via <exec executable="cmd.exe"><arg line="net use
> ${letter}
> ${unc}"/></exec>.
> 
> Maybe the <copy> supports UNC - don�t know. You
> should try that out.
> 
> 
> 
> > How to make a zip file with a time stamp .?
> 
> First <zip>, then <touch>.
> 
> 
> 
> Jan
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 



        
                
__________________________________
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to