Replies: 1 comment
-
How to quote an command line option is mentioned in the Wiki (https://github.com/joncampbell123/dosbox-x/wiki#dosbox-xs-configuration-file)
TL:DR |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd like, for example, to set a config option using "set parallel1=file dev:lpt1" in the command line option but it doesn't works because
the string " dev:lpt1" is ignored.
If I use "set parallel1="file dev:lpt1"" the paralle1 property is set to "file.
How can I resolve it? Is there a special escape character to use?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions