[TC Tool] TC Script Editor

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Raymond
Senior Member
Senior Member
Posts: 454
Joined: 2003-02-08, 15:43 UTC

Post by *Raymond »

SanskritFritz wrote:$hwnd = WinGetHandle( "classname=TTOTAL_CMD" )
DllCall( "user32.dll", "int", "PostMessage", "hwnd", $hwnd , "int" , 1075 , "int", 509 )
; cm_UnpackFiles
;-)
Oops! It's my wrong. :oops: This one did the trick! Thank you very much! :lol:

Then here comes up another problem.

Code: Select all

$hwnd = WinGetHandle( "Total Commander" )
DllCall( "user32.dll", "int", "PostMessage", "hwnd", $hwnd , "int" , 1075 , "int", [b]526[/b] )
; cm_DirectoryHotlist
These lines cause TC error

"Access violation at address 004FA250. Read of address 00000024.
Please report this error to the Author,
with a description of what you were doing when this error occured!
Continue execution?"

Any other TC internal command codes I've tried so far are fine, but "526" cause TC an error. Anyone could reproduce this?
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

I dont have AI3 installed anymore, but calling the same from AutoHotkey works fine.
Maybe the problem is, that you try to post the message with a dialog still open? Windows is unable to create a menu for the parent window with a modal dialog open.
I switched to Linux, bye and thanks for all the fish!
Raymond
Senior Member
Senior Member
Posts: 454
Joined: 2003-02-08, 15:43 UTC

Post by *Raymond »

SanskritFritz wrote:I dont have AI3 installed anymore, but calling the same from AutoHotkey works fine.
Yes, I've tried it too. It works fine.
Maybe the problem is, that you try to post the message with a dialog still open?
Not this case.
User avatar
Stefan2
Power Member
Power Member
Posts: 4132
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

TC Script Editor 1.04 final - build 245 (2005.05.16)

File ID: 367420
File size: 534.9 KB
Time to live: 90 days

http://wikisend.com/download/367420/TC Script Editor 1.04 final - build 245 (2005.05.16).zip



MD5:
66fadc9f4a710ac69262f023c0d09ac6 *TC Script Editor 1.04 final - build 245 (2005.05.16).zip



_
Mikey J
New Member
New Member
Posts: 1
Joined: 2017-01-17, 12:20 UTC
Location: Sweden

Post by *Mikey J »

Stefan2 wrote: TC Script Editor 1.04 final - build 245 (2005.05.16).zip
Just reporting broken link.
I can't find the zip-file anywhere and I would like to download it.

Best regards
//Mikey J
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6449
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

Mikey J wrote:
Stefan2 wrote: TC Script Editor 1.04 final - build 245 (2005.05.16).zip
Just reporting broken link.
I can't find the zip-file anywhere and I would like to download it.

Best regards
//Mikey J
I have a copy but this tool will not run with actual TC 9
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
mSnus
Junior Member
Junior Member
Posts: 5
Joined: 2018-11-16, 08:27 UTC

Re: [TC Tool] TC Script Editor

Post by *mSnus »

Are there any source files?
Post Reply