Can't get a desktop shortcut with attributes to work

I'm trying to set up a shortcut on my desk so I can join a server quickly.

I wrote this in the target text field "D:\Spel\GSC 2013\GSC.exe" +connect <IP:pORT> +password "<PASSWORD>"

The shortcut makes the game connect to the server but I still have to enter the password manually. I tried running the command in a command shell and it works fine.

Any ideas what's wrong with my shortcut?
 
I tried without quotes and single quotes, still same thing, the documentation on rFactor says double quotes and it works with double quotes when running from a command shell so it's not it.

It seems like the password attribute doesn't get passed along. When I deliberately enter wrong password in the command shell I get a message saying "Bad password" but when running the shortcuts I only get the "Enter password" message no matter if the password is wrong or right.
 
Ok, so I enabled the trace attribute and here are the results


When running from the shortcut the log file looks like this

TRACE LEVEL = 1
NetComm.cpp 11276: NetComm checking command line: "trace=1 +connect 127.0.0.1:34597 +password SecretPassword"
NetComm.cpp 11372: NetComm activated autojoin mode


And when ran from the command shell it looks like this

TRACE LEVEL = 1
NetComm.cpp 11276: NetComm checking command line: "trace=1 +connect 127.0.0.1:34597 +password "SecretPassword""
NetComm.cpp 11297: Setting Game Password to: "SecretPassword"
NetComm.cpp 11372: NetComm activated autojoin mode


From what I can see the double quotes around the password doesn't gets removed and thus it wont work. What's going on here? =/
 

Latest News

What would make you race in our Club events

  • Special events

    Votes: 16 23.5%
  • More leagues

    Votes: 15 22.1%
  • Prizes

    Votes: 13 19.1%
  • Trophies

    Votes: 7 10.3%
  • Forum trophies

    Votes: 5 7.4%
  • Livestreams

    Votes: 12 17.6%
  • Easier access

    Votes: 43 63.2%
  • Other? post your reason

    Votes: 8 11.8%
Back
Top