Can AHK apply a dynamic filename to a file it makes?
Can AHK apply a dynamic filename to a file it makes?
For example, can FileAppend()
be set to create something like %COMPUTERNAME%test.txt
? I have no idea of what the code for this would be like, if so.