Description: Add a line in a text file at the desired location (Line number)
AUTHOR: Kvc
Call AddLine [File] [LineNumber] [NewLineContent]
Examples: AddLine "Demo.txt" 5 "This is a Test"
Article: Easy file manipulation with 4 CMD plugins - Batch-Man