How to create a shortcut to automatically connect to a server on CSS

Solution 1:

You appear to be mixing command line options with Steam Browser protocol URLs.

The correct syntax for a Steam browser protocol link that auto-connects is:

steam://connect/193.192.58.170:27015

You'll note there's no game, as Steam is (usually) smart enough to determine what game to launch based on what game the server is running.

Alternatively, you could use a shortcut to the game's executable with the appropriate command line options, or set the command line options from the Steam Library properties for the game. In this case, you'd want to use:

+connect <ip>:<port> 

as part of the arguments to the game.