cactustweeter
Junior Member
I would like to launch Parallels for Desktop Mac from the command-line so Windows XP starts up immediately in full-screen mode. Is this possible? If so, what was the command-line syntax look like? Thanks...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dhazeghi said:Learn something every day....
Delphyne said:You'll need to enter a password in either case, but the applescript version would look something like this...
create a file in the shell just like what you did before, and name it something, let's say /Users/yourname/Documents/foo.sh
The applescript would be:
-----------
do shell script "/Users/yourname/Documents/foo.sh" with administrator privileges
-----------
That will pop up the standard OSX username/password dialog you're accustomed to.