Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
batch to create desktop shortcut
Name: shawn Date: February 18, 2003 at 07:08:19 Pacific OS: RH8.0/W2K/WXP CPU/Ram: P41.4/512MB-PIII650/384
Comment:
Hello is there a way to create a desktop shortcut using a batch file? I want to automate putting a shortcut to the user drive out on the desktop. Thanks in advance
Name: borelli34 Date: February 18, 2003 at 19:51:24 Pacific
Reply:
Well, that depends on weather or not you can use a pre-created shortcut or if the shortcut must be built dynamically. As to the latter, a special program designed for this purpose may be needed. However, if the shortcut can be pre-existing then under the admin login just copy the shortcut to the C:\Documents and Settings\All Users\Desktop folder and that should be it. I hope this helps.
Summary: I need to place a shortcut on everyone's PC in the office to a program we're running on the server ... so I need them all to get a shorcut to the executable. I want to create a batch file that creates...
Summary: Well, you can set the icon manually by right-clicking on the shortcut and then go to it's properties. There's a 'Change Icon' button that sets the icon. Then you can copy it normally with the 'copy' c...
Summary: I am a novice creating batch files... I needed some expert help creating a batch file that creates a sequential, uniquely named subfolder... under each unique subfolder encountered in a given director...