Explorer++ Documentation Release 1.3.5

Total Page:16

File Type:pdf, Size:1020Kb

Explorer++ Documentation Release 1.3.5 Explorer++ Documentation Release 1.3.5 Allen Titley Jul 09, 2021 Contents 1 About Explorer++ 1 2 Menus 3 2.1 File....................................................3 2.2 Edit.................................................... 13 2.3 Selection................................................. 16 2.4 View................................................... 19 2.5 Actions.................................................. 33 2.6 Go.................................................... 40 2.7 Bookmarks................................................ 43 2.8 Tools................................................... 47 2.9 Help................................................... 66 3 Toolbars 69 3.1 Moving toolbars............................................. 69 3.2 Chevrons ................................................. 70 4 Panes 81 4.1 Tab bar.................................................. 81 i ii CHAPTER 1 About Explorer++ Explorer++ is a free multi-tab file manager for the Windows operating system, released as open source under the GNU GPLv3 license. Windows Explorer provides basic functionality - the ability to navigate throughout your computer, and perform basic tasks - but Explorer++ goes further, introducing several enhancements and improvements for a much richer file browsing experience. Aside from basic navigation, Explorer++ has: • a two paned interface, like Windows Explorer, but with multiple tabs in the files pane. You can have many locations open at once and quickly change from tab to tab. •a Drives toolbar, showing all available volumes - disk drives - (including network and USB drives). Jump to a drive with a single mouse click. •a Bookmarks menu (similar to Windows Explorer favorites, but with more functionality), and a Bookmarks toolbar • an Application toolbar where you can create shortcuts to your favorite applications • Show Command Prompt built into Explorer++ • attribute control (set, clear) for multiple files • various methods of file display, including multiple groupings • quickly split a large file into pieces, for email or other purposes, and quickly merge pieces back into the original file •a destroy files function which deletes files, then wipes their former disk space clean. This provides secure erasing of files. • a built-in file search function which allows searching by name or attributes • customized file display colors, by name or attributes • ability to run in portable mode, storing all configuration in an XML file • highly configurable, for user preference • full drag-and-drop support with other applications, including Windows Explorer • much more. ! 1 Explorer++ Documentation, Release 1.3.5 Explorer++ requires Windows XP, Vista, 7, 8 or 10 (32-bit or 64-bit systems) to run; there is no installation required. Explorer++ uses English as its native language, but can be used with other languages through the use of translation DLLs, available on the website. Translations are user contributed (thanks for the work!), and as a result, some may be incomplete. 2 Chapter 1. About Explorer++ CHAPTER 2 Menus 2.1 File 2.1.1 New Tab Ctrl + T This function creates a new tab in the files pane. The tab is always created: • as the last tab (far right) - default, or • next to (right of) the current tab depending on the setting in Options.. (Tabs). The contents default to the current setting for same - see Default new tab folder option. The new tab automatically receives the focus (ie. becomes the active tab). Tip: This function - opening a new tab - is also available by: • using the middle mouse button while hovering over – a folder in either the treeview or files pane – a drive on the Drives toolbar – an item on the Bookmarks toolbar • selecting New Tab (default contents) or Duplicate Tab (focus not transferred to new tab) from the tab’s context (ie. right-click) menu • selecting Open in New Tab from a folder’s context (ie. right-click) menu in the files pane, or from a button’s context menu on the Bookmarks toolbar • pressing Ctrl+Enter while a folder in the files pane is selected • using Ctrl+doubleclick while hovering over a folder in the files pane • double-clicking empty space in Tab bar (default contents) 3 Explorer++ Documentation, Release 1.3.5 • clicking the Create a new tab button (if visible) on the Main toolbar • selecting New Tab from a Windows 7 jump list (available as a context, ie. right click) menu from the Task Bar The above methods, unless stated otherwise, open the tab with the contents of the folder used, not the default contents or Default new tab folder (see above). Windows 7 Jump List 2.1.2 Close Tab Ctrl + W Ctrl + F4 This menu item closes the current tab in the file pane. Currently, there is no way to reopen a closed tab (ie. undo the closing operation), except using normal methods for a new tab. Note: Starting with version 1.2, closing the last tab can close Explorer++, as an option. 2.1.3 Clone Window This operation opens a new Explorer++ window (instance), complete with all settings and panes copied from the original window. Clone Window only clones the active tab; other (non-active) tabs are ignored. Clone Window obeys the setting of the Allow multiple instances option; if multiple instances are not allowed, then only a new tab is created and duplicated. Note: Some settings (eg. column widths in the files pane) may not be duplicated. 2.1.4 Save Directory Listing. This menu item performs a simple directory (folder) listing and saves it as a text file. A Save As Windows dialog allows the user to save the file in any location, under any name. The listing only contains file/folder names, sorted in alphabetical order; folders are identified with “(Folder)” ap- pended. Note that the file is saved in Unicode format (codepage = UTF-16 LE), with a BOM (byte order mark = FFFE hex) header. Windows Notepad can read this file format and can save the file is ANSI format, if desired. 4 Chapter 2. Menus Explorer++ Documentation, Release 1.3.5 Example Directory --------- H:\Projects\Explorer++\html\mnu_file Date ---- 2011-10-30,7:39:58AM Statistics ---------- Number of folders:0 Number of files: 15 Total size (not including subfolders): 42.7KB Folders ------- Files ----- clone_win.htm close_tab.htm copy_col_text.htm copy_file_paths.htm copy_folder_path.htm copy_Ufile_paths.htm delete.htm delete_perm.htm exit.htm new_tab.htm properties.htm rename.htm save_dir_list.htm set_file_attr.htm show_cmd_prompt.htm Tip: More detailed lists can be obtained by opening a Command Prompt window and using the Dir command. Example: dir /ogn > "Directory Listing.txt" Type: dir /? for help on the Dir command. 2.1.5 Show Command Prompt This menu item opens a command prompt (ie. DOS box) in the current directory. Executing command line commands can perform some tasks quickly and easily. Note that this opens a 32 bit (ie. cmd.exe) window rather than a 16 bit (ie. command.com) window. 2.1. File 5 Explorer++ Documentation, Release 1.3.5 Note: For more information, search the Windows internal Help and Support for “command shell” and “command line reference”. 2.1.6 Copy Folder Path Ctrl + Shift + P This function places the full (ie. fully qualified) path to the current folder - whose contents are shown in the files pane - on the clipboard, for pasting into another application. This may be useful for pasting into text or word processing documents. This is equivalent to • selecting the path shown in the address bar, then • copying that to the clipboard, using the context menu, or Ctrl+C. The folder path is copied to the clipboard as Unicode text (ie. plain text) - the clipboard contents cannot be used to paste the actual folder or its contents. Because this is a Unicode copy, foreign characters, such as the Beta in the example, are represented correctly. If Asian characters are included, your Windows system must have support installed for “East Asian Languages” (Control Panel/Regional and Language Options). In order to save true Unicode information, pasting must be done into a text editor which is Unicode compatible, like Windows Notepad. Example H:\Projects\Explorer++\html\mnu_file\New ß Folder Note: Using this function on a virtual folder (eg. My Computer, not really a true directory) copies the path as a special registry path or GUID (globally unique identifier) - not the path as shown in the Address Bar. 2.1.7 Copy File Paths This function places the full (ie. fully qualified) paths to all currently selected files - as shown in the files pane - on the clipboard, for pasting into another application. If multiple file paths are selected, the paths are delimited (ie. separated) by carriage-return/linefeed characters; pasting multiple files to a text document pastes them as separate line. File paths are copied as Unicode text - see here for more comments. Folder paths, ie. selected folders displayed in the files pane, are copied the same as files. 6 Chapter 2. Menus Explorer++ Documentation, Release 1.3.5 Example H:\Projects\Explorer++\html\mnu_file\New Folder H:\Projects\Explorer++\html\mnu_file\clone_win.htm H:\Projects\Explorer++\html\mnu_file\close_tab.htm H:\Projects\Explorer++\html\mnu_file\copy_col_text.htm Note: Network resources - files, folders and printers, etc. on a network - are copied using UNC rules, rather than fully qualified paths on the local computer. 2.1.8 Copy Universal File Paths This menu item behaves nearly identically to Copy File Paths, except that the paths to Network resources (ie. files, printers, etc.) are always copied obeying Windows UNC (Universal Naming Convention) rules. UNC syntax for Windows systems has the generic form: \\ComputerName\SharedFolder\Resource, or \\Server\Volume\File A sample listing (1 file) might look like \\Netbook\SharedDocs\My Pictures\Josh& Penny- house\IMG_0595.JPG 2.1.9 Copy Column Text The files pane displays file and folder information in columns, such as: The Copy Column Text function copies to the clipboard (as plain, Unicode text) • column headings and • the text shown in each column, whether visible or not for files that are currently selected. Copied text may be pasted into another application, such as a word processor or text editor, using Paste (Ctrl+V) from within that application.
Recommended publications
  • Add Administrator to Roaming Profile Group Policy
    Add Administrator To Roaming Profile Group Policy Imputative and unfashioned Ignacius intruded his waterproofing instigating grump expansively. Shifting and colory Vince burkes while transeunt Tedrick departmentalises her hausfrau long and estranged thenceforth. Carangoid and ex-directory Redford outsum her Gloucestershire pats or annoys disgracefully. Is done to take advantage of horizon agent redirection to administrators group on as the properties panel is created an external network computer settings roaming to profile group policy We have change. The Administrator account so by default the only direction that is enabled Mirroring. The salvage to user store location you define via policy always include AD. Computer group that profile is summoned to add you administrator groups can query and. After checking for roaming policies? By default groups in administrator to a policy is a new gpo icon or implementing new profile version is specified by this is reduce and delegation pane. Not sure if that goal possible can the GUI. System User Profiles Add the Administrators security group to roaming user profiles Enabled. This method allows you to granularly configure a users roaming profile path location however coverage is option lot more laborious process of ensure those they are handsome with your folder redirection policy period is also applied to the users. A junior administrator deleted a GPO accidentally but violet had backed it up. No changes made to statistically evaluate the local credentials from this process more efficient way it allows you to roaming. File share name of roaming. Which adds to administrators can without any policy! Allocate sufficient storage and roaming to add profile group policy provides the footprints and.
    [Show full text]
  • Keyboard Shortcuts for Windows Computers
    AbilityNet Factsheet – May 2019 Keyboard Shortcuts for Windows computers This factsheet highlights some of the actions you can carry out quickly on your computer by using key combinations rather than using the mouse to navigate menus and options. These key combinations are referred to as shortcuts as they are often a much quicker way of carrying out tasks. They can also be particularly useful for repetitive actions. AbilityNet Factsheet: Keyboard Shortcuts Page 1 of 12 www.abilitynet.org.uk/factsheets May 2019 Contents 1. What are shortcuts ............................................................................................. 3 A note on Apple (Mac) computers ........................................................................... 3 Conventions ............................................................................................................. 3 Navigating Within Windows Using the Keyboard ..................................................... 4 Reference Chart ...................................................................................................... 7 Autocorrect as a shortcut ......................................................................................... 9 2. How can AbilityNet help? ................................................................................. 10 Free advice and home visits .................................................................................. 10 My Computer My Way ........................................................................................... 10 Workplace
    [Show full text]
  • Serverless Network File Systems
    Serverless Network File Systems Thomas E. Anderson, Michael D. Dahlin, Jeanna M. Neefe, David A. Patterson, Drew S. Roselli, and Randolph Y. Wang Computer Science Division University of California at Berkeley Abstract In this paper, we propose a new paradigm for network file system design, serverless network file systems. While traditional network file systems rely on a central server machine, a serverless system utilizes workstations cooperating as peers to provide all file system services. Any machine in the system can store, cache, or control any block of data. Our approach uses this location independence, in combination with fast local area networks, to provide better performance and scalability than traditional file systems. Further, because any machine in the system can assume the responsibilities of a failed component, our serverless design also provides high availability via redundant data storage. To demonstrate our approach, we have implemented a prototype serverless network file system called xFS. Preliminary performance measurements suggest that our architecture achieves its goal of scalability. For instance, in a 32-node xFS system with 32 active clients, each client receives nearly as much read or write throughput as it would see if it were the only active client. 1. Introduction A serverless network file system distributes storage, cache, and control over cooperating workstations. This approach contrasts with traditional file systems such as Netware [Majo94], NFS [Sand85], Andrew [Howa88], and Sprite [Nels88] where a central server machine stores all data and satisfies all client cache misses. Such a central server is both a performance and reliability bottleneck. A serverless system, on the other hand, distributes control processing and data storage to achieve scalable high performance, migrates the responsibilities of failed components to the remaining machines to provide high availability, and scales gracefully to simplify system management.
    [Show full text]
  • Windows Shell Action Command Library
    Windows Shell Action Command Library A Guide to the BigFix® Action Shell Commands BigFix, Inc. Emeryville, CA Last Modified: May 27, 2003 Compatible with BigFix Enterprise Suite (BES) version 3.0 and BigFix Consumer Client version 1.7 ii © 1998–2003 BigFix, Inc. All rights reserved. BigFix®, Fixlet® and "Fix it before it fails"® are registered trademarks of BigFix, Inc. i- prevention, Powered by BigFix, Relevance Engine, and related BigFix logos are trademarks of BigFix, Inc. All other product names, trade names, trademarks, and logos used in this documentation are the property of their respective owners. BigFix’s use of any other company’s trademarks, trade names, product names and logos or images of the same does not necessarily constitute: (1) an endorsement by such company of BigFix and its products, and (2) an endorsement of the company or its products by BigFix. No part of this documentation may be reproduced, transmitted, or otherwise distributed in any form or by any means (electronic or otherwise) without the prior written consent of BigFix, Inc. You may not use this documentation for any purpose except in connection with your use or evaluation of BigFix software and any other use, including for reverse engineering such software or creating compatible software, is prohibited. If the license to the software which this documentation accompanies is terminated, you must immediately return this documentation to BigFix, Inc. and destroy all copies you may have. All inquiries regarding the foregoing should be addressed to: BigFix, Inc. 5915 Hollis Street Emeryville, CA 94608-2017 Copyright © 2003 by BigFix, Inc.
    [Show full text]
  • File Management
    File management Information about file management How to use the SFTP Wrapper Advanced: WinSCP SFTP Guide Advanced: CyberDuck SFTP Guide Restoring Backups Installation Locations File Manager How to use the SFTP Wrapper To quickly load up WinSCP, you can use our wrapper to automatically launch WinSCP and log you in without messing around with usernames/passwords/ports/protocols etc. It's super easy!* Our wrapper is currently Windows only; if you would like information on how to access your files using one of our other sFTP guides. Our wrapper is currently Windows only; if you would like information on how to access your files please see one of our other sFTP guides. 1. Make sure you have .NET Framework 4.0 (or higher) installed from Microsoft's website. This is needed for the wrapper to work properly. If your computer is on Windows 8 or later, you already have it! 2. Download and run it by clicking here: here NOTE: CLOSE THE PROGRAM AFTER INSTALLATION. 1. Head on over back to the "Service" > "Access" page and click the "Download" button and then confirm you have read the very serious warning, and click "Download" again. This will download your chPPK file, a tiny little file crammed with information on how to connect to your system. Note: If clicking the sFTP wrapper install URL shows a page full of text. You will need to go back and Right Click > Save As, and run the wrapper application from your download folder. Some browsers/browser versions will not automatically download this .application file. 2.
    [Show full text]
  • The NTFS File System
    The NTFS File System OVERVIEW: This lab is part of a series of lab exercises intended to support courseware for Forensics training. The development of this document is funded by the Department of Labor (DOL) Trade Adjustment Assistance Community College and Career Training (TAACCCT) Grant No. TC-22525-11-60-A-48. In this lab, students will enumerate hosts on the network using various tools. This lab includes the following tasks: 1 – Examining the NTFS File System 2 – Using a HEX Editor to explore an NTFS Partition 3 – Verifying and viewing the image details 4 – Analyzing an NTFS Partition With Autopsy Key TermDescription The acronym NTFS stands for New Technology File System. The NTFS File System was originally introduced with the Windows NT. NTFS is a journaling file system which means it keeps a log of changes being written to the disk. If a computer is shutdown improperly, it will have a better NTFS chance of recovery if it has a journaling file system. Files and folder access can be restricted with the security feature of NTFS. Starting with Windows 2000, Microsoft included the Encrypted File System, or EFS, as an NTFS feature. EFS allows users to encrypt files to protect against unauthorized access. A Feature of the NTFS File system that allows you to encrypt files and folders. The feature EFS became available on the NTFS File system starting with Windows 2000, and is still available today on Windows 10 and Server 2016. An Alternate Data Stream, or ADS, is a feature of the NTFS file system that allowed compatibility ADS with older versions of the Mac OS.
    [Show full text]
  • NASD) Storage Architecture, Prototype Implementations of [Patterson88]
    Proceedings of the 8th Conference on Architectural Support for Programming Languages and Operating Systems, 1998. A Cost-Effective, High-Bandwidth Storage Architecture Garth A. Gibson*, David F. Nagle†, Khalil Amiri†, Jeff Butler†, Fay W. Chang*, Howard Gobioff*, Charles Hardin†, Erik Riedel†, David Rochberg*, Jim Zelenka* School of Computer Science* Department of Electrical and Computer Engineering† Carnegie Mellon University, Pittsburgh, PA 15213 [email protected] ABSTRACT width, that is, linearly increasing application bandwidth with increasing numbers of storage devices and client processors, This paper describes the Network-Attached Secure Disk the data must be striped over many disks and network links (NASD) storage architecture, prototype implementations of [Patterson88]. With 1998 technology, most office, engineer- NASD drives, array management for our architecture, and ing, and data processing shops have sufficient numbers of three filesystems built on our prototype. NASD provides scal- disks and scalable switched networking, but they access stor- able storage bandwidth without the cost of servers used age through storage controller and distributed fileserver primarily for transferring data from peripheral networks bottlenecks. These bottlenecks arise because a single (e.g. SCSI) to client networks (e.g. ethernet). Increasing “server” computer receives data from the storage (periph- eral) network and forwards it to the client (local area) dataset sizes, new attachment technologies, the convergence network while adding
    [Show full text]
  • What Is Ipswitch WS FTP Server?
    User Guide Contents CHAPTER 1 WS_FTP Server Overview What is Ipswitch WS_FTP Server? ........................................................................................................................... 1 System requirements .................................................................................................................................................. 1 How FTP works .............................................................................................................................................................. 2 How SSH works.............................................................................................................................................................. 3 Sending feedback......................................................................................................................................................... 3 CHAPTER 2 Learning about WS_FTP Server Manager Understanding the server architecture ................................................................................................................ 5 Understanding the relationship between listeners and hosts..................................................................... 6 Accessing the WS_FTP Server Manager ............................................................................................................... 7 Managing WS_FTP Server remotely.......................................................................................................... 7 Navigating the WS_FTP Server Manager ............................................................................................................
    [Show full text]
  • Navigate Windows and Folders
    Windows® 7 Step by Step by Joan Preppernau and Joyce Cox To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/MSPress/books/ 9780735626676 ©2009 Joan Preppernau and Joyce Cox Early Content—Subject to Change Windows 7 Step by Step Advance Content–Subject to Change Windows 7 Step by Step Draft Table of Contents Overview Front Matter ............................................................................................................................................. 3 Contents ................................................................................................................................................ 3 About the Authors ................................................................................................................................ 3 Features and Conventions of This Book ................................................................................................ 3 Using the Companion CD ...................................................................................................................... 3 Getting Help .......................................................................................................................................... 3 Introducing Windows 7 ......................................................................................................................... 3 Part I: Getting Started with Windows 7 .................................................................................................... 4 1 Explore Windows 7 ...........................................................................................................................
    [Show full text]
  • Run-Commands-Windows-10.Pdf
    Run Commands Windows 10 by Bettertechtips.com Command Action Command Action documents Open Documents Folder devicepairingwizard Device Pairing Wizard videos Open Videos Folder msdt Diagnostics Troubleshooting Wizard downloads Open Downloads Folder tabcal Digitizer Calibration Tool favorites Open Favorites Folder dxdiag DirectX Diagnostic Tool recent Open Recent Folder cleanmgr Disk Cleanup pictures Open Pictures Folder dfrgui Optimie Drive devicepairingwizard Add a new Device diskmgmt.msc Disk Management winver About Windows dialog dpiscaling Display Setting hdwwiz Add Hardware Wizard dccw Display Color Calibration netplwiz User Accounts verifier Driver Verifier Manager azman.msc Authorization Manager utilman Ease of Access Center sdclt Backup and Restore rekeywiz Encryption File System Wizard fsquirt fsquirt eventvwr.msc Event Viewer calc Calculator fxscover Fax Cover Page Editor certmgr.msc Certificates sigverif File Signature Verification systempropertiesperformance Performance Options joy.cpl Game Controllers printui Printer User Interface iexpress IExpress Wizard charmap Character Map iexplore Internet Explorer cttune ClearType text Tuner inetcpl.cpl Internet Properties colorcpl Color Management iscsicpl iSCSI Initiator Configuration Tool cmd Command Prompt lpksetup Language Pack Installer comexp.msc Component Services gpedit.msc Local Group Policy Editor compmgmt.msc Computer Management secpol.msc Local Security Policy: displayswitch Connect to a Projector lusrmgr.msc Local Users and Groups control Control Panel magnify Magnifier
    [Show full text]
  • Your Performance Task Summary Explanation
    Lab Report: 11.2.5 Manage Files Your Performance Your Score: 0 of 3 (0%) Pass Status: Not Passed Elapsed Time: 6 seconds Required Score: 100% Task Summary Actions you were required to perform: In Compress the D:\Graphics folderHide Details Set the Compressed attribute Apply the changes to all folders and files In Hide the D:\Finances folder In Set Read-only on filesHide Details Set read-only on 2017report.xlsx Set read-only on 2018report.xlsx Do not set read-only for the 2019report.xlsx file Explanation In this lab, your task is to complete the following: Compress the D:\Graphics folder and all of its contents. Hide the D:\Finances folder. Make the following files Read-only: D:\Finances\2017report.xlsx D:\Finances\2018report.xlsx Complete this lab as follows: 1. Compress a folder as follows: a. From the taskbar, open File Explorer. b. Maximize the window for easier viewing. c. In the left pane, expand This PC. d. Select Data (D:). e. Right-click Graphics and select Properties. f. On the General tab, select Advanced. g. Select Compress contents to save disk space. h. Click OK. i. Click OK. j. Make sure Apply changes to this folder, subfolders and files is selected. k. Click OK. 2. Hide a folder as follows: a. Right-click Finances and select Properties. b. Select Hidden. c. Click OK. 3. Set files to Read-only as follows: a. Double-click Finances to view its contents. b. Right-click 2017report.xlsx and select Properties. c. Select Read-only. d. Click OK. e.
    [Show full text]
  • Data File Manager
    Data File Manager Welcome to Data File Manager! Thank you for using the data file manager. Highlights of the data file manager are as follows: Intuitive operability Buttons on the tool menu, drag & drop, and context menu with a right click are supported to use each function. Tree view for data in SD memory card Files and folders in SD memory card are shown in a tree structure and target files can easily be found. Operations for files and folders Files and folders can be added, renamed or deleted. PLC maintenance Viewing the PLC status, such as Run/Stop state or error status, downloading/uploading user programs, or upgrading the system software of the PLC are supported. MICRO/I maintenance Viewing the target information, such as system software version or external memory device information, or downloading/uploading project is supported. Notes - Data File Manager There are the following notes when you use Data File Manager: Supported hardware Data File Manager supports the following hardware: FC4A series MICROSmart FC5A series MICROSmart Pentra FC6A series MICROSmart FT1A series SmartAXIS expect FT1A Touch HG3G/4G series MICRO/I HG2G-5F series MICRO/I HG2G-5T series MICRO/I HG1G series MICRO/I SD card access (SmartAXIS Pro & Lite) SD card inserted on SmartAXIS series can be accessed while the PLC is stopped only. Downloading or uploading the user program (PLC) You can download or upload the user programs using ZLD files, which can be created or read with WindLDR. Downloading or uploading the project (MICRO/I) You can download or upload the project using ZNV files, which can be created or read with WindO/I-NV4.
    [Show full text]