ladude626 Posted June 28, 2006 Posted June 28, 2006 I'm creating an Firefox addon for nLite and I'm using SVCPACK to install at T-12. I am having trouble copying the profiles.ini to %APPDATA%/Mozilla/Firefox. I am using the following command:MKDIR "%APPDATA%\Mozilla\Firefox"COPY /Y "profiles.ini" "%APPDATA%\Mozilla\Firefox\profiles.iniHowever, apparently the variable %APPDATA% does not exist at T-12 and the profiles.ini file is copied to C:\Mozilla\Firefox\profiles.ini
T D Posted June 29, 2006 Posted June 29, 2006 No, I don't think so.You can use "%AllUsersProfile%\Application Data"I think the path's something like that. But it will apply to all users.
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