Get command line into Qlab
Posted: Tue Sep 11, 2018 1:03 am
Is there a way to have QLab get the current command line info.
I need to get the number that is there.
tell application "LXConsole"
tell the front document to get currentCommand
set mytest to currentCommand
say mytest
end tell
I need to get the number that is there.
tell application "LXConsole"
tell the front document to get currentCommand
set mytest to currentCommand
say mytest
end tell