Message 1 of 9
DOS and lisp
Not applicable
04-03-2000
11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have written a lisp program that, depending on user input runs various batch plots for .bat DOS files(using the extended batch plot utility). The problem is that the lisp program doesn't wait for the first batch plot to end and it tries to immeadiately run the next one (not a good thing). I put a loop delay in between each batch plot instance, which works, but due to the number of differnet speed computers I program for, you can imagine what a hassle this solution can be. In summary: is there a way I can have the lisp program wait for the DOS .bat file to finish before starting a new one. Thanks for any input.