On Fri, 2002-01-25 at 06:33, Peter Donald wrote: > > However I could still imagine a user wanting to run attrib even if chmod is > present. For instance it is conceivable that the user may want to set the > archive bit on the dos filesystem which I guess would not be doable via chmod > (even if it was installed) but would be possible via attrib.
Agreed, there is only 1 permission that chmod can modify on Windows drives, Read-only. This leaves me to believe that chmod use on Windows would be a corner-case & could be handled with an exec task, or by forcing "os=unix" so the chmod task could be run. -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fax: 1+ 613.599.2442 Suite 304, 300 March Rd. | email: [EMAIL PROTECTED] Ottawa, ON, Canada K2K 2E2 | web: www.cryptocard.com --------------------------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
