Message 1 of 4
Pass lisp variable to batch file that requires arguments

Not applicable
10-01-2018
12:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a batch file i am calling from a lisp. It requires an argument that I want to pass from the lisp. How do I do this? I'm using the (startapp "filename.ext") function to call the batch file from a lisp.