Answers for "autohotkey create text file"

0

ahk create new text file

FileAppend, This is a blank line`n, %A_WorkingDir%NewTextFile.txt
Posted by: Guest on May-25-2020

Browse Popular Code Answers by Language