Skip to main content
November 5, 2010
Question

[VB CS5] Doscript to run another vbs file

  • November 5, 2010
  • 1 reply
  • 364 views

Is something like this possible? Doesn't seem to work.

myInDesign.DoScript "table.vbs", idScriptLanguage.idVisualBasic, myParameters,
idUndoModes.idFastEntireScript, "Script Action"

This topic has been closed for replies.

1 reply

November 15, 2010

Hi Boble5,

You'll need a fully-qualified path name (e.g., "c:\table.vbs") for this to work.

Thanks,

Ole