when using /write to write to a specific line in a file
/write -l5 c:\info.txt
can you use a var for the line number like
/write -l%s c:\info.txt or something of the sort ?