Message 1 of 6
NETLOAD command does not work with full path to Library

Not applicable
03-10-2014
02:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi ,
I am trying to call the NETLOAD command from the click of a button and passing the path of the class libray as below:
Now I observe that the NETLOAD command is looking only at User docs path for the dl and not the fullpath that is specifed.
Any ideas or thoughts on this ??
CommandParameter="(command "NETLOAD" "C:\Users\UserName\AppData\Roaming\Autodesk\ApplicationPlugins\DLL ")"; doc.SendStringToExecute( button.CommandParameter.ToString(), true, false, true);