TC's settings directory/drive

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
peterbv
Junior Member
Junior Member
Posts: 15
Joined: 2004-02-10, 16:19 UTC

TC's settings directory/drive

Post by *peterbv »

Hi there,

After downloading and installing TC on a new computer I noticed that it tries to put its settings files (wincmd.ini and others) on one of the network drives that gets mapped out at login. The problem with this is that it's slowing TC's startup time (by a lot). I sort of fixed the problem by specifying IniFileName and FtpIniName in the registry (this helped quite a bit), but TC keeps creating and accessing a "H:\Windows" folder (H being the network drive).
I was wondering if there's a way to convince TC not to do this...

Thank you all,
Peter.
User avatar
zweistein
Junior Member
Junior Member
Posts: 38
Joined: 2003-08-08, 09:49 UTC
Location: Gent, Belgium

Post by *zweistein »

Maybe it's Windows itself creating the directory when you access the file system. Does it happen when you open Explorer? Do you have a windows version with configurable user home folder? E.g. on Windows 2000, in Computer Management, Local Users, Properties, tab Profile.
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

Choose when install

Post by *Clo »

2peterbv
:)   Hi!
• When installing TC, don't choose <windows> dir, but the program dir, which is the default now.
• You certainly chose <windows> dir, and you have none on the H D where is TC. So, it searches for the remote <windows> dir where its settings are.

• You might change this location of *.ini files, using the free tool "Inireloc":
https://plugins.ghisler.com/addons/inireloc.zip

:mrgreen: Kind regards
Clo
Last edited by Clo on 2004-02-10, 20:45 UTC, edited 1 time in total.
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
peterbv
Junior Member
Junior Member
Posts: 15
Joined: 2004-02-10, 16:19 UTC

Post by *peterbv »

Well, it turns out that something got corrupted in Windows because when I call the GetWindowsDirectory API function it points me to this network folder, which is what TC and other programs have been using. So I guess this is not TC's fault; I will have to figure out a way to convince Windows to point to c:\windows and not h:\windows

Thank you all.
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

peterbv wrote:Well, it turns out that something got corrupted in Windows because when I call the GetWindowsDirectory API function it points me to this network folder, which is what TC and other programs have been using. So I guess this is not TC's fault; I will have to figure out a way to convince Windows to point to c:\windows and not h:\windows

Thank you all.
This program allows you to relocate the TC Ini-files.

sheepdog
peterbv
Junior Member
Junior Member
Posts: 15
Joined: 2004-02-10, 16:19 UTC

Post by *peterbv »

Thanks.
Post Reply