Y
Y
Hi,
How to specify carriage return as delims? Thanks..
for /f "tokens=1-3 delims=?" %%a in (
How to specify carriage return as delims? Thanks..
for /f "tokens=1-3 delims=?" %%a in (
Ray at said:Sorry, this is in a .bat/.cmd file, so the ^T will not work. Use ¶.
(Alt+0182)
Ray at said:I have. Try pasting this into a .bat file and running it from the command
prompt.
echo a>test.txt
echo b>>test.txt
echo c>>test.txt
for /f "tokens=1-3 delims=¶" %%a in (test.txt) do (net send %computername%
%%a)
wrote in message-----Original Message-----
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com>
something, you can use ¶.-----Original Message-----
As far as I can tell, this is a dead end. First of all a
Control-T is created with Alt-20, but that won't work
anyway. I believe the object is to create a line with
anewline character in the displayed message. Isn't it?
The OP was trying to use the line feed as a delimiter. The Ctrl+T would
work in edit.com, but if you do it in notepad or