open a dos box and type attrib /?  The -r turns off the read-only attribute
of a file


-----Original Message-----
From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 8:10 AM
To: '[EMAIL PROTECTED]'
Subject: <arg line>


<exec dir="${build-dir}" executable="attrib.exe">
  <arg line="-r ${fileName}" />
  </exec>


Could anybody tell me what does the middle (<arg line="-r ${fileName}" />)
line  do?

Thanks

Reply via email to