cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Applications" /f
REG ADD %KEY%\010 /VE /D "FireFox" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Firefox\firefox.exe /qn" /f
EXIT
I want to know how I can copy files from the Firefox CD directory to the Installation directory
which in his default path is X:\ProgramFiles\FireFox.
and one more other thing: the file cmdlines.txt should stay as *.txt and not *.cmd? (by the guide of RunOnceEx(Upper Link) )
Thnak you very much:)