Console commands in game executable?

Is there any way to set some console commands on steam launch parameters?
I can set options like -NOTEXTURESTREAMING and -NOFORCEFEEDBACK

But can’t manage to set commands like this:
r.Streaming.FullyLoadUsedTextures=1
r.Streaming.LimitPoolSizeToVRAM=1

I tried to use the -exec launch parameter to read an .ini file and place all commands i want there but it didn’t work