run a script from a script

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
ajk48n
Posts: 20
Joined: January 17th, 2007, 3:02 pm

Is there any way to run a script from another script? I am trying to make a dockable panel that lists all the scripts that are available, and lets you run them.

Or, does this already exist? Is there anyway to see or run a list of scripts besides opening up the File, Script menu?

Thanks for any help
User avatar
redefinery
Posts: 112
Joined: April 1st, 2005, 8:16 pm
Location: CA
Contact:

ajk48n wrote:Is there any way to run a script from another script? I am trying to make a dockable panel that lists all the scripts that are available, and lets you run them.
just read the contents of the file into a string variable, then eval() it.
ajk48n wrote:Or, does this already exist?
two options that i know of:
rd: Script Launcher
Launch Pad

Script Launcher can look in nested folders. Launch Pad is more compact (icons). there might be other differences.

:jeff
ajk48n
Posts: 20
Joined: January 17th, 2007, 3:02 pm

thanks for the help
Post Reply