NSIScons - NSIS variables in Total Commander's button bar

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

NSIScons - NSIS variables in Total Commander's button bar

#1 Post by tproli »

NSIScons helps you using NSIS constants (e.g. $WINDIR, $HISTORY, $LOCALAPPDATA) in Total Commander's Button Bar.

By clicking on an NSIScons button, the target panel of Total Commander will jump to the corresponding location.

See the included readme.txt.

NSIScons v0.2
NSIScons v0.1
Last edited by tproli on Sun Jun 01, 2014 7:21 am, edited 1 time in total.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: NSIScons - NSIS variables in Total Commander's button ba

#2 Post by guinness »

Thanks tproli, some nice NSIS code there.

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: NSIScons - NSIS variables in Total Commander's button ba

#3 Post by tproli »

New version available:

http://rolandtoth.hu/files/NSIScons_v0.2.zip

Changelog:
- NEW: support for Double Commander (http://doublecmd.sourceforge.net/)
- NEW: examples for Total Commander / Double Commander with system icons (see README.txt)
- NEW: attempt to resolve parameter as environment variable if no matching NSIS constant found
- updated documentation
- main icon size fixes
- minor fixes

Double Commander screenshot:

Image

Total Commander screenshot:

Image

User avatar
dmocha
Posts: 3
Joined: Mon Jun 02, 2014 7:08 am

Re: NSIScons - NSIS variables in Total Commander's button ba

#4 Post by dmocha »

tproli wrote:New version available:

http://rolandtoth.hu/files/NSIScons_v0.2.zip

Changelog:
- NEW: support for Double Commander (http://doublecmd.sourceforge.net/)
- NEW: examples for Total Commander / Double Commander with system icons (see README.txt)
- NEW: attempt to resolve parameter as environment variable if no matching NSIS constant found
- updated documentation
- main icon size fixes
- minor fixes
Hi all

I'm here for the first time.

I use TC and tried to use my parameters:

Code: Select all

./TOTALCMD64.EXE /I=.\my.ini /F=.\ftp.ini
But still get the message about improper configuration.
Can You help me?
What should be the correct path for my (above) parameters?

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: NSIScons - NSIS variables in Total Commander's button ba

#5 Post by tproli »

You should try

Code: Select all

CommanderPath=TOTALCMD64.EXE
Commandline=/I=.\my.ini /F=.\ftp.ini

Post Reply