Ok i have this macro:
^C^Cgraphscr ;filedia 0; script "logo.scr"
that opens this script:
_Insert "L:\AUTOCAD\Titleblocks\SSAB Logo\SSAB Logo.dwg" ;And to finish the script Filedia 1
I am running autocad 2010 64 bit on windows 7 64bit The script works if i run it via the command line instead of through a button but the macro does not want to work except if i have a blank (acad.dwt) drawing open. It recalls the the last command before starting the macro:
Command: Command: Command: graphscr Command: GRAPHSCR Command: filedia Enter new value for FILEDIA : 0 Command: FILEDIA Enter new value for FILEDIA : script Requires 0 or 1 only.
It fails because filedia is running again then instead of answering as 0 or 1 it uses script, which fails. I have tried multiple things. Please Help Also the buttons to put code in are not working.