Hi,
Is there a way to run a visual basic script from a director project?
Thanks
You might have a look at the VbScriptXtra?
You can use Buddy API to run a vbs script file.
ie.
baOpenFile( _movie.path & "My Script.vbs", "Normal" )
You could also try the inbuilt open command but I haven't tested it.