Archive: Registry value -> into a file


Registry value -> into a file
How can you put an registry value into a file?


Read it using ReadRegStr and friends and write using FileOpen, FileSeek, FileWrite and FileClose. There is a link to an example of replacing a line in a file in the FAQ.