Command Line Launch Options
Can I use 2 of them?
like "-gc 2, --softwareaudio" If so what is the proper syntax? Thanks. Last edited by Vexcesban#1314 on May 12, 2013, 3:36:33 PM
|
![]() |
very good question...i have wondered about multiple command lines but i've never had the need to use any of them so it slipped my mind.
Ancestral Bond. It's a thing that does stuff. -Vipermagi
He who controls the pants controls the galaxy. - Rick & Morty S3E1 |
![]() |
Yes, you can. Don't put a comma though: "-gc 2 --softwareaudio"
Code warrior
| |
right... so after the short cuts normal path add the first command line hit space then add the other....is there a limit to how many?
Ancestral Bond. It's a thing that does stuff. -Vipermagi
He who controls the pants controls the galaxy. - Rick & Morty S3E1 |
![]() |
thank you =)
|
![]() |
This is a common thing with executables and it is usually built into the language used to program these. I'm not sure what the exact limit is but it's usually something on the order of 255 entries.
|
![]() |