RosettaCodeData/Task/Read-entire-file/AutoHotkey/read-entire-file.ahk
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

1 line
124 B
AutoHotkey

fileread, varname, C:\filename.txt ; adding "MsgBox %varname%" (no quotes) to the next line will display the file contents.