• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Move .ps files to Distiller Watched Folder?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Move .ps files to Distiller Watched Folder?


  • Subject: RE: Move .ps files to Distiller Watched Folder?
  • From: Eric Schult <email@hidden>
  • Date: Tue, 02 Oct 2001 13:51:06 -0500

> I want to have the export to .ps portion of the script
> complete and then have all files with a .ps extension moved to an Acrobat
> Distiller Watched folder.

Try something like this:

tell application "Finder"
set postscriptList to (every file in folder (sourceFolder)) whose name
contains ".ps"
repeat with i in postscriptList
move i to folder (targetFolder)
end repeat
end tell


- WES


  • Prev by Date: Re: Is there a "wake up" detector?
  • Next by Date: Re: Is there a "wake up" detector?
  • Previous by thread: Move .ps files to Distiller Watched Folder?
  • Next by thread: Re: Move .ps files to Distiller Watched Folder?
  • Index(es):
    • Date
    • Thread