EDIT!
Sorry to change the question on everyone, but I am really just asking:
How do I create a shortcut (.LNK) file from the command line with as little outside help as possible? I really don't want to run a VBscript or to download a program to do it for me. Is it really that hard?
Thanks to everyone who provided exceptional answers when I didn't really know what I was asking yet!
The original title of this question was:
Windows equivalent of Unix ln -s for creating shortcuts from the command line?
The original question text of this question was:
On *nix, I can create a symbolic link to a file very easily from the command line using
ln -s
.How do I natively create a shortcut to a file using the Windows XP command prompt?
Note: This is not the approach I want to take. I want to do it the way Windows does it. I want to do it the right way.