DataChris Posted April 7, 2006 Share Posted April 7, 2006 Does anyone know how to bypass a startup script in a FM7 file? Quote Link to comment Share on other sites More sharing options...
Ender Posted April 7, 2006 Share Posted April 7, 2006 Hold the Option (Mac) or Alt (Windows) key down while it's opening. Quote Link to comment Share on other sites More sharing options...
DataChris Posted April 9, 2006 Author Share Posted April 9, 2006 That doesn't seem to disable the script. It simply promts me for a new login. Quote Link to comment Share on other sites More sharing options...
Maarten Witberg Posted April 9, 2006 Share Posted April 9, 2006 what if you try at the beginning of the startupscript if[get(activemodifierkeys)=#your combination#] end script end if kjoe Quote Link to comment Share on other sites More sharing options...
SlimJim Posted April 9, 2006 Share Posted April 9, 2006 Hold the Option (Mac) or Alt (Windows) key down while it's opening. Alt works for me (Windows XP) Quote Link to comment Share on other sites More sharing options...
Ender Posted April 9, 2006 Share Posted April 9, 2006 That doesn't seem to disable the script. It simply promts me for a new login. Login happens before any startup scripts run. So the option key thing won't do anything until immidiately after you login. Quote Link to comment Share on other sites More sharing options...
DataChris Posted April 10, 2006 Author Share Posted April 10, 2006 I've tried holding down the option key throughout the opening process (including while re-entering the login) but it's still running script. Quote Link to comment Share on other sites More sharing options...
Ender Posted April 10, 2006 Share Posted April 10, 2006 How about command-period or the ESC key? Quote Link to comment Share on other sites More sharing options...
pete Posted April 11, 2006 Share Posted April 11, 2006 The systems I work on have a step at the beginning of the start script that checks for a specific patternCount() in the currentUserName. Depending on the patternCount() 'read' it runs or doesn't run sections or all of the rest of the startUp script. We have found this extremely handy for unattended starts [web app servers] and or automated update merges that span >30 hours. We also use the currentModifierKeys() for a quick on the fly bypass. Either way has proven good. Have a Great day! * *pete. Quote Link to comment Share on other sites More sharing options...
jaypatrick Posted October 8, 2008 Share Posted October 8, 2008 Here's an option that worked for me: Create a new file, and a new script within that file that reads: Open File ["Your File"] Send Event ["";"misc";"dosc";"command+."] Run the script. This will open the file in question and send the Command+. keystroke, effectively halting the startup script before it has a chance to run. Then you can relax again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.