Re: Work the Scripting Addition without restarting....
Re: Work the Scripting Addition without restarting....
- Subject: Re: Work the Scripting Addition without restarting....
- From: Jon Pugh <email@hidden>
- Date: Thu, 8 Nov 2001 23:31:47 -0800
At 12:42 PM +0530 11/9/2001, kannan balu wrote:
>
Can any one know how to work the scripting addition with out restarting the
>
system?
Use the "run script" command to compile and execute some "do nothing" script. This will cause the scripting additions to be loaded.
For example:
run script "5"
This should do it.
Jon