who know the windows2003's IE temp fold

  • Thread starter Thread starter cgd
  • Start date Start date
C

cgd

windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks
 
cgd,

To get it programatically, you would call the static GetFolderPath
method on the Environment class, passing the
Environment.SpecialFolders.InternetCache value. This will give you the
Temporary Internet Files directory for the current user.

Hope this helps.
 
Nicholas Paldino £º
thanks, i not to get it programatically,
I use IE7, click the link to download the file(orcas express beta1 IMG on MS
website) ,but is very very slow,so ,I want to import the temp file to
FlashGet(a download tool). but i cann't find the download temp file.




Nicholas Paldino said:
cgd,

To get it programatically, you would call the static GetFolderPath
method on the Environment class, passing the
Environment.SpecialFolders.InternetCache value. This will give you the
Temporary Internet Files directory for the current user.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


cgd said:
windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks
 
Hi,

Are you writing code?
or you just want to download Orcas.


If the latest just copy the link (right click in the link and "Copy
shortcut") and paste the shortcut in your download manager

cgd said:
Nicholas Paldino £º
thanks, i not to get it programatically,
I use IE7, click the link to download the file(orcas express beta1 IMG on
MS website) ,but is very very slow,so ,I want to import the temp file to
FlashGet(a download tool). but i cann't find the download temp file.




Nicholas Paldino said:
cgd,

To get it programatically, you would call the static GetFolderPath
method on the Environment class, passing the
Environment.SpecialFolders.InternetCache value. This will give you the
Temporary Internet Files directory for the current user.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


cgd said:
windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks
 
cgd,
If you need to use FlashGet, GetRight or some similar download manager, you
will probably need to start the download "from scratch" - using that
particular program.
I know that at least with GetRight, it can be set to "capture" download
clicks and process them. You can then choose "Segmented downloads" and it
will run up to four or more download threads, automatically assembling the
"pieces" for a faster download.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net




cgd said:
Nicholas Paldino £º
thanks, i not to get it programatically,
I use IE7, click the link to download the file(orcas express beta1 IMG on MS
website) ,but is very very slow,so ,I want to import the temp file to
FlashGet(a download tool). but i cann't find the download temp file.




Nicholas Paldino said:
cgd,

To get it programatically, you would call the static GetFolderPath
method on the Environment class, passing the
Environment.SpecialFolders.InternetCache value. This will give you the
Temporary Internet Files directory for the current user.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


cgd said:
windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks
 
Yes,i just want to download Orcas,
I copy the shortcut to FlashGet
(https://profile.microsoft.com/RegSy...5f6bd11-ccd4-440d-9035-2671a8ce26d6&lcid=1033)
,but FlashGet doesn't work. can any other download tool do it ?

I know the tmp internet fold now ,but the fold is hide,I cann't to see the
temp file ,
becz cann't change the fold from hide to show.

Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

Are you writing code?
or you just want to download Orcas.


If the latest just copy the link (right click in the link and "Copy
shortcut") and paste the shortcut in your download manager

cgd said:
Nicholas Paldino £º
thanks, i not to get it programatically,
I use IE7, click the link to download the file(orcas express beta1 IMG on
MS website) ,but is very very slow,so ,I want to import the temp file to
FlashGet(a download tool). but i cann't find the download temp file.




Nicholas Paldino said:
cgd,

To get it programatically, you would call the static GetFolderPath
method on the Environment class, passing the
Environment.SpecialFolders.InternetCache value. This will give you the
Temporary Internet Files directory for the current user.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks
 
hi,Peter.
Ohh....my god..
The Orcas express download shortcut is HttpS head.
the Flashget and the unregiserted GetRight cann't manage it

sigh...............................

thank you

Peter Bromberg said:
cgd,
If you need to use FlashGet, GetRight or some similar download manager,
you
will probably need to start the download "from scratch" - using that
particular program.
I know that at least with GetRight, it can be set to "capture" download
clicks and process them. You can then choose "Segmented downloads" and it
will run up to four or more download threads, automatically assembling the
"pieces" for a faster download.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net




cgd said:
Nicholas Paldino ¡êo
thanks, i not to get it programatically,
I use IE7, click the link to download the file(orcas express beta1 IMG on
MS
website) ,but is very very slow,so ,I want to import the temp file to
FlashGet(a download tool). but i cann't find the download temp file.




"Nicholas Paldino [.NET/C# MVP]" <[email protected]>
D¡ä¨¨????¡é
cgd,

To get it programatically, you would call the static GetFolderPath
method on the Environment class, passing the
Environment.SpecialFolders.InternetCache value. This will give you the
Temporary Internet Files directory for the current user.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks
 
I'd use wget.

As a visitor from another culture*, I can't help noticing that one of
the reasons I find it hard to keep up with this newsgroup is off-topic
postings.

Just my $0.02 worth.
MS website BULLSHIT
FlashGet,Getright,BULLSHIT
:(


__
RGB
* Unix, Perl, Java, command lines, that sort of thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top