Issue: Hiding terminal on app launch
Issue: Hiding terminal on app launch
- Subject: Issue: Hiding terminal on app launch
- From: Mayank Agarwal <email@hidden>
- Date: Tue, 05 Jun 2012 11:52:09 +0530
Hi Everyone,
I am trying to create a installer using Package creator.
For which I am using Shell script and Apple script for pre and post install commands.
Problem: When I double click and launch my application a terminal window opens
every time and if I try to close the Terminal my application is also killed.
So, one thing I did is:
tell application "Finder"
set visible of process "Terminal" to false
end tell
This code is minimizing the terminal to the dock, but I want to hide it completely.
So, is there anyway by which I can completely hide the terminal or do something so
that it should not even launch.
Thanks.
Mayank Agarwal
_______________________________________________
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