Search found 2 matches

by ChristB
15 Jan 2015 15:59
Forum: DOS Batch Forum
Topic: FInd and modify string in prefs.js (FireFox)
Replies: 3
Views: 2165

Re: FInd and modify string in prefs.js (FireFox)

Hi,

thanks, yeah sorry, I didn't really search, and I know I should have :arrow:

Thanks again!
by ChristB
15 Jan 2015 09:17
Forum: DOS Batch Forum
Topic: FInd and modify string in prefs.js (FireFox)
Replies: 3
Views: 2165

FInd and modify string in prefs.js (FireFox)

Hi guys, I am working on a batchfile to modify the prefs.js file of firefox. Basically, I am doing this because FireFox ADM doesn't work well. So, I am starting like this: @echo off FOR /D %%G in ("%USERPROFILE%\Application Data\Mozilla\Firefox\Profiles\*.default") DO set FirefoxProfile=%%...