Page 1 of 1

pass semicolon as run() argument , how to escape ?

Posted: 30 Jan 2024 07:55
by bossi
hi @ all ,
is it possible to pass 2 arguments , separated by ";" via run lax()?

Code: Select all

run lax(command_a ; command_b);
it seems that xy detects the semicolon and raises an error , i tried different quoting, to no avail ...

the full code :

Code: Select all

run lax("xxxxxx\WindowsApps\wt.exe" -d "D:\_" -p "aaaaaa" ; split-pane -d "D:\_" -p "bbbbbb")

Re: pass semicolon as run() argument , how to escape ?

Posted: 30 Jan 2024 08:56
by admin
Not possible. That's the idea of lax(): no parsing, no escaping.