Script in Command Line
Posted: Tue Feb 25, 2025 1:16 pm
I paste one command in the 'command line' and want it to execute and then await the next command.
But the initial command does no terminate.
Here is what happens. I have tried multiple combinations of control characters with no success.
I am trying to paste a simple script in the command line.
I want the script to execute (which it does)
and then end the command with the 'command line' awaiting for the next command.
which should displaying "Command:"
Example of problem...
I paste this & hit enter
SELECT all
which is
escape SELECT ALL escape
from Excel
=CHAR(27) & "SELECT all" & CHAR(27)
displayed above command line - looks correct to me
Command: SELECT
[FILter/?]/<Select entities>: all
2 found
But Leaves the command line displays this
[FILter/?]/<Select entities>:
Should be Command:
I know this is simple, so be kind
Barry....
But the initial command does no terminate.
Here is what happens. I have tried multiple combinations of control characters with no success.
I am trying to paste a simple script in the command line.
I want the script to execute (which it does)
and then end the command with the 'command line' awaiting for the next command.
which should displaying "Command:"
Example of problem...
I paste this & hit enter
SELECT all
which is
escape SELECT ALL escape
from Excel
=CHAR(27) & "SELECT all" & CHAR(27)
displayed above command line - looks correct to me
Command: SELECT
[FILter/?]/<Select entities>: all
2 found
But Leaves the command line displays this
[FILter/?]/<Select entities>:
Should be Command:
I know this is simple, so be kind
Barry....