Message 1 of 2
force a Tab keystroke in dialog box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using Blubeam Cad Revu and am trying to create a routine to run existing batch files. The trouble is that the Bluebeam command will not run silently so I want to move though the dialog box programmatically. Is there a way to force a Tab keystroke within a lisp command? \t does not seem to work.
I was trying this.... (command "bsibatch " \t "" \t " "01.bbx" "")
Thanks in advance