- Jun
- 735
- 16
I wanted to return to the earlier issue of how the clipboards work, specifically when entries get shifted. Instead, I found that the CLIP command no longer works in build 21.
To start, there is a discrepancy in the help information. The help file specifies the following syntax:
The error text is different (and contains some square brackets that don't match).
This would imply that just the clipboard number is to be used instead of "clipn:".
In fact, neither syntax works.
I get the same error messages when I try "clip /s". The /r option does work with just the number of the clipboard.
To start, there is a discrepancy in the help information. The help file specifies the following syntax:
CLIP [/C clipn: /R n /S clipn: /Z text]
The error text is different (and contains some square brackets that don't match).
Usage : CLIP [/C n] ]/R n] [/S n text]]
This would imply that just the clipboard number is to be used instead of "clipn:".
In fact, neither syntax works.
TCC(30.00.21): C:\>clip /c clip1:
Usage : CLIP [/C n] ]/R n] [/S n text]]
TCC(30.00.21): C:\>clip /c 1
Usage : CLIP [/C n] ]/R n] [/S n text]]
TCC(30.00.21): C:\>clip /c 1:
Usage : CLIP [/C n] ]/R n] [/S n text]]
TCC(30.00.21): C:\>clip /c1
Usage : CLIP [/C n] ]/R n] [/S n text]]
I get the same error messages when I try "clip /s". The /r option does work with just the number of the clipboard.