Go to directory + thumbnail view

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
tpr
Junior Member
Junior Member
Posts: 37
Joined: 2011-06-05, 12:55 UTC

Go to directory + thumbnail view

Post by *tpr »

Is it possible to create a button bar item to go to a directory (cd MyDir) + switch to thumbnail view at the same time?
User avatar
nsp
Power Member
Power Member
Posts: 1956
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

NO without any additional tool !
YES using :
- Scripting engine (AHK Powerpro, Autoit VB ....., nircmd)
- Button Bar Extended
- dedicated helper TCFS2, Aezay TC Script Editor....

Give a look to the wiki.....

// the command to go to a specific folder can be done using %commander_exe% /O /S /L="%1"
if %1 is set to %N
// Switch source to thumbnnail view can be done with command 269 ( cm_SrcThumbs ).
tpr
Junior Member
Junior Member
Posts: 37
Joined: 2011-06-05, 12:55 UTC

Post by *tpr »

Thanks. I think I will stick to the oldschool process.
Post Reply