*RegisterTaskWizardFile()

Specifies the file to use as the task wizard file when you choose to set the wizard paths to those in the preference file.

Syntax

*RegisterTaskWizardFile (lib_name, file_name)

Inputs

lib_name
The library name.
file_name
The file that is used as the task wizard file.

Example

*BeginMdlDefaults()
*RegisterTaskWizardFile( { getenv("ALTAIR_HOME") + "/mview/mdllib/adams/task_wizard" } )
*RegisterTaskWizardFile(My Library, “C:/my_library/model_wizard")

Comments

Task Wizard file for more than one library can be specified by using this statement multiple times with a different lib_name.

Make sure that the same lib_name is used in corresponding *RegisterAssemblyWizardFile() and *RegisterWizardLibDir() statements to specify the assembly wizard file and the library directory for the same library.