PasteToFile
This VBScript saves the Windows clipboard text data to a textfile by pressing a shortcut key
title: PasteToFile v1.0
author: Rick Companje
email: PasteToFile@companje.nl
website: www.companje.nl
date: 29 June 2005
copyright: Use it, spread it, change it and please send me an email if you like it.
usage:
- Place the .vbs file in ‘My Documents’ (or in a subfolder)
- Create a shortcut to the script on the desktop (important if you want to use a shortcut key)
- Set a shortcut key (ie. Ctrl+Shift+V) by retrieving the properties of the shortcut on your desktop
- Select some text and copy it to clipboard
- Paste it to file by pressing your shortcut key
- Use default filename (PasteToFile-2005-06-29.txt) or choose another name (’Cancel’ aborts the script)
- Set showDialogs to false if you don’t want the inputbox and the feedback

