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=%%...