PowerPro: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
# [[PowerPro: Always copy / move in Queue]]
# [[PowerPro: Always copy / move in Queue]]
# '''Local Menu'''. Call button bar dependent on current path. [http://ppro.totalcmd.net/Scripts/F2.htm More detail]
# '''Local Menu'''. Call button bar dependent on current path. [http://ppro.totalcmd.net/Scripts/F2.htm More detail]
(new links will be added in the nearest future)
# '''Duplicate File'''. Create up to 99 files with equal contents. [http://ppro.totalcmd.net/Scripts/Duplicate.htm More detail]
--[[User:Vochomurka|Vochomurka]] 08:56, 24 Mar 2006 (EST)
# Add/change comments (descript.ion) for many files at once. [http://ppro.totalcmd.net/Scripts/EditFileComments.htm More detail]
# Load sequentially all Lister plugins to quick view a file. [http://ppro.totalcmd.net/Scripts/QuickViewWLXPlugins.htm More detail]
# '''Configuration Manager'''. Perform many operations with wincmd.ini and other configuration files: backup/restore configuration, allow "smart" saving of different configurations, load new instances of Total Commander with different settings, copy section from one file to another, etc. [http://ppro.totalcmd.net/Scripts/IniManager.htm More detail]
# Load predefined custom view with one click. [http://ppro.totalcmd.net/Scripts/WDXdetect.htm More detail]
# Three scripts with the same function: assign creation/modification date/time of one file to another. Single file: [http://ppro.totalcmd.net/Scripts/CopyDate.htm More detail]; Many files (same names, target-to-source panels): [http://ppro.totalcmd.net/Scripts/BatchCopyDate.htm More detail]; General case - Save to/restore from file: [http://ppro.totalcmd.net/Scripts/ListDateTime.htm More detail]
# Perform typical search operations: find files according to saved search; find file with name from clipboard; find text from clipboard; find in archives; find file with specific size. [http://ppro.totalcmd.net/Scripts/Find.htm More detail]
# Save source panel tabs to the temporary file. Load them from file when necessary. [http://ppro.totalcmd.net/Scripts/SaveOpen.htm More detail]
# Move current tab to target panel irrespective of its lock state. [http://ppro.totalcmd.net/Scripts/MoveTab.htm More detail]
# '''Close All Tabs''' in source panel irrespective of their lock state. [http://ppro.totalcmd.net/Scripts/CloseAllTabs.htm More detail]
# '''TabTools'''. Tab functions not provided by Total Commander: list all tabs in both panels with lock states, active tab indication in both panels, paths and/or captions; check path validity and close tabs pointing to invalid paths; automatically give comprehensive captions to tabs (4 modes); close source panel tabs duplicating target panel tabs; close any tab with one click (even if locked); highlight any tabs, close all tabs. [http://ppro.totalcmd.net/Scripts/TabTools.htm More detail]
# Mark current tab with color:
http://ppro.totalcmd.net/Scripts/HLCT3.jpg
 
[http://ppro.totalcmd.net/Scripts/HighlightCurrentTab.htm More detail]
# Load specific button bar. [http://ppro.totalcmd.net/Scripts/LoadBar.htm More detail]
# Merge two existing button bars into one new bar. [http://ppro.totalcmd.net/Scripts/MergeBars.htm More detail]
# Convert Total Commander button to Windows shortcut (.lnk) and vice versa. [http://ppro.totalcmd.net/Scripts/ConvertShortcuts.htm More detail]
# Copy selected file names to clip with different options: path, name, extension in any combination. Replace backslash with any string. Add any string before/after each file name. [http://ppro.totalcmd.net/Scripts/ClipFileList.htm More detail]
# '''Move up/down''' in directory structure order. [http://ppro.totalcmd.net/Scripts/TreeDown.htm More detail]
# Move files from subdirectories to parent directory (optionally with renaming). [http://ppro.totalcmd.net/Scripts/JoinSubdirs.htm More detail]
# Descrease excessive depth level. [http://ppro.totalcmd.net/Scripts/ToRoot.htm More detail]
# Copy selected files to many targets. [http://ppro.totalcmd.net/Scripts/MultiCopy.htm More detail]





Revision as of 10:24, 29 March 2006

PowerPro lets you take control of how you use Windows 95/98/NT/2000/XP. Run commands and configure your system any way you want. It also provides a powerful scripting interface.


How does it work?

In order to make use of the following scripts you have to

  1. install PowerPro;
  2. follow the steps described in the single recipes;

Plugins

In order to get a plugin working with PowerPro you have to

  1. download the plugin (a good source for plugins is the Plugin Archive on www.pcrei.com)
  2. follow the installing instructions provided by the plugin (mostly it is sufficient to copy the plugin DLL to the plugins subdir in the PowerPro installation directory and copy to plugin INI file to the PowerPro installation directory)

KeyTrap Plugin

While PowerPro itself provides the full facilities for keytraps, there is also an plugin for this purpose. The KeyTrap Plugin offers a few advantages compared to the native keytrap support of PowerPro (see the document why use keytrap.txt, which is part of the plugin ...). KeyTrap is part of the Plugin Archive

Useful Scripts and Recipes

  1. PowerPro: Always copy / move in Queue
  2. Local Menu. Call button bar dependent on current path. More detail
  3. Duplicate File. Create up to 99 files with equal contents. More detail
  4. Add/change comments (descript.ion) for many files at once. More detail
  5. Load sequentially all Lister plugins to quick view a file. More detail
  6. Configuration Manager. Perform many operations with wincmd.ini and other configuration files: backup/restore configuration, allow "smart" saving of different configurations, load new instances of Total Commander with different settings, copy section from one file to another, etc. More detail
  7. Load predefined custom view with one click. More detail
  8. Three scripts with the same function: assign creation/modification date/time of one file to another. Single file: More detail; Many files (same names, target-to-source panels): More detail; General case - Save to/restore from file: More detail
  9. Perform typical search operations: find files according to saved search; find file with name from clipboard; find text from clipboard; find in archives; find file with specific size. More detail
  10. Save source panel tabs to the temporary file. Load them from file when necessary. More detail
  11. Move current tab to target panel irrespective of its lock state. More detail
  12. Close All Tabs in source panel irrespective of their lock state. More detail
  13. TabTools. Tab functions not provided by Total Commander: list all tabs in both panels with lock states, active tab indication in both panels, paths and/or captions; check path validity and close tabs pointing to invalid paths; automatically give comprehensive captions to tabs (4 modes); close source panel tabs duplicating target panel tabs; close any tab with one click (even if locked); highlight any tabs, close all tabs. More detail
  14. Mark current tab with color:

http://ppro.totalcmd.net/Scripts/HLCT3.jpg

More detail

  1. Load specific button bar. More detail
  2. Merge two existing button bars into one new bar. More detail
  3. Convert Total Commander button to Windows shortcut (.lnk) and vice versa. More detail
  4. Copy selected file names to clip with different options: path, name, extension in any combination. Replace backslash with any string. Add any string before/after each file name. More detail
  5. Move up/down in directory structure order. More detail
  6. Move files from subdirectories to parent directory (optionally with renaming). More detail
  7. Descrease excessive depth level. More detail
  8. Copy selected files to many targets. More detail


External links

Official Homepage of PowerPro (powerpro.webeddie.com)

Site providing collected plugins for Powerpro (powerpro.pcrei.com)

PowerPro Scripts for Total Commander (Narod.ru)

PowerPro Scripts for Total Commander (Totalcmd.net)


Back to Scripting utilities