Jump to content

Recommended Posts

Posted (edited)

I have this code..:

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:) :thumbup

Edited by doc14

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...