Windows Desktop File Associations

You can specify how Studio Modeling Platform Windows clients should open edit or open view a file.

See Also
Optional Variables
Typical Environment Variables
Dynamically Updated Variables

In the absence of a format program, Studio Modeling Platform reads the enovia.ini file for the following settings. If nothing is in the .ini file, Windows file associations are used. This is not supported on UNIX.

Depending on the action—edit, view, or printStudio Modeling Platform looks in the [EditExtensions], [ViewExtensions], or [PrintExtensions] section for a line that starts with the extension of the file that the client is editing, viewing, or printing, respectively. For example, suppose a Windows client were to open edit a file called changes.txt, and Studio Modeling Platform had the following enovia.ini setting:

[EditExtensions]
txt=notepad.exe ^.txt

Studio Modeling Platform would try to launch notepad.exe to the open edit function.

Note: Everything after the ^ character is ignored.