Re: MS-DOS better than Applescript??
Re: MS-DOS better than Applescript??
- Subject: Re: MS-DOS better than Applescript??
- From: Emmanuel <email@hidden>
- Date: Thu, 5 Sep 2002 02:14:12 +0200
At 9:34 PM +0200 3/9/02, Roman Fischer wrote:
>
>
Copy c:\abc\def.txt c:\abc\ghi.txt
>
>
How can I do such a copy in Applescript ?
Did you try:
----------------------------
tell application "Finder" to set name of (copy alias "abc:def.txt" B
to alias "abc:") to "ghi.txt"
----------------------------
?
Emmanuel
(not saying that I did)
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.