- Oct
- 35
- 0
Trying to grab a line from an html file using @line but the < and/or > characters on the line seem to be causing the function to fail.
Example:
[C:\Users\dawolfe\Desktop]echo %@line[0,test1.txt]
TCC: (Sys) The parameter is incorrect.
"%@line[0,test1.txt]"
First line of the file contains:
<sdfgsdfgsdw4>
Is there a way of making this work?
Example:
[C:\Users\dawolfe\Desktop]echo %@line[0,test1.txt]
TCC: (Sys) The parameter is incorrect.
"%@line[0,test1.txt]"
First line of the file contains:
<sdfgsdfgsdw4>
Is there a way of making this work?
Last edited: