- May
- 3,515
- 5
In my All Users\Start Menu\Programs\Startup directory there is a link file,
executed during logging in, which analyzed with the TCC9 command SHORTCUT is
as follows:
----- begin AllUsers.Startup.lnk -----
Command=C:\JPSOFT\K09\tcc.exe
Arguments=/H /IP /IS /@C:\LOG\LOADGLBL.INI /C STARTUP.BTM Allusers.Startup
Directory=C:\LOG
DescriptionLink=AllUsers.Startup.lnk
Icon=C:\JPSOFT\K09\TCC.EXE
Offset=0
Mode=1
Hotkey
----- end AllUsers.Startup.lnk -----
All files mentioned exist. One of the commands in STARTUP.BTM is:
echo %_isodate %_time + %pid %@word[0,%_wintitle] LOGIN %_cmdspec %ver
%_ininame >> C:\LOG\USAGE.LOG
(all in one line, of course)
where pid is %_pid, left padded with zeroes to 4 digits. I added the
"%_ininame" field today.
The line in USAGE.LOG created by this command is:
2009-01-28 15.22.56 + 2480 AllUsers.Startup LOGIN C:\JPSOFT\K09\tcc.exe
09.02.154 C:\Documents and Settings\ESF\Local Settings\Application
Data\JPSoft\TCMD.INI
(all in one line). What this report tells me is that despite the explicit
specification of the initialization file in the command starting this
instance of TCC it used the default path to find TCMD.INI (which did not
exist).
BTW, this is the problem which causes the DirHistory directive to be set to
4096, and my global history table to max. out at less than 11000 characters.
--
Steve
executed during logging in, which analyzed with the TCC9 command SHORTCUT is
as follows:
----- begin AllUsers.Startup.lnk -----
Command=C:\JPSOFT\K09\tcc.exe
Arguments=/H /IP /IS /@C:\LOG\LOADGLBL.INI /C STARTUP.BTM Allusers.Startup
Directory=C:\LOG
DescriptionLink=AllUsers.Startup.lnk
Icon=C:\JPSOFT\K09\TCC.EXE
Offset=0
Mode=1
Hotkey
----- end AllUsers.Startup.lnk -----
All files mentioned exist. One of the commands in STARTUP.BTM is:
echo %_isodate %_time + %pid %@word[0,%_wintitle] LOGIN %_cmdspec %ver
%_ininame >> C:\LOG\USAGE.LOG
(all in one line, of course)
where pid is %_pid, left padded with zeroes to 4 digits. I added the
"%_ininame" field today.
The line in USAGE.LOG created by this command is:
2009-01-28 15.22.56 + 2480 AllUsers.Startup LOGIN C:\JPSOFT\K09\tcc.exe
09.02.154 C:\Documents and Settings\ESF\Local Settings\Application
Data\JPSoft\TCMD.INI
(all in one line). What this report tells me is that despite the explicit
specification of the initialization file in the command starting this
instance of TCC it used the default path to find TCMD.INI (which did not
exist).
BTW, this is the problem which causes the DirHistory directive to be set to
4096, and my global history table to max. out at less than 11000 characters.
--
Steve