|
PeaZip 2.6.2 |
|
|
Software
|
|
PeaZip is an OS-portable archiver tool (released for Windows and Linux); it supports it´s native Pea archive format (featuring compression, splitting and flexible encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats. Supports 7Z, 7-Zip sfx, ARJ, BZip2, CAB, CHM, CPIO, DEB, GZip, ISO, JAR, LHA, LZH, NSIS, OOo, PAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP.
PeaZip doesn´t follow the Explorer-like interface paradigm; the interface is more similar to a CD/DVD-burner application, allowing the user to:
* save and restore layout of archives (input files and folders list) to speed up definition of archiving and backup operations; * save job definition (as plain text, to be used in any script language); * have a detailed job log after each operation; The interface is fully skinnable (skins can be customized and saved as plain text to be re-edited as freely as possible) and uses customizable transparency. Download |
|
A Shortcut for Switching Focus In Excel |
|
|
Windows
|
You may already know that you can use the Alt+Tab shortcut to switch from one open application in Windows to another, right? What if you don't want to switch between applications, but simply want to switch to the desktop, then back to your application again? If you are using the mouse, you can click on the Show Desktop icon available in the Quick Launch toolbar, just to the right of the Start menu. (This depends on your version of Windows, obviously.)
Using the keyboard to switch focus in this manner is a bit different, however. Assuming you have an enhanced Windows keyboard—the one with the Windows key next to the Alt keys—then the answer is easy. In fact, there are two shortcuts you can use.
* Press Windows+M to minimize all the open windows and change focus to the desktop. To return focus to where you were last working, using Shift+Windows+M. * Press Windows+D to minimize all the open windows and change focus to the desktop. Press Windows+D again, and focus is returned to the window in which you were previously working.
While this is not technically an Excel tip (it is a Windows tip), it is a tip that can come in handy for those Excel users who only want (or need) to use the keyboard. |
|
Display Hidden Files at the DOS Prompt |
|
|
Windows
|
|
By default, Windows hides files that it deems are system critical. In theory, hiding files keeps them from accidently being modified or deleted through Explorer.
However, there may be times when you need to display lists of such files, such as for system troubleshooting purposes. To do so, from the DOS prompt, type in one of the following commands: 1. Display system files: DIR /AS
2. Display hidden files: DIR /AH
3. Display files with the system and hidden attributes set: DIR /ASH 4. If the list is too long to see all the files you can use: DIR /ah/p/w |
|
Fix Missing DLL Problems |
|
|
Windows
|
Cause of DLL missing A system file required by the application has been deleted. This can happen after uninstalling software, running a disk clearer utility, or after an attempt to tidy up the hard disk by removing files and folders that don't appear to be used.
Solution 1 Reinstall the application that is reporting the error. This will usually replace any missing components as well as put right any registry entries that might be contributing to the error.
Solution 2 If you recently uninstalled another program, and suspect that the error began to occur subsequent to this, reinstall that program again, or use System Restore (if you're running Windows Me or XP) to roll back to a date before the problem occurred.
Solution 3 Try downloading a copy of the DLL from this web site. A few of the most commonly required DLLs are available for download from the table below. If the file you require is listed, download it, run it, read and agree to the disclaimer text, and keep clicking on Next. The installer will install the file into its normal location, checking that it is for the right version of Windows and that it isn't overwriting a newer version in the process.
Solution 4 Use the search page to try to locate a copy of the file. If you find it, download it and install it in the correct location. This can be C:\Windows\System32 (Windows NT, 2000 or XP), C:\Windows\System (Windows 95, 98 or Me) or the folder of the application that reports the error. |
|