From c24dafece7e0371845f0c4c1e096956ec9efe556 Mon Sep 17 00:00:00 2001 From: Chris C <47229638+ChrisNeCle@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:07:16 -0700 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f80b5b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Solid Edge Top Level Assembly Opener + +This is a Windows Explorer shell extension which will give you a new right-click menu on Windows directories. When selecting Solid Edge > Open Top-Level Assemblies, the shell extension will search the directory for the existence of files with the .asm extension. If any are found, it will search for a running Solid Edge application to attach to or it will launch a new one, then open all of the top-level assembly files found in the directory then set the Solid Edge application to default foreground settings. + +To install, build or download the SolidEdgeTopLevelAsmOpener.dll file and place in a directory of your choice. Use regasm.exe to register the .dll and you should see the menu available when right clicking a file in Explorer.