Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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