By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!echo foo >> clip:
v:\> echo %@clipw[1 First Line]
0
v:\> echo 2 Second Line >> clip:
v:\> type clip:
1 First Line2 Second Line
C:\>echo %@clipw[Line One^r^nLine Two^r^n]
0
C:\>type clip:
Line One
Line Two
C:\>echo %@clip[0] - %@clip[1]
Line One - Line Two
C:\>