Page 1 of 1
					
				close a standalone with a parameter
				Posted: Tue Nov 14, 2006 2:42 am
				by marc
				Is it possible to close a Rev standalone (exe) by sending it a parameter from another standalone?
cheers
Marc
			 
			
					
				found it
				Posted: Tue Nov 14, 2006 3:05 am
				by marc
				Typical -- you spend a couple of hours searching using the wrong search terms, post a request, then find it straightaway - the "kill" command  
 
 
cheers
Marc
 
			
					
				
				Posted: Tue Nov 14, 2006 10:35 am
				by Mark
				HI,
If you are on Mac OS X, "kill" is just plain wrong, even though it works. This would literally kill the programme, not allowing the application to clean up or to show a dialog "Do you really want to quit.". Instead, use AppleScript:
tell application "You Standalone" to quit
Best,
Mark