Preserved Topic: weird question |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Seattle, WA, USA |
posted 10-16-2002 02:56
I know this is kind of a weird question, but does anybody know of a program that can make shortcuts for me in win2000. You know, like the same thing as send to desktop, or copy shortcut or one of those but just in an executable, like I type in the directory path or file path and it creates the shortcut for me. I know it's a very strange question, but could you just try to answer it without having to know the why's? |
Maniac (V) Inmate From: soon to be "the land down under" |
posted 10-16-2002 03:44
Right-click on the desktop. Go to new->shortcut. A dialog box will open up where you can type the path of the executable. |
Paranoid (IV) Inmate From: Seattle, WA, USA |
posted 10-16-2002 04:13
OK, I guess I didn't make it clear in my above post. I want to do this without any of the right click stuff, without any of the built in features of any of the programs in windows. Just a whole seperate executable that does this. This probably seems like a very very strange thing I know, but just trust me on this one, it's sorta hard to explain why. |
Maniac (V) Inmate From: soon to be "the land down under" |
posted 10-16-2002 06:08
There is an executable that comes with the Windows NT Server Resource Kit Version 4.0 Supplement called shortcut.exe code: shortcut.exe -t "c:\path\to\executable.exe" -n "Link name.lnk" -i "c:\icons\icon.ico" -x 0 -d "c:\put\shortcut\here"
|
Paranoid (IV) Inmate From: Seattle, WA, USA |
posted 10-16-2002 16:55 |