script file problem
l have a script file named tempout.scr is this:
; export entities selection in file temp.dxf
; 
dxfout "C:\Programmi\TopCAD\DXF\temp.dxf"e
it does not work in Bricscad, 
the script should export a selection of entities previous filtered
the scrip create the file, but i can not select any object
0    
            Comments
- 
            
Two things you might try:
1. Replace the 'e' with '_e'
2. Remove all spaces and blank lines after the 'e'0 - 
            
OK ! now it work !
i remove all spaces after the last string
0 - 
            
many thanks :-)
0 
This discussion has been closed.