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

To join the OverTake Racing Club races I want them to be: (multiple choice)

  • Free to access

    Votes: 169 87.6%
  • Better structured events

    Votes: 32 16.6%
  • Better structured racing club forum

    Votes: 28 14.5%
  • More use of default game content

    Votes: 28 14.5%
  • More use of fixed setups

    Votes: 56 29.0%
  • No 3rd party registration pages

    Votes: 70 36.3%
  • Less casual events

    Votes: 17 8.8%
  • More casual events

    Votes: 65 33.7%
  • Other, specify in thread

    Votes: 12 6.2%
Back
Top