Jump to content

demitrix

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by demitrix

  1. i see alot of ppl using copy in there batch commands but they have it like

    copy %systemdrive%\......\.....\somefile.ext %systemdrive%\......\.....\somefile.ext

    so i was wondering doesn %systemdrive% refer to the CD during the installin process? so wouldnt that try to copy the file to the CD instead of teh HD?

  2. Use this syntax in your batch_file.cmd =

    ECHO.

    ECHO Registering and Activating Norton Anti-Virus 2005

    ECHO Please wait...

    MKDIR "%systemdrive%\Program Files\Common Files\Symantec Shared\ccpd-lc"

    COPY "%systemdrive%\install\applications\Nav2005\symlcrst.dll" "%systemdrive%\Program Files\Common Files\Symantec Shared\ccpd-lc\"

    REGEDIT /S %SYSTEMDRIVE%\install\applications\Nav2005\NAVSETUP.reg

    ECHO.

    ECHO Installing Norton Anti-Virus 2005

    ECHO Please wait...

    start /wait %SYSTEMDRIVE%\install\applications\Nav2005\NAVSETUP.exe "/qn /noreboot REBOOT=ReallySuppress"

    i dont see how that could work %systemdrive at the time refers to the CD doesnt it...so your copy and mkdir commands dont make sense to me, correct me if im wrong im new to this whole thing

×
×
  • Create New...