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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now