473,598 Members | 3,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

who know the windows2003's IE temp fold

cgd
windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks
May 2 '07 #1
8 1634
cgd,

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

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m
"cgd" <xg@163.comwrot e in message
news:Oe******** ******@TK2MSFTN GP05.phx.gbl...
windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks

May 2 '07 #2
cgd
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 [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om写入消息
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
cgd,

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

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m
"cgd" <xg@163.comwrot e in message
news:Oe******** ******@TK2MSFTN GP05.phx.gbl...
>windows2003+sp 2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks


May 2 '07 #3
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" <xg@163.comwrot e in message
news:OY******** ******@TK2MSFTN GP06.phx.gbl...
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 [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om>
写入消息 news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
>cgd,

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

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m
"cgd" <xg@163.comwrot e in message
news:Oe******* *******@TK2MSFT NGP05.phx.gbl.. .
>>windows2003+s p2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks



May 2 '07 #4
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" wrote:
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 [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om脨麓脠毛脧没 徛
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
cgd,

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

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m
"cgd" <xg@163.comwrot e in message
news:Oe******** ******@TK2MSFTN GP05.phx.gbl...
windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks


May 2 '07 #5
cgd
Yes,i just want to download Orcas,
I copy the shortcut to FlashGet
(https://profile.microsoft.com/RegSys...26d6&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 )" <machin TA laceupsolutions .com写入消息
news:%2******** *******@TK2MSFT NGP06.phx.gbl.. .
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" <xg@163.comwrot e in message
news:OY******** ******@TK2MSFTN GP06.phx.gbl...
>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 [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om写入消息
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
>>cgd,

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

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m
"cgd" <xg@163.comwrot e in message
news:Oe****** ********@TK2MSF TNGP05.phx.gbl. ..
windows2003+ sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks



May 2 '07 #6
cgd
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 [C# MVP]" <pb*******@yaho o.yabbadabbadoo .com写入消息
news:47******** *************** ***********@mic rosoft.com...
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" wrote:
>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]" <mv*@spam.guard .caspershouse.c om>
D′è????¢
news:%2******* *********@TK2MS FTNGP03.phx.gbl ...
cgd,

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

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m
"cgd" <xg@163.comwrot e in message
news:Oe******** ******@TK2MSFTN GP05.phx.gbl...
windows2003+sp 2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks



May 2 '07 #7
cgd
MS website BULLSHIT
FlashGet,Getrig ht,BULLSHIT
:(
"cgd" <xg@163.com写入 消息 news:Oe******** ******@TK2MSFTN GP05.phx.gbl...
windows2003+sp2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks

May 2 '07 #8
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.

cgd wrote:
MS website BULLSHIT
FlashGet,Getrig ht,BULLSHIT
:(
"cgd" <xg@163.com写入 消息 news:Oe******** ******@TK2MSFTN GP05.phx.gbl...
>>windows2003+s p2
i use the ie7 download a file,
i want to know where is the temp fold?
thanks

__
RGB
* Unix, Perl, Java, command lines, that sort of thing.
May 3 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1259
by: Alberto Vera | last post by:
Hello: I have installed WIN32 extensions over Windows2003 server standard edition and when I restarted this I found mistakes on it. Is it compatible Win2003 with Python 2.2.3 Win32 extensions? Do you have any suggestion? Thanks
1
3410
by: Li Daobing | last post by:
Hello, I want to use fold-mode or hideshow mode under emacs, but it doesn't work. Cound you tell me how to do this? Thank you. Li Daobing
0
1552
by: mumbai | last post by:
Hi gurus I downloaded Oracle 9i created disk1 disk2 disk3 under the f: dir i.e. where the windows2003 resides. I unzipped the respective zips in the disk1 2 3 dirs. when i click on setup nothing happens it just throws the white intallation screen and does nothing when i select install. i just installed windows2003 server about an hr back.
1
1624
by: Naga Kiran | last post by:
Hi I have a small query in ASP.Net on windows2003 server platform.. I built an Application in ASP.Net.... This application is hosted on the system where that system has Windows2003 Operating system (with IIS6.0). In my application relative paths are not working after hosting in windows 2003 system(IIS6.0). When the application was on windows2000prof, it worked fine. But only after migrating to windows2003(IIS6.0), it stopped working.
5
1445
by: Soha | last post by:
Hi all; At work, we have started to upgrade our server form Windows2000 Advanced server to Windows2003 server. The website we are developing is done using classic ASP. When we put the website on the new server the asp pages didn't work and we receive an error (500 - Internal Server Error). I would like to know if there is a specific configuration for the IIS ver.6 on Windows2003 Server for classic ASP? Thank
2
3654
by: pantagruel | last post by:
I have an old web application I did where browsers with dynamic capabilities received a drop down menu on the top of the page and a fold out on the left hand side of the page and non-dynamic browsers received two static menus. This was done via server side detection of browser capabilities and branching the application. Over time needless to say the capabilities between the dynamic and static sides got seriously out of whack. Now the...
23
2626
by: Mark Dickinson | last post by:
I have a simple 192-line Python script that begins with the line: dummy0 = 47 The script runs in less than 2.5 seconds. The variable dummy0 is never referenced again, directly or indirectly, by the rest of the script. Here's the surprise: if I remove or comment out this first line, the script takes more than 15 seconds to run. So it appears that adding a redundant line produces a spectacular six-fold increase in speed!
1
1951
by: prins.henrik | last post by:
I am looing for a small menu scripts that can do the following. 1. 2 level navigation 2. when i navigate to a page the menu show be able to remember wich page i am on and fold out the menu according to it. frontpage menu view: --------- -Frontpage -Projects
2
3756
by: Mike P | last post by:
There are LINQ examples here (http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx) with Fold and EqualAll that don't work. Is there new syntax for the Fold and EqualAll examples, or is this functionality no longer available? *** Sent via Developersdex http://www.developersdex.com ***
0
7902
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8395
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8050
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8265
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6719
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project梡lanning, coding, testing, and deployment梬ithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5850
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5438
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2412
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1250
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.