Search found 1 match

by Danjor777
11 Oct 2016 16:29
Forum: DOS Batch Forum
Topic: What is wrong with this batch copy code?
Replies: 2
Views: 3963

What is wrong with this batch copy code?

As you may know the profile name in the Firefox directory is randomly generated, and I need that pathway. Is there a way to put this "unknown" name into a variable? %appdata%\mozilla\firefox\profiles\ unknown profile name I tried this: set parentfolder=%APPDATA%\Mozilla\Firefox\Profiles\ f...