Tordex Community

Full Version: Quotations in Command Line
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to use quotations in the command line parameters?

I am a user of Rainlendar and I want to make the following alias but cannot get it to work. I know my path is correct because if I remove all parameters, it prompts me to open a new instance (which isn't my goal).

Here is where I'm at:

C:\Something\Rainlendar2.exe -a "%1"

This syntax works in command prompt with a string in place of the variable of course.