Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Fix HP Communications and Fast User Switching' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Fix HP Communications and Fast User Switching
Authored by: reynolds5520 on Jan 09, '05 01:56:47PM
When I tried to set the script files to executable I got errors until I realized the path names include spaces. Terminal requires single quotes around the path name (as below) when there are spaces. Hope this saves somebody some effort...
chmod 755 '~/Library/Application Support/WinSwitch/Switch-In Items/StartHP.command'
chmod 755 '~/Library/Application Support/WinSwitch/Switch-Out Items/Kill_HPCommunications.command'


[ Reply to This | # ]