Message 1 of 1
Acad2000i Shell command

Not applicable
04-14-2001
11:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm trying to produce a text copy of DWG files of a directory from Vlisp in
Autocad 2000i under Windows 2000 with the following code but I get a parse
error #1 and the Direct.txt file is empty.
(COMMAND "_shell" (STRCAT "DIR " "\"" SET_PATH "\"" "*.DWG >
Direct.txt"))
The above code works in Autocad 2000i under Windows NT
PS The SET_PATH is developed earlier on and works fine.
Thanks in advance for any help.
DonB
I'm trying to produce a text copy of DWG files of a directory from Vlisp in
Autocad 2000i under Windows 2000 with the following code but I get a parse
error #1 and the Direct.txt file is empty.
(COMMAND "_shell" (STRCAT "DIR " "\"" SET_PATH "\"" "*.DWG >
Direct.txt"))
The above code works in Autocad 2000i under Windows NT
PS The SET_PATH is developed earlier on and works fine.
Thanks in advance for any help.
DonB