OK, this is my first post, so please be kind. [Smile]

For starters, here is the portion of my script that troubles me:
-----------
if $ClientType="Windows 2000 Professional"
if exists("C:\IP3.ico")=0
Copy "\\BSCApp01\NetLogon\IP3.ico" "C:\IP3.ico"
? "Copying IP Icon to local Workstation."
endif
if exists("%ALLUSERSPROFILE%\Desktop\Welcome to Interactive Practice.url")=0
Copy "\\BSC1App01\NetLogon\Welcome to Interactive Practice.url" "%ALLUSERSPROFILE%\Desktop\Welcome to Interactive Practice.url"
? "Copying Shortcut for the Interactive Practice to your Desktop."
endif
endif
--------------
The script actually copies the .url file as it is supposed to, and the text message saying the .ico file transmits, but it does not actually copy the .ico file to "c:\"

Any guideance for the newbie?