Temp folder "HV"

Windows specific forum
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Temp folder "HV"

Post by jassing »

Anyone know what the point of the folder %temp%\hv is? It always contains some purebasic code
I don't run any antivirus (computer is offline) I don't know what's creating it, but it always contains purebasic code.
User avatar
Bisonte
Addict
Addict
Posts: 1313
Joined: Tue Oct 09, 2007 2:15 am

Re: Temp folder "HV"

Post by Bisonte »

HistoryViewer ?

The original from IDE or the extra from HeX0r, if you have installed it ?
PureBasic 6.21 (Windows x64) | Windows 11 Pro | AsRock B850 Steel Legend Wifi | R7 9800x3D | 64GB RAM | RTX 5080 | ThermaltakeView 270 TG ARGB | build by vannicom​​
English is not my native language... (I often use DeepL.)
BarryG
Addict
Addict
Posts: 4168
Joined: Thu Apr 18, 2019 8:17 am

Re: Temp folder "HV"

Post by BarryG »

jassing wrote: Tue Jul 04, 2023 12:35 amAnyone know what the point of the folder %temp%\hv is?
Don't know. It never exists for me. Must be some third-party PureBasic tool or app doing it.
Fred
Administrator
Administrator
Posts: 18199
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Temp folder "HV"

Post by Fred »

I don't think it's PB related, the history session file is a sqlite one in your personal appdata/purebasic folder
Marc56us
Addict
Addict
Posts: 1600
Joined: Sat Feb 08, 2014 3:26 pm

Re: Temp folder "HV"

Post by Marc56us »

Search (with Everything) on your HD if you have:
hv.exe, hv_x64.exe or hv.zip (2015 Sept)

And in console, as admin: tasklist | findstr /i "hv"

historyviewer.chm
History Viewer, what is it, and what can it do for you?
· History Viewer (HV) is a very easy to use personal version controlling tool.
· HV will help you to restore almost any of your older code versions.
· Normally HV was meant to be a version controlling tool only for PureBasic, but since V2.10 you should also be able to use it for any coding language you want to.
You may want to look into its Program Parameters or check the Getting Started section.
...

(I don't know where it comes from)
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

Re: Temp folder "HV"

Post by fryquez »

User avatar
HeX0R
Addict
Addict
Posts: 1201
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

Re: Temp folder "HV"

Post by HeX0R »

Yes, that's from history viewer, it creates the HTML preview of the code there.

See also here => viewtopic.php?t=45757
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Temp folder "HV"

Post by jassing »

thanks! Didn't occur to me since I didn't open history viewer..
User avatar
HeX0R
Addict
Addict
Posts: 1201
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

Re: Temp folder "HV"

Post by HeX0R »

If I remember it right, it uses that temp folder also to create tmp. history updates before uploading them into the database (whenever you've closed the IDE and did some changes on a source code before).
What's the problem? TMP folder is for temporary files, isn't it?

If you don't like that, there is a checkbox in the preferences to remove tmp files when IDE closes.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Temp folder "HV"

Post by jassing »

HeX0R wrote: Tue Jul 04, 2023 8:18 pm What's the problem? TMP folder is for temporary files, isn't it?
no "problem" I was curious as to what was creating it; I noticed it when I was deleting out my temp folder, and it's created everytime I ran pb and not removed; so I was curious. A question does not equal a problem.
Post Reply