Search results

  1. S

    Suspend and Resume Virtual Machine via Script

    Sorry I missed this. A year ago. Well it suspends and resumes just fine, it's just that the old Script doesnt' work anymore. Need to tweak the script but I know nothing about AppleScript. Anybody that can help use these commands would be appreciated.
  2. S

    Suspend and Resume Virtual Machine via Script

    I used to be able to use this: #!/bin/sh /usr/local/bin/prlctl suspend "Windows 8.1" exit; But it no longer works under Sierra. Can anybody help? Thanks in advance
  3. S

    Suspend VM in Coherence

    Well this turned out to be pretty easy fix, even though I didn't get any responses. I was using applescript (BAD) instead of a simple text editor (good). Here's the whole procedure for those interested (clearly not many): 1. Open a simple text editor like "TextWrangler" 2. Create two files...
  4. S

    Suspend VM in Coherence

    Help! This is broken. The path has changed in the latest Parallels, /usr/bin/prlctl suspend "Windows 8.1" is now: /usr/local/bin/prlctl suspend "Windows 8.1" But I can't get the script to compile properly in applescript. So when I save it as a suspend.command, it doesn't run. I get errors like...
  5. S

    USB Connect Disconnect Sound on RESUME

    Probably the best answer for now. Thanks!!
  6. S

    USB Connect Disconnect Sound on RESUME

    No Answer Nobody has answered. can anybody Help?
  7. S

    USB Connect Disconnect Sound on RESUME

    Help! Running Parallels 7 and Windows XP. Every single time I restore the VM, I hear about 10 chimes of the connect/disconnect sound, as though a USB or other device is being connected/disconnected. I am not sure what log to look in to see what the system thinks is happening. Any thoughts?
  8. S

    Suspend VM in Coherence

    Thanks SnehalP! Perfect, thanks! I never would have figured that out....appreciated. The only thing I had to do was after saving it as a script (resume.command or suspend.command), I had a permissions problem so I ran this terminal: chmod +x suspend.command and then chmod +x...
  9. S

    Suspend VM in Coherence

    Dmitiy, thank you. that is perfect. NExt question: Any thoughts on how to do this with applescript? I use launchbar (www.obdev.at) and would like to use launchbar to quickly suspend without the mouse....any thoughts?
  10. S

    Suspend VM in Coherence

    Anybody know the answer to this? I have the same question. I'd love to suspend the VM from Coherence, especially using applescript (so I can do it from launchbar). Thanks!
Back
Top