Contents   Index   Previous   Next



Command Line

You can use SmartPaste with command line parameters. The command line includes the macro. For instance

'c:\program files\smartpaste\smartpaste.exe header'

will start SmartPaste (if it's not already running) and will paste a header into PB.

This can be used in PB's environment to achieve a 'one-click-header':Customize the PB toolbar, include Smartpaste with the parameter. Simple as that and you get your header (or whatever else you want to paste) with one click of the mouse!

SmartPaste can be started with the /c switch. If you use the switch, SmartPaste pastes the given macro and then closes again.

'c:\program files\smartpaste\smartpaste.exe /c header'

will start SmartPaste, paste a header comment and the quit again.