Go to directory + thumbnail view
Moderators: Hacker, petermad, Stefan2, white
Go to directory + thumbnail view
Is it possible to create a button bar item to go to a directory (cd MyDir) + switch to thumbnail view at the same time?
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 ).
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 ).