View Single Post
  #2  
Old 06-09-2009, 04:42 AM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Well, you could try to use a before-copy shell script to do it. You'd want to run an Applescript that would send a "quit" event to VMWare. The script would look something like

Code:
#!/bin/sh
osascript /path/to/the/applescript
Where the AppleScript was something like:

Code:
tell application "VMWare" to quit
__________________
--Dave Nanian
Reply With Quote