08-18-2007, 12:25 PM
You could make a button and place it in your dialog, with a code like this:
and when you want it all to shutdown, just click that button and have it shutdown all the functions and leave the dialog open.
Note: You must fill in "Function1", "Function2", etc. with the function names you want to shutdown.
shutdown -6 0 "Function1"
shutdown -6 0 "Function2"
shutdown -6 0 "Function3"
shutdown -6 0 "Function4"
shutdown -6 0 "Function5"
shutdown -6 0 "Function6"
;;;shutdown -6 0 "Function7"
;;;shutdown -6 0 "Function8"
;;;shutdown -6 0 "Function9"
;;;shutdown -6 0 "Function10"
;;;shutdown -6 0 "Function11"
;;;shutdown -6 0 "Function12"
;;;etc.
and when you want it all to shutdown, just click that button and have it shutdown all the functions and leave the dialog open.
Note: You must fill in "Function1", "Function2", etc. with the function names you want to shutdown.
Taking on Quick Macros one day at a time