-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3eeeead
commit c24dafe
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |