AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Firefox Profile Deleting

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Hezzu



Joined: 08 Aug 2008
Posts: 117
Location: Raahe, Finland

PostPosted: Fri Apr 17, 2009 7:13 am    Post subject: Firefox Profile Deleting Reply with quote

I have a prob.

The computer that im using creates a firefox profile EVERYTIME I log in

so in about an day I have 6 profiles and only 30mb of space left on my comps

I want to keep one profile and delete the rest

they are in folder

C:\Documents and settings\%A_user%\Application data\Mozilla\Profiles\

and they are named like: "vj0ws4io.default"

(I want to keep "vj0ws4io.default" folder delete rest)

PS. Yes I know the search button exists just gimme someting I havent got the light pulp on my head on this just yet
_________________
Hezzu - excuse the english!
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Guest






PostPosted: Fri Apr 17, 2009 7:33 am    Post subject: Reply with quote

Code:
MyPath := A_AppData "\Mozilla\Profiles"
MyFile := vj0ws4io.default
FileMove, %MyPath%\%MyFile%, %MyPath%\%MyFile%.bak
Run, cmd /c del /q %MyPath%\*.default,, Max
FileMove, %MyPath%\%MyFile%.bak, %MyPath%\%MyFile%
Back to top
Hezzu



Joined: 08 Aug 2008
Posts: 117
Location: Raahe, Finland

PostPosted: Mon Apr 20, 2009 3:52 am    Post subject: Reply with quote

Thank you
_________________
Hezzu - excuse the english!
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group