Can somebody help me. I'm trying to install Norton Antivirus 2005 silent. This is the script that i'm using prog[pn]=['Norton Antivirus 2005'] uid[pn]=['NORTONANTIVIRUS2005'] ordr[pn]=[3] regb[pn]=['REGEDIT /S %CDROM%\\Install\\nav2005\\NAVSETUP.reg'] cmd1[pn]=['%CDROM%\\Install\\NAV2005\\NAVSetup.exe /qn /noreboot REBOOT=ReallySuppress'] cmd2[pn]=['COPY "%CDROM%\\Install\\Nav2005\\symlcrst.dll" "%systemdrive%\\Program Files\\Common Files\\Symantec Shared\\ccpd-lc\\symlcrst.dll"'] dflt[pn]=['yes'] cat[pn]=['Internet'] everytime when the installation comes at CMD2 (the copy statement), it says that windows can't find copy. I have tried using set copy = "copy.exe" in WPI.cmd and some other .cmd files but nothing works. Can someone help me! Thnx