Version 2.80 is now available!
V2.80
- Added: CommandLine can now use as drive history. (Prefs)
- Added: An large plugin system. (Prefs)
- Some changes.
Pure FileMaster Setup v2.80
Pure FileMaster ZIP v2.80
About the new Plugin-System:
The next descripted Internal Environment variables has following values :
%PFM_First_Selection% - Returns the first selected entry of source directory.
%PFM_All_Selection% - Returns all selected entrys of source directory. (separate with the " " char)
%PFM_Source_Drive% - Returns the drive of source-path.
%PFM_Dest_Drive% - Returns the drive of destination-path.
%PFM_Source_Path% - Returns the source-path.
%PFM_Dest_Path% - Returns the destination-path.
All EnvironmentVariables (Internal + External) can also selected by Menu
and paste in the StringGadget.
Here now some small plugin samples to use in PureFileMaster.
You can it copy as
FileMasterPlugins.ini in the PureFileMaster's ProgramFolder.
Code: Select all
;
; PureFileMaster Plugin ConfigFile
;
[Plugin_0]
;
PluginName = Date and Time
PluginExe = C:\Windows\System32\control.exe
PluginParam = timedate.cpl
PluginToolTip = change date and time
PluginCheckBox_1 = 0
PluginCheckBox_2 = 0
PluginCheckBox_3 = 0
PluginCheckBox_4 = 0
;
[Plugin_1]
;
PluginName = MS Paint
PluginExe = C:\Windows\System32\mspaint.exe
PluginParam = %PFM_First_Selection%
PluginToolTip = edit selected picture
PluginCheckBox_1 = 0
PluginCheckBox_2 = 0
PluginCheckBox_3 = 0
PluginCheckBox_4 = 0
;
[Plugin_2]
;
PluginName = Calculator
PluginExe = C:\Windows\System32\calc.exe
PluginParam =
PluginToolTip = Calculator
PluginCheckBox_1 = 0
PluginCheckBox_2 = 0
PluginCheckBox_3 = 0
PluginCheckBox_4 = 0
;
[Plugin_3]
;
PluginName = DOS Copy
PluginExe = copy /-y
PluginParam = %PFM_First_Selection% %PFM_Dest_Path%
PluginToolTip = copy a file to destination path
PluginCheckBox_1 = 0
PluginCheckBox_2 = 1
PluginCheckBox_3 = 1
PluginCheckBox_4 = 1
Feedback are welcome.
