Save Clipboard Here can be directly invoked from command line using following command line parameters:
-l[F], will load the contents of a file to the clipboard, where [F] is the name (with full path) of the file.
-s[P], will save the contents of the clipboard to a file, where [P] is a full path of the folder that the file will be saved into. No file name needs to be specifically defined since the program will autoatically name the created file with a timestamp.
-install, will install the contextmenu items in the current user's context menu.
-uninstall, will uninstall the contextmenu items from the current user's context menu.
When no command line parameters are used, the program will load a setup dialog box which allows the user to define various configuration parameters.
In all cases the program will automatically determine the type of the file to be loaded or saved. Examples:
c:\Save_Clipboard_Here -lc:\tmp\randomimage.jpg
will load image1.jpg to the clipboard.
c:\Save_Clipboard_Here -lc:\tmp\README
will load README to the clipboard.
c:\Save_Clipboard_Here -sc:\tmp
will save the contents of the clipboard to c:\tmp\
c:\Save_Clipboard_Here -install
will install context menu items for the current user.