saving from microsoft products

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
cstangor
Junior Member
Junior Member
Posts: 2
Joined: 2025-03-02, 13:02 UTC

saving from microsoft products

Post by *cstangor »

Hello,

Is it possible to bring up the TC window to select or create a new file when I'm using "Save as" from Word or Excel.

TIA
User avatar
Wilhelm M.
Power Member
Power Member
Posts: 1049
Joined: 2003-06-05, 10:45 UTC

Re: saving from microsoft products

Post by *Wilhelm M. »

Afraid not. The file requester for "Save as..." is provided by the Office program (as far as I know) and cannot be redirected to another program.
Grüße/Regards,
Wilhelm
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6950
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: saving from microsoft products

Post by *Horst.Epp »

It is possible with tools like Listary
or for example, the AHK script Quick Switch,
which allows opening the current TC paths in these dialogs.
https://github.com/gepruts/QuickSwitch
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
User avatar
Wilhelm M.
Power Member
Power Member
Posts: 1049
Joined: 2003-06-05, 10:45 UTC

Re: saving from microsoft products

Post by *Wilhelm M. »

Thumbs up Horst Epp!!! Quickswitch seems to be what cstangor asked for.
Grüße/Regards,
Wilhelm
User avatar
tuska
Power Member
Power Member
Posts: 4046
Joined: 2007-05-21, 12:17 UTC

Re: saving from microsoft products

Post by *tuska »

QuickSwitch - short summary
  1. QuickSwitch - main link with detailed description, etc.
    [../forum/..]
  2. Downloadlink: QuickSwitch - version 0.5dw9a.zip -> starts downloading...
    (This version was published here).
    [../forum/..]
  3. Extract the contents of the file “QuickSwitch-0.5dw9a.zip” into a folder with write access:

    Code: Select all

    Name/Ext		Size		Date			Attr
    --------------------------------------------------------------------
    QuickSwitch.ahk		   47 454	04.09.2022 12:42	-a--
    QuickSwitch.exe		1 284 608	04.09.2022 13:08	-a--
    QuickSwitch.ico		   51 044	21.06.2022 10:54	-a--
    QuickSwitch.ini		      332	03.09.2022 00:44	-a---
    - Double-click the zip file
      OR
    - Position the cursor on the zip file in Total Commander and then press the 'Ctrl' key + 'Page Down' key
    Insert/Copy the content of the zip file into this path, for example: C:\totalcmd\Tools\AutoHotkey\Scripts\QuickSwitch\

    Option:
    Position the cursor on the “QuickSwitch.exe” file, hold down the left mouse button and drag the file into the button bar.
    This creates a button. Right-click on the “QuickSwitch” icon and then on “Change...”.
    You can add a comment in the field "Tooltip" (max. 259 characters), e.g. you could add a link to this post.
  4. QuickSwitch.ini - example

    Code: Select all

    [Dialogs]
    [Menu]
    AlwaysOpenMenu=0
    ReDisplayMenu=1
    NrOfMRUFolders=8
    ShowFolderNumbers=1
    [Colors]
    GuiBGColor=F5F6DD
    ;GuiBGColor=F5F5F5  - QuickSwitch Settings (default) - Color
    MenuBGColor=F5F6DD
    ;MenuBGColor=C0C59C - QuickSwitch Menu (default) - Color
    ;
    ;https://www.faststone.org/FSCaptureDetail.htm FastStone Capture
    ;FAF0DC FastStone Capture 'Screen Color Picker' = FAEBD7 AntiqueWhite ->
    ;https://www.farb-tabelle.de/en/table-of-color.htm Table of Color
    ;https://www.voidtools.com/forum/viewtopic.php?p=47857#p47857
    ;The "0x" can now be omitted from color values, otherwise it will be truncated
    [AutoSwitchException]
    
  5. QuickSwitch - Settings (details)

    Code: Select all

    Shortcuts (letter, number or ALT+letter)
    ****************************************
    1.1   QuickSwitch Menu  (Ctrl+Q)							QuickSwitch.ini
    1.1.1 Press a number    (without ALT-key)					     ->	[Menu] ShowFolderNumbers=1
    1.1.2 Press letter 	(without ALT-key); no numbers but only paths available 	     -> [Menu] ShowFolderNumbers=0
    
    1.2   QuickSwitch Settings (Ctrl+Q, S)
    1.2.2 Press letter 	(without ALT-key)
    1.2.3 Press ALT+letter
    --------------------------------------------------------------------------------------------------------------------
    Always open Menu
    ****************									QuickSwitch.ini
    ☑ QuickSwitch Menu 	The “QuickSwitch” menu is displayed after pressing Ctrl+Q    -> [Menu] AlwaysOpenMenu=1
    🔲 QuickSwitch Menu	The “QuickSwitch” menu is NOT displayed after Ctrl+Q         -> [Menu] AlwaysOpenMenu=0
    --------------------------------------------------------------------------------------------------------------------
    Show Menu after leaving settings -> After exiting this settings menu ...
    ********************************							QuickSwitch.ini
    ☑ QuickSwitch Menu 	...  The “QuickSwitch” Menu is displayed again		     -> [Menu] ReDisplayMenu=1
    🔲 QuickSwitch Menu	...  the “QuickSwitch” Menu is NOT displayed again	     -> [Menu] ReDisplayMenu=0
    --------------------------------------------------------------------------------------------------------------------
    MRU folder entries (0-10)
    *************************
    Number of path entries in the “QuickSwitch Menu”,				        QuickSwitch.ini
    that can be accessed by pressing a number (without the ALT key).		     -> [Menu] NrOfMRUFolders=9
    The remaining entries can be selected with a mouse click.			     -> [Menu] ShowFolderNumbers=1
    --------------------------------------------------------------------------------------------------------------------
    Menu backgroud color (HEX)
    **************************
    Background color for the “QuickSwitch” menu, e.g. 7D00DE				QuickSwitch.ini
    MenuBGColor=C0C59C - QuickSwitch Menu (default) - Color				     ->	[Colors] MenuBGColor=7D00DE
    --------------------------------------------------------------------------------------------------------------------
    Dialogs background color (HEX)
    ******************************
    Background color for the “QuickSwitch Settings” menu, e.g. FAF0DC, F0F2CB.		QuickSwitch.ini
    GuiBGColor=F5F5F5  - QuickSwitch Settings Menu (default) - Color		     ->	[Colors] GuiBGColor=FAF0DC
    --------------------------------------------------------------------------------------------------------------------
    AutoSwitch exception
    ********************
    ... is described here: https://www.voidtools.com/forum2/viewtopic.php?p=35818#p35818    [.../forum/...]
    
  6. Images   [... click on the image to enlarge the view]
    1. 2025-03-02_QuickSwitch_Save as_CTRL-Q_and_QuickSwitch-SETTINGS.png
    2. 2025-03-02_QuickSwitch_Select installation directory_Press Ctrl-Q, number.png
    3. ___STARTUP_CTRL-Q_QuickSwitch.exe.lnk.png
cstangor
Junior Member
Junior Member
Posts: 2
Joined: 2025-03-02, 13:02 UTC

Re: saving from microsoft products

Post by *cstangor »

Thank you!!!! Quickswitch is awesome for saving from Microsoft!

But Is there a similar workaround for opening a file from within MS products?
Fla$her
Power Member
Power Member
Posts: 2981
Joined: 2020-01-18, 04:03 UTC

Re: saving from microsoft products

Post by *Fla$her »

Unlike QuickSwitch (• Allow AutoSwitch), Listary doesn't require activation of the TC window.
Overquoting is evil! 👎
User avatar
tuska
Power Member
Power Member
Posts: 4046
Joined: 2007-05-21, 12:17 UTC

Re: saving from microsoft products

Post by *tuska »

cstangor wrote: 2025-03-04, 13:33 UTC Thank you!!!! Quickswitch is awesome for saving from Microsoft!

But Is there a similar workaround for opening a file from within MS products?
Start Word or Excel, etc. -> “Open” button -> “Browse” button ... (German: "Öffnen", "Durchsuchen")

-> Ctrl+Q calls up the “QuickSwitch Menu”  (Paths from TC or Windows Explorer are available here)
    OR
-> ALT+Tab to Total Commander [or Windows Explorer], ALT+TAB back to the Word “Open” dialog:
    The path in Total Commander [or Windows Explorer] should now appear/be adjusted in the Word “Open” dialog.

In principle, QuickSwitch can be used for both “Save as...” and “Open” dialogs.

I work with QuickSwitch mainly as follows:
1. Calling the desired directory in Total Commander, usually with Directory Hotlist (Ctrl+D)
2. F12 "Save as..." in Word or Excel -> usually the desired directory from TC already exists
3. I only use Ctrl+Q or ALT+TAB, ALT+TAB if the desired directory does not appear in the "Save As..." dialog.


Windows 11 Pro (x64) Version 24H2 (OS Build 26100.3323) - 2025-02-25 | TC 11.51 x64/x86
Microsoft® Word LTSC MSO    (16.0.14332.20848) 64-Bit - Version 2108 (Build 14332.20857 Click-and-go) *
Microsoft® Excel® LTSC MSO (16.0.14332.20848) 64-Bit - Version 2108 (Build 14332.20857 Click-and-go) *
* Part of: Microsoft Office LTSC Professional Plus 2021
Rafaello
Junior Member
Junior Member
Posts: 62
Joined: 2025-04-01, 17:48 UTC

Re: saving from microsoft products

Post by *Rafaello »

tuska wrote: 2025-03-02, 22:43 UTC QuickSwitch - short summary
  1. QuickSwitch - main link with detailed description, etc.
    [../forum/..]
  2. Downloadlink: QuickSwitch - version 0.5dw9a.zip -> starts downloading...
    (This version was published here).
    [../forum/..]
  3. Extract the contents of the file “QuickSwitch-0.5dw9a.zip” into a folder
I recently updated this app: https://github.com/JoyHak/QuickSwitch
Post Reply