doc14 Posted June 6, 2006 Posted June 6, 2006 (edited) I have this code..:cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\010 /VE /D "FireFox" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Firefox\firefox.exe /qn" /fEXITI want to know how I can copy files from the Firefox CD directory to the Installation directorywhich 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:) Edited June 7, 2006 by doc14
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now