Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: MS DOS .: How to Copy the result of any command to the Windows clipboard using CLIP.exe (Resource Kit)

How to Copy the result of any command to the Windows clipboard using CLIP.exe (Resource Kit)

Copy the result of any command to the Windows clipboard.

Syntax
      command | CLIP

      CLIP < filename.txt

When using clip in a batch script you should warn the user that their clipboard is about to be overwritten.

For Example:


DIR | CLIP

DATE /t | CLIP


How helpful was this article to you?

Related Articles

article How to Copy one or more files to another location using COPY command
Copy one or more files to another location...

(No rating)  3-7-2008    Views: 249   
article How to Copy files and folders using XCOPY command
Copy files and/or directory trees to...

(No rating)  3-7-2008    Views: 2942   
article How to Copy the content of one floppy disk to another using DISKCOPY command
Copy the content of one floppy disk to...

(No rating)  3-7-2008    Views: 135   

User Comments

Add Comment
No comments have been posted.