Skip to main content
18-Opal
February 27, 2019
Question

Arbortext Isodraw Macro to open a folder on my C drive

  • February 27, 2019
  • 0 replies
  • 893 views

Trying to figure out how to create a macro that will open the pictures folder on my c drive.

 

Macro open folder
# recorded with PTC Arbortext IsoDraw 7.3
#open a folder on a Windows-PC
OPEN "c:\%userprofile%\pictures\"
End Macro

 

This does not seem to do anything.

 

Bryon