Hendelser
29. apr., 14 - 30. apr., 19
Bli med i den ultimate virtuelle Windows Server-hendelsen 29.–30. april for omfattende tekniske økter og direkte Q&A med Microsoft-teknikere.
Registrer deg nåDenne nettleseren støttes ikke lenger.
Oppgrader til Microsoft Edge for å dra nytte av de nyeste funksjonene, sikkerhetsoppdateringene og den nyeste tekniske støtten.
Redirects the command output from the command line to the Windows clipboard. You can use this command to copy data directly into any application that can receive text from the Clipboard. You can also paste this text output into other programs.
<command> | clip
clip < <filename>
Parameter | Description |
---|---|
<command> |
Specifies a command whose output you want to send to the Windows clipboard. |
<filename> |
Specifies a file whose contents you want to send to the Windows clipboard. |
/? | Displays help at the command prompt. |
To copy the current directory listing to the Windows clipboard, type:
dir | clip
To copy the output of a program called generic.awk to the Windows clipboard, type:
awk -f generic.awk input.txt | clip
To copy the contents of a file called readme.txt to the Windows clipboard, type:
clip < readme.txt
Hendelser
29. apr., 14 - 30. apr., 19
Bli med i den ultimate virtuelle Windows Server-hendelsen 29.–30. april for omfattende tekniske økter og direkte Q&A med Microsoft-teknikere.
Registrer deg nå