Skip to content

Open CATIA Settings Folder

KaiUR edited this page May 28, 2026 · 1 revision

Open CATIA Settings Folder

File: Utility_Scripts/Open_CATIA_Settings_Folder.py
Version: 1.0
Document Type: None required


Description

Opens the CATSettings folder for a selected CATIA V5 version directly in Windows Explorer. Scans C:\ProgramData\DassaultSystemes\CATEnv\ for installed versions and reads the CATUserSettingPath for each. A version picker dialog lets you choose which version to open.

Useful for manually inspecting, copying, or deleting individual settings files without navigating through AppData.


Requirements

Requirement Value
Python >= 3.10
wxPython >= 4.2.5
pycatia Not required
Open document Not required

Usage

  1. Run the script
  2. Select the CATIA V5 version from the list (double-click or select and click Open)
  3. The CATSettings folder opens in Windows Explorer

Notes

  • If the settings folder does not yet exist for the selected version (e.g. CATIA has never been launched for that version), a message is shown and Explorer is not opened
  • CATIA does not need to be running

Home


Getting Started


Contributing


Any Document Scripts


Drawing Document Scripts


Part Document Scripts


Shape Generation Scripts


Process Document Scripts


Product Document Scripts


Utility Scripts


Legal

Clone this wiki locally