Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

START does seem to load TCC (V36)

Dec
265
4
I noticed after installing V36, I was get some weird stuff happening, like access denied.

1776573114632.webp

For some reason V36 keeps installing as Administrator instead of SYSTEM. V35 works.

Craig
 
I can't uninstall V36, it seems to leave the .exe and .dlls. I have changed their owner to delete them. I think I'll stick to V35 until the release version.
 
This is what I was doing in V35
1776655949044.webp


When I reboot this is run, and I get the following for V35:
1776655599291.webp

Works. When I load V36 and change directory from Task action (pointed to by the arrow) from "C:\Program Files\JPSoft\TCMD35\tcc.exe" to "C:\Program Files\JPSoft\TCMD36\tcc.exe" and reboot I get:
1776655599304.webp

I get an access denied on TCC.EXE.
 

Attachments

  • 1776655262091.webp
    1776655262091.webp
    23.9 KB · Views: 18
  • 1776655552143.webp
    1776655552143.webp
    23.8 KB · Views: 17
AtLogon.btm contains:

REM Use this to load BTM processes at startup of session
@Echo off
cdd c:\jpsoft\batches
echo %@UNQUOTE["_Winuser = "] %_winuser
echo %@UNQUOTE["@OWNER[C:\JPSoft\Batches\AtLogon.btm] = "] %@OWNER[C:\JPSoft\Batches\AtLogon.btm]
echo %@UNQUOTE["@OWNER[C:\Program Files\JPSoft\TCMD35\TCC.EXE] = "] %@OWNER[C:\Program Files\JPSoft\TCMD35\TCC.EXE]
Echo on
Detach /q START "At Logon" /inv Mon_L_and_F.btm
Rem EXIT
 
Back
Top