Question 1
Is there any way to create shortcuts for a program? I have a couple of programs that only need copying over, but I'd like to stick a shortcut in the start menu.
QUOTE
ECHO.
ECHO Installing XP-AntiSpy v3.8
ECHO ______________________________________________________________
MKDIR "%systemdrive%\Program Files\XP-AntiSpy 3.8"
COPY "%systemdrive%\install\Applications\XPAntispy\xp-AntiSpy 3.8.exe" "%systemdrive%\Program Files\XP-AntiSpy 3.8"
ECHO ______________________________________________________________
Question 2ECHO Installing XP-AntiSpy v3.8
ECHO ______________________________________________________________
MKDIR "%systemdrive%\Program Files\XP-AntiSpy 3.8"
COPY "%systemdrive%\install\Applications\XPAntispy\xp-AntiSpy 3.8.exe" "%systemdrive%\Program Files\XP-AntiSpy 3.8"
ECHO ______________________________________________________________
Also, does anyone know how I can get Norton Anti-virus professional to run from my install cd as the last thing? I know that there are several threads on this already, but I don't want to register it, just to start the installer as the last thing and run it manually. The following script doesn't work though.
QUOTE
ECHO.
ECHO Installing Norton Antivirus 2004
ECHO Please wait...
start /wait %systemdrive%\install\Applications\NAV2004\NAV.msi /QB
ECHO.
ECHO Updating Symantec Antivirus Virus Definitions (August 16, 2004)...
ECHO Please wait...
ECHO ______________________________________________________________
COPY "%systemdrive%\install\Applications\NAVDefinitions\" "%systemdrive%\Program Files\Common Files\Symantec Shared\VirusDefs\incoming\"
ECHO ______________________________________________________________
ECHO Installing Norton Antivirus 2004
ECHO Please wait...
start /wait %systemdrive%\install\Applications\NAV2004\NAV.msi /QB
ECHO.
ECHO Updating Symantec Antivirus Virus Definitions (August 16, 2004)...
ECHO Please wait...
ECHO ______________________________________________________________
COPY "%systemdrive%\install\Applications\NAVDefinitions\" "%systemdrive%\Program Files\Common Files\Symantec Shared\VirusDefs\incoming\"
ECHO ______________________________________________________________
Question 3
Is there any way that I can alter the file associations automatically?
All help greatly appreciated!