Rob van der Woude's Scripting Pages

Help text for Paste.cs

(view help text of Paste.cs as plain text)

Paste.exe,  Version 2.00
Read text from the clipboard and write to a file or the screen

Usage:  PASTE  [ textfile  [ /O ] ]

Where:  textfile   is the optional file to write the text from the clipboard to
                   (default: write to Standard Output, i.e. the screen)
        /O         tells the program to overwrite textfile if it exists
                   (default: append to existing file, create file if it doesn't exist)

Note:   The program returns the following 'errorlevels':
        0    success
        1    no text available in clipboard
        2    file I/O error
        3    command line or unknown error

Written by Rob van der Woude
http://www.robvanderwoude.com

page last uploaded: 2022-10-05; loaded in 0.0124 seconds