asos2000 Posted February 9, 2010 Posted February 9, 2010 As I know the batch is helful with lisp. How can I get more sources about batch Means, how do I know the usage of each commands (expressions) in this batch for %%f in (*.dwg) do start /wait c: And I am sure that there are more commands (expressions) to be used in batch Quote
ReMark Posted February 9, 2010 Posted February 9, 2010 What are you trying to accomplish that you need to write a batch file? Quote
asos2000 Posted February 9, 2010 Author Posted February 9, 2010 I want to open *.dwg then run a lisp then close the file But I want to know more about *.bat Quote
ReMark Posted February 9, 2010 Posted February 9, 2010 Do you perhaps mean a script file (*.scr)? Quote
asos2000 Posted February 9, 2010 Author Posted February 9, 2010 see this thread http://www.cadtutor.net/forum/showthread.php?t=44124&highlight=batch Quote
ReMark Posted February 9, 2010 Posted February 9, 2010 OK, I looked. Batch files like these were common in the DOS days and earlier DOS versions of AutoCAD. Kind of like writing a macro is some respects. Have you tried any of the routines? Quote
MSasu Posted February 9, 2010 Posted February 9, 2010 BAT files are written using MSDOS (Microsoft Disk Operating System) commands – the precursor of Windows, still supported and used for some batch processing. So you should look for a resource on Microsoft DOS syntax. Quote
asos2000 Posted February 9, 2010 Author Posted February 9, 2010 thanx I got it and searching for on net Quote
MSasu Posted February 9, 2010 Posted February 9, 2010 You’re welcomed - there are a lot of resources on that over the Internet. But just keep in mind that will require local administrator rights on your workstation in order to run BAT files. Quote
ReMark Posted February 9, 2010 Posted February 9, 2010 Any Microsoft MS-DOS User's Guide and Reference book will have information regarding Batch commands and Batch programs. I still have my copy for the version 5 operating system. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.