How to open .ATC files on Linux
To open .ATC files on Linux, linux media-type databases may recognize .atc as application/vnd.acucorp, but that recognition does not mean an opener is installed.
Step-by-step instructions
- Linux media-type databases may recognize .atc as application/vnd.acucorp, but that recognition does not mean an opener is installed.
- Inspect a copy with a text editor to determine whether it contains ACUCOBOL-GT launch parameters or AutoCAD XML tool data.
- Use the original application environment, or transfer the file to a Windows system with the required Micro Focus or Autodesk software.
Recommended software
- VS Code
- Notepad++/TextEdit
- jq (CLI)
Alternative methods
- Open .ATC in a browser-based viewer if desktop apps fail.
- Try opening .ATC on Linux with a secondary app to rule out app-specific issues.
- Convert .ATC only with trusted tools when direct opening is not possible.
Common issues
The wrong program opens the .ATC file
The .ATC extension is used by more than one documented format, so file associations can be misleading.
- Confirm the source of the file: ACUCOBOL-GT Thin Client deployment or AutoCAD tool palette/catalog workflow.
- Open a copy in a text editor to look for XML tool catalog data or Thin Client command-line parameters.
- Change the Open With association only after you know which application created the file.
ACUCOBOL-GT .ATC file does not launch
The Thin Client may not be installed, the file may not be associated with acuthin.exe, or the command-line parameters may not match the target deployment.
- Install or update the Micro Focus ACUCOBOL-GT Thin Client software required by the organization that provided the file.
- Associate .ATC or .ACUTC files with acuthin.exe if your deployment expects double-click launching.
- Ask the administrator or sender to verify the server, path, and parameter values in the .ATC file.
Web-launched .ATC file downloads instead of opening
For Thin Client web launching, the server must send the file with the expected Thin Client MIME content type and the client machine must have a handler installed.
- Confirm that the workstation has the required Thin Client software installed.
- Ask the website administrator to verify the MIME/content-type configuration for .ATC or .ACUTC files.
- Save the file and open it manually with the intended Thin Client application if permitted by your organization.
AutoCAD does not show the expected tools
An AutoCAD .ATC Tool Catalog file may reference tool data, paths, or resources that are not available on your computer.
- Open the file in the AutoCAD environment that matches the project or organization that supplied it.
- Check whether referenced tool palettes, blocks, support files, or network paths are available.
- Ask the sender to provide the complete tool catalog package, not just the .ATC file, if items are missing.
Security note
ACUCOBOL-GT .ATC files can contain launch parameters for a Thin Client session; review files from untrusted sources before opening because they may cause the client to connect to an unexpected host or application.