Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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