• 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
script that print files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

script that print files


  • Subject: script that print files
  • From: Christian Vinaa <email@hidden>
  • Date: Mon, 31 Jan 2005 18:00:29 +0100

the following script works ok  but I was thinking

is it ok to use   PRINT commmand from FINDER

when in fact all files are apple works files

on run
with timeout of 3600 seconds
tell application "Finder"
set theList to every item in folder "Print Original" of folder "Desk Top Folders"
if number of items in theList = 0 then
say "No letters in print original"
else
repeat with x in theList
print x
delete x
delay 2
end repeat
say "Print original now empty"
end if
end tell
end timeout
end run


should I make

**
repeat with x in theList
tell application "Apple Works 6"
print x
delete x
delay 2
end tell
end repeat
**


-- Christian Vinaa

email@hidden

...... Meanwhile, aunt Martha, having taken a tramp in the woods,
is lying in a ditch at the edge of town .........................
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: Basic help with Path to scripts; IDEA (From: Gnarlodious <email@hidden>)

  • Prev by Date: Re: if there is two monitor, where is the display dialog?
  • Next by Date: Re: Download dmg and then mount the volume ?
  • Previous by thread: Re: Basic help with Path to scripts; IDEA
  • Next by thread: Windows Media Player
  • Index(es):
    • Date
    • Thread