• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to make a short-cut in Windows from the command-line?

There isn't one. It's a function of Windows Explorer.

I did manage to make something similar from the command line....it was kind of cheating though. Have a look at the contents of any Internet Shortcut file with the extention .URL This is one of the few hidden extensions in Windows that doesn't show up except in the command line. You can create a shortcut which is to all intents and purposes a URL file, but it will approximately do what you want to do.

The best way to make a shortcut using commands is with Windows Script.
 
Back
Top