Adding alias macro via commandLine: how to insert space?

i use this macro to add aliases on the fly via the command line, and save the aliases to a file.

-options L A _pause _pause E Y:\alias.txt

but how can I enter a space in the macro without finishing the command early?

like “-line n”

thanks,
Daniel

Hi Daniel- any text input, that contains spaces, to the command line needs to be surrounded in “double quotes”

-Pascal

excellent.

thank you Pascal