if the file association does not work to launch autocad, you can lauch the app + filename as an argument, using the Send Event command.
You may also consider to insert files as an object in a container if autocad is OLE compatible: in this case, double clikiing on the container should open the app + file.
Main Topics
Browse All Topics





by: jvaldesPosted on 2009-06-12 at 14:55:06ID: 24616473
Open URL [No Dialog;"file://"&Right($pa th;Length( $path)-2]
Where $path is set to the network path of the document you want to open. This will automatically open the application first.
Put this line in a script and pass the path to the script or put the windows path in a global instead of $path