RE: Unable to open Word Mac documents in Hidden state
RE: Unable to open Word Mac documents in Hidden state
- Subject: RE: Unable to open Word Mac documents in Hidden state
- From: Jon Pugh <email@hidden>
- Date: Fri, 22 Jan 2010 00:09:05 -0800
At 1:07 PM +0530 1/22/10, SHIVANK AGGARWAL, Noida wrote:
>But actually I want to do processing on the word documents in hidden state so that the user is not able to see what all is happening in the back.
Try setting the visible of the application to false.
tell application "System Events"
set visible of process "Microsoft Word" to false
end tell
Jon
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden