Message 1 of 2
Is ^C^C command obsolete for ESC in Script files?
Not applicable
05-08-2003
11:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been trying to run a script file with Scriptpro in Map 6 to process 2600 DXF files to change various properties of the files. However, when I try to run the script file (as shown below) using "the insert command" the process fails. When I run AutoCAD Map 6 (new install with no customization of menus, keys, etc.) outside of Scriptpro and type in the commands manually I am able to break out of the insert command using the "ESC" key. Does "^C^C" or "*Cancel*" not equal the "ESC" key in a script file? If not, what does? AutoCAD Help text does not say what to use in a script file. Are there other ways to break out of this command at the "Specify insertion point" prompt? I just want to redefine the block properties, not change its placement, etc. Suggestions would be welcome. Thx. SCRIPT FILE TEXT -insert "010=D:\DXF\010" ^C^C *Cancel* -PURGE ALL * N SAVE Y FILEDIA 1 .QUIT Y