Hello, I'm trying to read my custom made syntax from a text file.
For example

Code:
 <#01 "C:\text.txt">
Okay from that line all I'm trying to read is "01" and "C:\text.txt"

Any ideas?
Thank you in advance.