Print in TextEdit
Print in TextEdit
- Subject: Print in TextEdit
- From: "Mark Watkins" <email@hidden>
- Date: Mon, 05 Aug 2002 08:42:30 -0700
All I want to do is print without having to save to a file.this is what I'm
doing.
tell application "TextEdit"
activate
set the text of the front document to "here is some text"
print document 1
end tell
it won't print like this. Any ideas? Also, I've tried doing:
print "some:file:path.txt"
and no dice. Tell me what I'm doing wrong.
_________________________________________________________________
Send and receive Hotmail on your mobile device:
http://mobile.msn.com
_______________________________________________
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.