Simpel Total Commander launcher

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Rex
Junior Member
Junior Member
Posts: 51
Joined: 2003-10-30, 01:05 UTC

Simpel Total Commander launcher

Post by *Rex »

I know that there is a lot of utilitys just like this out, but all of them i have tryed uses some sort of settings file, mine don't.
Mine is a small (155.825 bytes) singel stand alone exe file.

You can use it to launch tcm from a usb stick / cd / dvd or other.

The usage of the the file is wery simpel to, just copy wincmd.ini - wcx_ftp.ini and the Launch TCM.exe file into the Totalcmd dir.
When you then executes the Launch TCM.exe til will run TotalCmd.exe with the /i and /f commands teling Totalcmd.exe that i scould use the ini files located in same dir.

Get the prog here http://space.hjem.wanadoo.dk/
Personal License #58082
User avatar
Lefteous
Power Member
Power Member
Posts: 9536
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2Rex
The usage of the the file is wery simpel to, just copy wincmd.ini - wcx_ftp.ini and the Launch TCM.exe file into the Totalcmd dir.
Have you ever heard of this Wincmd.ini file setting?

Code: Select all

[Configuration]
UseIniInProgramDir=7
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

@Rex:
Besides the INI setting there already is a TC starter doing exactly the same including source code, and it is really small. ;)
http://www.nobaq.net/~niki/tcstart/

Anyway, thanks for your efforts.

Icfu
This account is for sale
User avatar
Rex
Junior Member
Junior Member
Posts: 51
Joined: 2003-10-30, 01:05 UTC

Post by *Rex »

Lefteous wrote:2Rex
The usage of the the file is wery simpel to, just copy wincmd.ini - wcx_ftp.ini and the Launch TCM.exe file into the Totalcmd dir.
Have you ever heard of this Wincmd.ini file setting?

Code: Select all

[Configuration]
UseIniInProgramDir=7
Nope, not before now :)
But still if TC dont know where the ini file is how can it then use that setting ?
Personal License #58082
User avatar
Rex
Junior Member
Junior Member
Posts: 51
Joined: 2003-10-30, 01:05 UTC

Post by *Rex »

icfu wrote:@Rex:
Besides the INI setting there already is a TC starter doing exactly the same including source code, and it is really small. ;)
http://www.nobaq.net/~niki/tcstart/

Anyway, thanks for your efforts.

Icfu
Wow thats a small launcher.
Did't know that it existed, but even that i would have made my own :lol:

My sorce is also free, i just forgot to uploade it :oops:
so here it is

Code: Select all

Run(@scriptdir & "\Totalcmd.exe /i=" & @scriptdir & "\Wincmd.ini /f=" & @ScriptDir & "\Wcx_ftp.ini")
I created the launcher with the nice freeware scripting tool AutoIT v3
found at http://www.autoitscript.com/
Personal License #58082
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

But still if TC dont know where the ini file is how can it then use that setting ?
TC has an internal order where to look for wincmd.ini, homedirectory comes first. If the entry is contained in it the ini is used.
I created the launcher with the nice freeware scripting tool AutoIT v3
AutoIt is well known in the TC community although AutoHotkey is better suited for small tasks due to its better and more comfortable hotkey support.

You can find example scripts by using the forum search or in the new TC Wiki:
http://www.ghisler.ch/wiki/index.php/AutoHotkey

Icfu
This account is for sale
User avatar
Rex
Junior Member
Junior Member
Posts: 51
Joined: 2003-10-30, 01:05 UTC

Post by *Rex »

@icfu
Did't know that tc did look for the ini file insite it's own dir.
Personal License #58082
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3378
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

@Rex: a Start would be reading the helpfile :-)
Press F1 inside TC -> 4.b -> wincmd.ini -> [Configuration] -> UseIniInProgramDir= :)

PS: where do I get the bigger Picture of your NickPic ? :)
Hoecker sie sind raus!
User avatar
Rex
Junior Member
Junior Member
Posts: 51
Joined: 2003-10-30, 01:05 UTC

Post by *Rex »

Sir_SiLvA wrote:@Rex: a Start would be reading the helpfile :-)
Press F1 inside TC -> 4.b -> wincmd.ini -> [Configuration] -> UseIniInProgramDir= :)

PS: where do I get the bigger Picture of your NickPic ? :)
I only read the helpfile, if i need to finde out somthing not becorce it there :wink: . No realy i havent had the need for reading help file, cource i did know what parameters i schould use for my TCM Launchere...

I did a search for dragonlance, longtime ago and there in some page on the web, i found the pic that i now has as NickPic. :lol:
I have put the org. in the same p0lace as my Launcher
Personal License #58082
Post Reply