Networking Forums

Networking Forums > Computer Networking > Windows Networking > Check for a certain dekstop icon and place shortcut there if itdoesnt exist

Reply
Thread Tools Display Modes

Check for a certain dekstop icon and place shortcut there if itdoesnt exist

 
 
Karl Rhodes
Guest
Posts: n/a

 
      06-08-2008, 08:54 PM
Hi all,

I want to edit a logon script for domain users so that when they logon
the script will do a check to see if a shortcut to a network share
exists and if it doesnt, create one. Can anyone tell me how this is
done?

Thanks
 
Reply With Quote
 
 
 
 
Meinolf Weber
Guest
Posts: n/a

 
      06-08-2008, 09:05 PM
Hello Karl,

Depends a bit on your script language but this can be one way, this is from
kixtart:

if exist ("%userprofile%\desktop\youricon.ico") = 0
shell '%comspec% /C XCOPY "\\yourserver\yourshare\youricon.ico" "%UserProfile%\desktop\youricon.ico"
/c /i /q /s /r /h /k /Y'
endif

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Hi all,
>
> I want to edit a logon script for domain users so that when they logon
> the script will do a check to see if a shortcut to a network share
> exists and if it doesnt, create one. Can anyone tell me how this is
> done?
>
> Thanks
>



 
Reply With Quote
Reply

Thread Tools
Display Modes

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
How to put an shortcut icon on the GNOME desktop for directory listing? Matthew Lincoln Linux Networking 0 12-10-2008 06:37 PM
How to check the box "Show icon in notification area when connected" in NIC properties using Netsh? Spin Windows Networking 8 05-21-2008 11:10 PM
shortcut icon changed rt Wireless Networks 8 08-19-2007 11:38 PM
shortcut icon changed rt Wireless Internet 9 08-19-2007 11:38 PM
Network Place Shortcut Through VPN =?Utf-8?B?TWljaGFlbA==?= Windows Networking 0 03-22-2005 05:15 PM



1 2 3 4 5 6 7 8 9 10 11