To find and get a file in the folder, "Internet file temp", with win10

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
paolog
Posts: 1
Joined: 23 Feb 2018, 12:39

To find and get a file in the folder, "Internet file temp", with win10

24 Feb 2018, 10:02

Very important question.

To find and get a file in the folder, "Internet file temp", with win 8 this work:

TIF = %USERPROFILE%\Local Settings\Temporary Internet Files\Content.IE5
RunWait %comspec% /c dir "%TIF%" /A:-D /B /S > c:\temp\dir.txt,,HIDE
Loop, Read, c:\temp\dir.txt
{
ifInstring ,A_LoopReadLine,This-file
RunWait %comspec% /c copy "%A_LoopReadLine%" c:\Temp\,,HIDE
}
FileDelete, c:\temp\dir.txt


Is published in this tread:
https://autohotkey.com/board/topic/8004 ... net-files/

But with win10 , do not work
now with win10 this is the folder:
C:\Users\%USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache\
But is not possible find noting of "Internet file temp"
Wath is canged? How to find now files?

Tankyou.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Chunjee, gabelynn1 and 144 guests