You are here

TOR Chat Portable (Secure Chatclient)

2 posts / 0 new
Last post
ot4ku
Offline
Last seen: 9 years 6 months ago
Joined: 2013-04-07 05:27
TOR Chat Portable (Secure Chatclient)

Hello,
i would do it myself if i would know how, but i cant, maybe someone here can do it.

TORChat is a lightwight "portable" Chatclient that is using the TOR stealth Network and dosent need any installation.

Download: https://github.com/prof7bit/TorChat/downloads
Info: https://github.com/prof7bit/TorChat

The PROBLEM right now is that the client when you start it extracts Files into the "TEMP" Directory of Windows, so its not 100% portable. Would it be possible to make it like many portable apps to use only the folder from where its started?

thanks in advance!

There was one entry of this back in 2012 but without any comments, so i made this one with a bit more information.

darksabre76
darksabre76's picture
Offline
Last seen: 2 weeks 3 days ago
Developer
Joined: 2011-04-19 23:28
Try this

If you're willing to give it a shot, the following code in launcher.ini SHOULD redirect TEMP to a folder within Data:

[Environment]
TEMP=%PAL:DataDir%\TEMP

If that doesn't work, try something like:

[DirectoriesCleanupIfEmpty]
1=%TEMP%

If neither of these work, or you want someone else to still try it, just respond, and I'll see if I can give it a shot.

Log in or register to post comments