annasustainable.blogg.se

Xyplorer tutorial
Xyplorer tutorial











xyplorer tutorial

ĝon't Check availability and bitness Everythingnn.dll MsgBox You need the 32-bit version of JumpToFolder MsgBox You need the 64-bit version of JumpToFolder If (A_PtrSize = 8) AND ( A_Is64bitOS ) Both 64-bitĮlse If (A_PtrSize = 4) AND ( !A_Is64bitOS ) Both 32-bitĮlse If ( A_Is64bitOS ) 64-bit Win vs 32-bit ahk OS and ahk.exe must have the same bitness. $start_everything := ExpandEnvVars( $start_everything )ĭebugMsg( "MAIN", "Starting JumpToFolder version " ) $everything_instance := ExpandEnvVars( $everything_instance ) $contextmenu_icon := ExpandEnvVars( $contextmenu_icon ) $everything_exe := ExpandEnvVars( $everything_exe )

xyplorer tutorial

Ğxpand environment variables in some ini entries IniRead, $start_everything, %$IniFile%, JumpToFolder, start_everything IniRead, $debug, %$IniFile%, JumpToFolder, debug, %$OOB_debug% IniRead, $everything_instance,%$IniFile%, JumpToFolder, everything_instance, %$OOB_everything_instance% IniRead, $detected_everything_version, %$IniFile%, JumpToFolder, detected_everything_version, %$OOB_detected_everything_version% IniRead, $contextmenu_icon, %$IniFile%, JumpToFolder, contextmenu_icon, %$OOB_contextMenu_icon% IniRead, $contextmenu_text, %$IniFile%, JumpToFolder, contextmenu_text, %$OOB_contextMenu_text% IniRead, $sort_ascending, %$IniFile%, JumpToFolder, sort_ascending, %$OOB_sort_ascending% IniRead, $sort_by, %$IniFile%, JumpToFolder, sort_by, %$OOB_sort_by% IniRead, $also_search_files, %$IniFile%, JumpToFolder, also_search_files, %$OOB_also_search_files% IniRead, $everything_exe, %$IniFile%, JumpToFolder, everything_exe, %$OOB_everything_exe% $OOB_contextmenu_text := "Jump to Folder. Icon: Use the same structure that PickIconDlg would return (for comparison). When settings not found in INI, use Out-Of-The-Box settings: #Warn Enable warnings to assist with detecting common errors. BugFix: could be waiting on clipboard change indefinitely under certain conditions Added routine to select the file in file managers (not yet in the version that was used for the following demo, btw.).Ĭode: Select all $ThisVersion := Change active folder using NotNull The file dialog /filemanager will automatically jump to the folder you selected and will select the file you chose in the resultlist, double-click or press ENTER on the file/folder of your choice.Everything will open type part of a foldername or file,.Right-click in an empty part of the list of files in File Explorer,.With JumpToFolder you can do the following:

xyplorer tutorial

All you can remember is that it has 'thunderstruck' on it.

XYPLORER TUTORIAL UPDATE

Or another example: you want to update the MP3 tags of an album, but can't remember where you put it or what it was called. The file manager will change to that folder without further effort. So if your file manager is currently in folder c:\a\b\c\d\e\this and you want to go to x:\f\g\h\i\that, start JumpToFolder, type that in the appearing Everything window and select x:\f\g\h\i\that from the list. (If you are not familiar with Everything: it's a very, *very* fast search tool for your files and folders on local as well as network disks with too many useful options to describe here) All without browsing the intermediate paths. JumpToFolder is a utility, that makes use of Everything ( to jump to a different folder in file managers and file dialogs.













Xyplorer tutorial