Extremely Active Member
Group: Admins
Posts: 2309
Member No.: 160
Joined: 22-June 04
|
you can use CreateFile API function for this (look MSDN or MS win32.hlp for parameters and their meanings). just create new file and write there whatever you want. if you will write there a sequense of bytes which represents a string in certain encoding, you can be sure it is a text file. there are many examples for masm where you can see how to build simple applications with it and how to use many of API functions. CreateFile is kinda general function.
|