#27180 - 2002-08-16 12:33 AM
Copying a file
|
DrUltima
Fresh Scripter
Registered: 2002-08-16
Posts: 21
Loc: Nashville, TN, USA
|
OK, this is my first post, so please be kind.
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?
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 2220 anonymous users online.
|
|
|