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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
bossi
Posts: 39
Joined: 30 Jul 2022 11:09

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

Post 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")

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post by admin »

Not possible. That's the idea of lax(): no parsing, no escaping.

Post Reply