PC Review


Reply
Thread Tools Rate Thread

create share folder shortcut on desktop using script

 
 
Huang
Guest
Posts: n/a
 
      11th Mar 2009
Hi, there:


I am a new with script and look around on Microsoft website for a solution
to my problem:



Basically I would like to use logon script with group policy in Windows
server 2003 to achieve the following goal:



1): create a shortcut in user’s desktop, the target of this shortcut is a
share folder on file server.



When I search the Microsoft website, I write the following script:



objWSHShell = CreateObject("Wscript.Shell")

strDesktop = objWSHShell.SpecialFolders("Desktop")



strShortcutName="Corporate Public Folder"

strShortcutPath="\\w2k3chsvr\public"



objShortcut=objWSHShell.creatShortcut(strDesktop + "\" + strShortcutName +
".lnk")

objShortcut.TargetPath=strShortcutPath

objShortcut.Save



I create a script file with name “logon.wsf” on a test XP machine and run
the file, however it pops up an error window saying “on jobs are define in
the file”,

Now I wonder what should be added to this scipt file.


thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a shortcut to the desktop folder Donny Windows XP Help 4 17th Aug 2007 01:30 AM
How do I create a desktop shortcut to a file in a Public Folder? =?Utf-8?B?Q3JhaWdSZXZP?= Microsoft Outlook Discussion 2 11th Oct 2006 02:37 AM
When I try to open/save .rtf attachment I get the messages ?Can't create file. Right-click the folder you want to create item in and then click on the shortcut menu to check your permissions for the folder.? Nie Geweune via AdminLife Microsoft Outlook Installation 2 28th Jun 2006 05:07 PM
Can I create a shortcut on my desktop for an Outlook folder? =?Utf-8?B?bWlzc21lZQ==?= Microsoft Outlook Contacts 1 17th Mar 2006 04:17 PM
how do i create a shortcut on my desktop for the drafts folder in. =?Utf-8?B?am9uIHdheG1hbg==?= Microsoft Outlook Discussion 0 28th Jan 2005 04:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:23 PM.