cmd to modify internet explore temporary file location

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
mukheema
Posts: 2
Joined: 15 Dec 2012 10:33

cmd to modify internet explore temporary file location

#1 Post by mukheema » 15 Dec 2012 10:54

Hi,
I am automating using batch programming. Were I want to modify temporary file location(Path) in internet explore/firefox web browser.
Can anyone please guide me in this regards.
Thanks

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: cmd to modify internet explore temporary file location

#2 Post by abc0502 » 15 Dec 2012 11:51

Do you mean the temporary cash location, or temporary download location ?
will you change all existing profiles or a specific one?
On what system you will do these changes?

mukheema
Posts: 2
Joined: 15 Dec 2012 10:33

Re: cmd to modify internet explore temporary file location

#3 Post by mukheema » 16 Dec 2012 23:10

I want to modify both temporary cache and download location.
Yes I want to change all existing profiles. Since I will be doing at admin level.
I want to do it on all available windows version since this batch file might be used by different user running different windows versions.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: cmd to modify internet explore temporary file location

#4 Post by foxidrive » 16 Dec 2012 23:20

mukheema wrote:I want to modify both temporary cache and download location.
Yes I want to change all existing profiles.
I want to do it on all available windows version


IMO a batch to solve an issue is reasonable thing to ask for - but a general purpose tool to alter both firefox and MSIE, using all profiles, on all windows versions.

Maybe you should have a shot at writing it yourself, and ask for help if you have an issue?

Post Reply